We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 029c9cf commit e2c6b35Copy full SHA for e2c6b35
sdk/python/feast/infra/materialization/snowflake_engine.py
@@ -307,6 +307,7 @@ 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