Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
  • Loading branch information
kevjumba committed Aug 19, 2022
1 parent 1341e3e commit 3d42093
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ def _to_arrow_internal(self) -> pyarrow.Table:

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

filesystem, path = FileSource.create_filesystem_and_path(
Expand Down

0 comments on commit 3d42093

Please sign in to comment.