We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 987c690 commit c5a7ea3Copy full SHA for c5a7ea3
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