You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+11-5
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# Changelog
2
2
3
+
## v0.3.7 (2022-02-28)
4
+
5
+
* Add Google BigQuery data plugin (https://github.com/splitgraph/splitgraph/pull/638)
6
+
* Add Amazon Athena data plugin (https://github.com/splitgraph/splitgraph/pull/634)
7
+
* Skip pushdown of aggregations with `WHERE` clause downcasting (https://github.com/splitgraph/Multicorn/pull/6)
8
+
3
9
## v0.3.6 (2022-02-02)
4
10
5
11
* Fix `libffi` crashes when using the Snowflake FDW (https://github.com/splitgraph/splitgraph/pull/623)
@@ -43,7 +49,7 @@ Fleshing out the `splitgraph.yml` (aka `repositories.yml`) format that defines a
43
49
44
50
Existing users of `repositories.yml` don't need to change anything, though note that `sgr cloud` commands using the YAML format will now default to `splitgraph.yml` unless explicitly set to `repositories.yml`.
45
51
46
-
### New `sgr cloud` commands
52
+
### New `sgr cloud` commands
47
53
48
54
See https://github.com/splitgraph/splitgraph/pull/582 and https://github.com/splitgraph/splitgraph/pull/587
49
55
@@ -53,7 +59,7 @@ These let users manipulate Splitgraph Cloud and ingestion jobs from the CLI:
53
59
*`sgr cloud logs`: view job logs
54
60
*`sgr cloud upload`: upload a CSV file to Splitgraph Cloud (without using the engine)
55
61
*`sgr cloud sync`: trigger a one-off load of a dataset
56
-
*`sgr cloud stub`: generate a `splitgraph.yml` file
62
+
*`sgr cloud stub`: generate a `splitgraph.yml` file
57
63
*`sgr cloud seed`: generate a Splitgraph Cloud project with a `splitgraph.yml`, GitHub Actions, dbt etc
58
64
*`sgr cloud validate`: merge multiple project files and output the result (like `docker-compose config`)
59
65
*`sgr cloud download`: download a query result from Splitgraph Cloud as a CSV file, bypassing time/query size limits.
@@ -121,7 +127,7 @@ Full set of changes: [`v0.2.13...v0.2.14`](https://github.com/splitgraph/splitgr
121
127
* Data source refactor (https://github.com/splitgraph/splitgraph/pull/438):
122
128
* MySQL: parameter `remote_schema` has been renamed to `dbname`
123
129
* Mongo: parameter `coll` has been renamed to `collection`; `db` to `database`
124
-
* Table options are now a separate parameter that is passed to the
130
+
* Table options are now a separate parameter that is passed to the
125
131
* Introspection now returns a dictionary of tables and proposed table options OR error classes for tables that we weren't able to introspect (allowing for partial failures)
126
132
* Mounting can now return a list of mount errors (caller can choose to ignore).
127
133
* CSV data source: allow passing a partially initialized list of table options without a schema, making it introspect just those S3 keys and fill out the missing table options.
@@ -198,7 +204,7 @@ Full set of changes: [`v0.2.4...v0.2.5`](https://github.com/splitgraph/splitgrap
198
204
* Added `sgr singer target`, a Singer-compatible target that can read [Singer tap](https://github.com/singer-io/getting-started/blob/master/docs/SPEC.md#singer-specification) output from stdin and build Splitgraph images. It's based on a fork of https://github.com/transferwise/pipelinewise-singer-python with additions that let us produce deltas and ingest them directly as Splitgraph objects.
199
205
* Support for dynamically loading plugins without specifying them in `.sgconfig`, by looking up plugins in a certain directory (see https://github.com/splitgraph/splitgraph/pull/329)
200
206
201
-
Full set of changes: [`v0.2.3...v0.2.4`](https://github.com/splitgraph/splitgraph/compare/v0.2.3...v0.2.4)
207
+
Full set of changes: [`v0.2.3...v0.2.4`](https://github.com/splitgraph/splitgraph/compare/v0.2.3...v0.2.4)
202
208
203
209
## v0.2.3 (2020-09-16)
204
210
@@ -233,7 +239,7 @@ Full set of changes: [`v0.2.0...v0.2.1`](https://github.com/splitgraph/splitgrap
233
239
*`sgr cloud sql` to query the Splitgraph DDN
234
240
*`sgr cloud search`, a CLI wrapper around https://www.splitgraph.com/search
235
241
* Add daily update check to `sgr`.
236
-
242
+
237
243
Full set of changes: [`v0.1.4...v0.2.0`](https://github.com/splitgraph/splitgraph/compare/v0.1.4...v0.2.0)
0 commit comments