Skip to content

Commit

Permalink
chore(datasets): deprecate TableDataset file I/O
Browse files Browse the repository at this point in the history
Signed-off-by: Deepyaman Datta <deepyaman.datta@utexas.edu>
  • Loading branch information
deepyaman committed Sep 21, 2024
1 parent 0217b69 commit bdf4d3b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions kedro-datasets/kedro_datasets/ibis/table_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,10 @@ class TableDataset(AbstractDataset[ir.Table, ir.Table]):
cars:
type: ibis.TableDataset
filepath: data/01_raw/company/cars.csv
file_format: csv
table_name: cars
connection:
backend: duckdb
database: company.db
load_args:
sep: ","
nullstr: "#NA"
save_args:
materialized: table
Expand Down

0 comments on commit bdf4d3b

Please sign in to comment.