Skip to content

Commit

Permalink
Update kedro-datasets/kedro_datasets/snowflake/snowpark_dataset.py
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas <thomas.dhooghe95@gmail.com>
  • Loading branch information
tdhooghe authored Oct 16, 2024
1 parent 255a224 commit 8dde7ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class SnowparkTableDataset(AbstractDataset):
weather:
type: kedro_datasets.snowflake.SnowparkTableDataset
table_name: "weather_data"
databasereak: "meteorology"
database: "meteorology"
schema: "observations"
credentials: db_credentials
save_args:
Expand Down

0 comments on commit 8dde7ab

Please sign in to comment.