-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
Showing
12 changed files
with
145 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
splitgraph | ||
========== | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
splitgraph |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.2.14" | ||
__version__ = "0.2.15" |