Update snowflaketest.py
Browse files- snowflaketest.py +1 -4
snowflaketest.py
CHANGED
@@ -1,9 +1,6 @@
|
|
1 |
"""A dataset script that will hit Snowflake DB and return the results."""
|
2 |
|
3 |
-
|
4 |
-
import snowflake.connector as connector
|
5 |
-
except:
|
6 |
-
ModuleNotFoundError("Please install snowflake connector: pip install snowflake-connector-python")
|
7 |
|
8 |
import datasets
|
9 |
|
|
|
1 |
"""A dataset script that will hit Snowflake DB and return the results."""
|
2 |
|
3 |
+
import snowflake.connector as connector
|
|
|
|
|
|
|
4 |
|
5 |
import datasets
|
6 |
|