We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72cec32 commit 9b05e65Copy full SHA for 9b05e65
sdk/python/feast/infra/offline_stores/snowflake.py
@@ -429,7 +429,7 @@ def _to_arrow_internal(self) -> pa.Table:
429
430
def to_snowflake(self, table_name: str, temporary=False) -> None:
431
"""Save dataset as a new Snowflake table"""
432
- if self.on_demand_feature_views is not None:
+ if self.on_demand_feature_views:
433
transformed_df = self.to_df()
434
435
write_pandas(
0 commit comments