Releases: splitgraph/sgr
Releases · splitgraph/sgr
v0.2.0
Introducing the Splitgraph Data Delivery Network: a single SQL endpoint to query all datasets hosted on or proxied by Splitgraph Cloud with any PostgreSQL client.
Extra sgr cloud
commands:
sgr cloud sql
to query the Splitgraph DDNsgr cloud search
, a CLI wrapper around https://www.splitgraph.com/search
Also, add a daily update check to sgr
.
Full set of changes: v0.1.4...v0.2.0
v0.1.4
- Various dependency bumps (including PostGIS)
- Fix Splitfiles and sgr import not respectng the SG_COMMIT_CHUNK_SIZE envvar/config variable
- Example for using Splitgraph with dbt to join data across two databases
- Get the Splitgraph dbt adapter to build correctly and upload it to PyPI (
pip install dbt-splitgraph
) - Example for queryng Splitgraph data from Clickhouse (or any other ODBC client)
v0.1.3
Bump version: 0.1.2 → 0.1.3
v0.1.2
- Example for writing a custom FDW and integrating it with Splitgraph
- Add dbt adapter that uses Splitgraph data and a sample dbt project
- Socrata UX improvements
- Command line parameters that require JSON now also accept @filename.json or @- for stdin
v0.1.1
Fix Socrata querying for column names that match keywords.
v0.1.0
Initial release.