Unable to create Snowflake connection file via connections add
if we specify config_args attribute
#1401
Labels
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
If I try to add a Snowflake connection with
connect-args
attribute it fails:The problem is that
--connect-args
remains a string value and is not converted to a dict.We need to cater for this in
cli_tools.get_connection_config_from_args()
. If we manually create the connection file then things work from there on.While fixing the issue we should probably add some help to the connections doc regarding connecting to Snowflake using a key file.
The text was updated successfully, but these errors were encountered: