Skip to content

SQLAlchemy / Snowflake customizable fetch size#434

Merged
mildbyte merged 1 commit intomasterfrom
feature/sqlalchemy-snowflake-batch-size
Apr 9, 2021
Merged

SQLAlchemy / Snowflake customizable fetch size#434
mildbyte merged 1 commit intomasterfrom
feature/sqlalchemy-snowflake-batch-size

Conversation

@mildbyte
Copy link
Copy Markdown
Contributor

@mildbyte mildbyte commented Apr 8, 2021

Bump Multicorn to pick up the functionality for changing the fetch size + make it configurable at the plugin level.

…ze + make it configurable at the plugin level.
@mildbyte mildbyte merged commit 3a3b7d9 into master Apr 9, 2021
@mildbyte mildbyte deleted the feature/sqlalchemy-snowflake-batch-size branch April 9, 2021 23:19
mildbyte added a commit that referenced this pull request Apr 14, 2021
  * Add customizable fetch size to the Snowflake data source (#434)
  * Fix issue with changing the engine password (#437)
  * Data source refactor (#438):
    * MySQL: parameter `remote_schema` has been renamed to `dbname`
    * Mongo: parameter `coll` has been renamed to `collection`; `db` to `database`
    * Table options are now a separate parameter that is passed to the
    * 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)
    * Mounting can now return a list of mount errors (caller can choose to ignore).
    * 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.
  * Postgres-level notices are now available in the `PsycopgEngine.notices` list after a `run_sql` invocation.
  * Multicorn: fix bug where server-level FDW options would override table-level FDW options.

Full set of changes: [`v0.2.12...v0.2.13`](v0.2.12...v0.2.13)
mildbyte added a commit that referenced this pull request Apr 14, 2021
  * Add customizable fetch size to the Snowflake data source (#434)
  * Fix issue with changing the engine password (#437)
  * Data source refactor (#438):
    * MySQL: parameter `remote_schema` has been renamed to `dbname`
    * Mongo: parameter `coll` has been renamed to `collection`; `db` to `database`
    * Table options are now a separate parameter that is passed to the
    * 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)
    * Mounting can now return a list of mount errors (caller can choose to ignore).
    * 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.
  * Postgres-level notices are now available in the `PsycopgEngine.notices` list after a `run_sql` invocation.
  * Multicorn: fix bug where server-level FDW options would override table-level FDW options.

Full set of changes: [`v0.2.12...v0.2.13`](v0.2.12...v0.2.13)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant