We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2c6b35 commit adf147fCopy full SHA for adf147f
sdk/python/feast/infra/materialization/snowflake_engine.py
@@ -307,7 +307,6 @@ def _materialize_one(
307
"""
308
309
with GetSnowflakeConnection(self.repo_config.offline_store) as conn:
310
- print(query)
311
entities_to_write = conn.cursor().execute(query).fetchall()[0][0]
312
313
if feature_view.batch_source.field_mapping is not None:
0 commit comments