Connect to Snowflake using the login parameters: conn=snowflake.connector.connect(user=USER,password=PASSWORD,account=ACCOUNT,warehouse=WAREHOUSE,database=DATABASE,schema=SCHEMA) You might need to extend this with other information available in thesnowflake.connector.connectmethod. ...
Added support for passing locations via command function and set it to JobResourceConfiguration.locations Added support for modifying SSH key values after creation on Compute Resources. Added WorkspaceConnection types s3, snowflake, azure_sql_db, azure_synapse_analytics, azure_my_sql_db, azure_...