Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Bain (Woven by Toyota committed Oct 21, 2024
1 parent 601134a commit 631a2b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wicker/core/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,7 @@ class DatasetFactory:
"""

def create_filesystem_dataset(
self,
dataset_name: str,
dataset_version: str,
dataset_partition_name: str,
Expand Down Expand Up @@ -498,6 +499,7 @@ def create_filesystem_dataset(
)

def create_s3_dataset(
self,
dataset_name: str,
dataset_version: str,
dataset_partition_name: str,
Expand Down

0 comments on commit 631a2b4

Please sign in to comment.