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
database parameter for Snowflake connections optional.
- Manage a target object in the form
database_name.schema_name.table_name
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.yamlfile to load tables into different databases.Currently, I am forced to duplicate my Snowflake connections because the
databaseparameter is mandatory and--tgt-objectdoes not support thedatabase_name.schema_name.table_nameformat, but onlyschema_name.table_name(in fact, if we use thedatabase_name.schema_name.table_nameformat, the database name is ignored)Desired changes:
databaseparameter for Snowflake connections optional.database_name.schema_name.table_name