We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c84757 commit 32018f0Copy full SHA for 32018f0
sdk/python/feast/infra/utils/snowflake_utils.py
@@ -60,7 +60,7 @@ def get_snowflake_conn(config, autocommit=True) -> SnowflakeConnection:
60
if k in ["role", "warehouse", "database", "schema_"]
61
]
62
kwargs["schema"] = kwargs.pop("schema_")
63
- print(kwargs)
+
64
try:
65
conn = snowflake.connector.connect(
66
application="feast", autocommit=autocommit, **kwargs
0 commit comments