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 56d645c commit 67af727Copy full SHA for 67af727
sdk/python/feast/infra/offline_stores/snowflake.py
@@ -415,7 +415,7 @@ def _to_arrow_internal(self) -> pa.Table:
415
416
def to_snowflake(self, table_name: str) -> None:
417
"""Save dataset as a new Snowflake table"""
418
- if self.on_demand_feature_views is not None:
+ if self.on_demand_feature_views:
419
transformed_df = self.to_df()
420
421
write_pandas(
0 commit comments