Skip to content

Commit

Permalink
Release 0.2.15
Browse files Browse the repository at this point in the history
  * API functionality to get the raw URL for a data source (#457)
  * LQ scan / filtering simplification to speed up writes / Singer loads (#464, #489)
  * API functionality for Airbyte support (`AirbyteDataSource` class, #493)
  * Speed up `sgr cloud load` by bulk API calls (#500)

Full set of changes: [`v0.2.14...v0.2.15`](v0.2.14...v0.2.15)
  • Loading branch information
mildbyte committed Jul 26, 2021
1 parent 1a2529f commit 443e9cf
Show file tree
Hide file tree
Showing 12 changed files with 145 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = True
current_version = 0.2.14
current_version = 0.2.15
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
serialize =
{major}.{minor}.{patch}-{release}
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v0.2.15 (2021-07-26)

* API functionality to get the raw URL for a data source (https://github.com/splitgraph/splitgraph/pull/457)
* LQ scan / filtering simplification to speed up writes / Singer loads (https://github.com/splitgraph/splitgraph/pull/464, https://github.com/splitgraph/splitgraph/pull/489)
* API functionality for Airbyte support (`AirbyteDataSource` class, https://github.com/splitgraph/splitgraph/pull/493)
* Speed up `sgr cloud load` by bulk API calls (https://github.com/splitgraph/splitgraph/pull/500)

Full set of changes: [`v0.2.14...v0.2.15`](https://github.com/splitgraph/splitgraph/compare/v0.2.14...v0.2.15)

## v0.2.14 (2021-05-05)

* Functionality to dump and load a Splitgraph catalog to/from a special `repositories.yml` format (https://github.com/splitgraph/splitgraph/pull/445)
Expand Down
7 changes: 7 additions & 0 deletions docs/api/modules.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
splitgraph
==========

.. toctree::
:maxdepth: 4

splitgraph
11 changes: 11 additions & 0 deletions docs/api/splitgraph.cloud.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
splitgraph.cloud package
========================

Submodules
----------

splitgraph.cloud.models module
------------------------------

.. automodule:: splitgraph.cloud.models
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

Expand Down
45 changes: 45 additions & 0 deletions docs/api/splitgraph.ingestion.airbyte.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
splitgraph.ingestion.airbyte package
====================================

Submodules
----------

splitgraph.ingestion.airbyte.data\_source module
------------------------------------------------

.. automodule:: splitgraph.ingestion.airbyte.data_source
:members:
:undoc-members:
:show-inheritance:

splitgraph.ingestion.airbyte.docker\_utils module
-------------------------------------------------

.. automodule:: splitgraph.ingestion.airbyte.docker_utils
:members:
:undoc-members:
:show-inheritance:

splitgraph.ingestion.airbyte.models module
------------------------------------------

.. automodule:: splitgraph.ingestion.airbyte.models
:members:
:undoc-members:
:show-inheritance:

splitgraph.ingestion.airbyte.utils module
-----------------------------------------

.. automodule:: splitgraph.ingestion.airbyte.utils
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

.. automodule:: splitgraph.ingestion.airbyte
:members:
:undoc-members:
:show-inheritance:
2 changes: 2 additions & 0 deletions docs/api/splitgraph.ingestion.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ Subpackages
.. toctree::
:maxdepth: 4

splitgraph.ingestion.airbyte
splitgraph.ingestion.csv
splitgraph.ingestion.singer
splitgraph.ingestion.snowflake
splitgraph.ingestion.socrata

Expand Down
45 changes: 45 additions & 0 deletions docs/api/splitgraph.ingestion.singer.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
splitgraph.ingestion.singer package
===================================

Submodules
----------

splitgraph.ingestion.singer.commandline module
----------------------------------------------

.. automodule:: splitgraph.ingestion.singer.commandline
:members:
:undoc-members:
:show-inheritance:

splitgraph.ingestion.singer.common module
-----------------------------------------

.. automodule:: splitgraph.ingestion.singer.common
:members:
:undoc-members:
:show-inheritance:

splitgraph.ingestion.singer.data\_source module
-----------------------------------------------

.. automodule:: splitgraph.ingestion.singer.data_source
:members:
:undoc-members:
:show-inheritance:

splitgraph.ingestion.singer.db\_sync module
-------------------------------------------

.. automodule:: splitgraph.ingestion.singer.db_sync
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

.. automodule:: splitgraph.ingestion.singer
:members:
:undoc-members:
:show-inheritance:
1 change: 1 addition & 0 deletions docs/api/splitgraph.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Subpackages
splitgraph.hooks
splitgraph.ingestion
splitgraph.splitfile
splitgraph.utils

Submodules
----------
Expand Down
21 changes: 21 additions & 0 deletions docs/api/splitgraph.utils.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
splitgraph.utils package
========================

Submodules
----------

splitgraph.utils.docker module
------------------------------

.. automodule:: splitgraph.utils.docker
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

.. automodule:: splitgraph.utils
:members:
:undoc-members:
:show-inheritance:
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

set -eo pipefail

SGR_VERSION=${SGR_VERSION-0.2.14}
SGR_VERSION=${SGR_VERSION-0.2.15}
INSTALL_DIR=${INSTALL_DIR-$HOME/.splitgraph}
# Set IGNORE_SGR_EXISTS to keep going if sgr already exists.
# Set SKIP_BINARY=1 to skip downloading sgr
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "splitgraph"
version = "0.2.14"
version = "0.2.15"
description = "Command line library and Python client for Splitgraph, a version control system for data"
license = "Apache 2.0 modified with Commons Clause"
authors = ["Splitgraph Limited"]
Expand Down
2 changes: 1 addition & 1 deletion splitgraph/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.14"
__version__ = "0.2.15"

0 comments on commit 443e9cf

Please sign in to comment.