We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffd50fd commit ad48146Copy full SHA for ad48146
sdk/python/feast/infra/offline_stores/snowflake.py
@@ -556,7 +556,7 @@ def to_remote_storage(self) -> List[str]:
556
)
557
558
table = f"temporary_{uuid.uuid4().hex}"
559
- self.to_snowflake(table)
+ self.to_snowflake(table, temporary=True)
560
561
query = f"""
562
COPY INTO '{self.export_path}/{table}' FROM "{self.config.offline_store.database}"."{self.config.offline_store.schema_}"."{table}"\n
0 commit comments