Skip to content

Commit

Permalink
fix random print
Browse files Browse the repository at this point in the history
Signed-off-by: Miles Adkins <[email protected]>
  • Loading branch information
sfc-gh-madkins committed Mar 4, 2022
1 parent 1c84757 commit 32018f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/feast/infra/utils/snowflake_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def get_snowflake_conn(config, autocommit=True) -> SnowflakeConnection:
if k in ["role", "warehouse", "database", "schema_"]
]
kwargs["schema"] = kwargs.pop("schema_")
print(kwargs)

try:
conn = snowflake.connector.connect(
application="feast", autocommit=autocommit, **kwargs
Expand Down

0 comments on commit 32018f0

Please sign in to comment.