-
-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Feature Description
In Snowflake, tables fully qualified names are database_name.schema_name.table_name.
I would like to be able to use the same Snowflake connection in my env.yaml file to load tables into different databases.
Currently, I am forced to duplicate my Snowflake connections because the database parameter is mandatory and --tgt-object does not support the database_name.schema_name.table_name format, but only schema_name.table_name (in fact, if we use the database_name.schema_name.table_name format, the database name is ignored)
Desired changes:
- Make the
databaseparameter for Snowflake connections optional. - Manage a target object in the form
database_name.schema_name.table_name
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request