Skip to content

Commit

Permalink
Added staged files
Browse files Browse the repository at this point in the history
  • Loading branch information
SiddhantSadangi committed Nov 9, 2023
1 parent 90a4cec commit 8908cf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/kedro_neptune/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ class NeptuneFileDataSet(BinaryFileDataSet):
Log a file to Neptune that has already been defined as a Kedro DataSet in any catalog YML file:
example_iris_data:
type: pandas.CSVDataSet
type: pandas.CSVDataset
filepath: data/01_raw/iris.csv
example_iris_data@neptune:
Expand Down
2 changes: 1 addition & 1 deletion tests/kedro_neptune/utils/run_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def assert_structure(travel_speed: int = 10000):
"name": "planets",
"protocol": "file",
"save_args": {"index": False},
"type": "CSVDataSet",
"type": "CSVDataset",
"version": "None",
}

Expand Down

0 comments on commit 8908cf5

Please sign in to comment.