QuestionQ39
Design and Manage Snowflake Resources and PerformanceA Data Engineer is developing a Python script that uses the Snowflake Connector for Python. The Engineer will use the snowflake.connector.connect function to connect to Snowflake.
The requirements are:
- Raise an exception when the specified database, schema, or warehouse does not exist.
- Improve download performance.
Which connect function parameters should be used?
Choose two
Community Discussion