I am using this provider with a snowflake connection. Would it be possible to override a connection's database and warehouse (specific to snowflake)?
This is sort of similar to #74 and would be helpful since without it we have to create airflow connections for each warehouse/database we have with snowflake.
I could see how adding warehouse might be difficult since it's unique to snowflake, but I feel like database is doable. Maybe warehouse can be added by modifying the query param of the connection string ?
I am using this provider with a snowflake connection. Would it be possible to override a connection's
database
andwarehouse
(specific to snowflake)?This is sort of similar to #74 and would be helpful since without it we have to create airflow connections for each warehouse/database we have with snowflake.
I could see how adding
warehouse
might be difficult since it's unique to snowflake, but I feel likedatabase
is doable. Maybewarehouse
can be added by modifying the query param of the connection string ?I'm willing to work on this and possible upstream changes if necessary.