Skip to content

Commit 3d42093

Browse files
committed
Fix lint
Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
1 parent 1341e3e commit 3d42093

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • sdk/python/feast/infra/offline_stores/contrib/mssql_offline_store

sdk/python/feast/infra/offline_stores/contrib/mssql_offline_store/mssql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ def _to_arrow_internal(self) -> pyarrow.Table:
356356

357357
## Implements persist in Feast 0.18 - This persists to filestorage
358358
## ToDo: Persist to Azure Storage
359-
def persist(self, storage: SavedDatasetStorage):
359+
def persist(self, storage: SavedDatasetStorage, allow_overwrite: bool = False):
360360
assert isinstance(storage, SavedDatasetFileStorage)
361361

362362
filesystem, path = FileSource.create_filesystem_and_path(

0 commit comments

Comments
 (0)