Skip to content

kedro-datasets-1.1.0

Compare
Choose a tag to compare
@merelcht merelcht released this 20 Mar 17:37
· 354 commits to main since this release
4910e84

Major features and improvements:

  • Added the following new datasets:
Type Description Location
polars.CSVDataSet A CSVDataSet backed by polars, a lighting fast dataframe package built entirely using Rust. kedro_datasets.polars
snowflake.SnowparkTableDataSet Work with Snowpark DataFrames from tables in Snowflake. kedro_datasets.snowflake

Bug fixes and other changes

  • Add mssql backend to the SQLQueryDataSet DataSet using pyodbc library.
  • Added a warning when the user tries to use SparkDataSet on Databricks without specifying a file path with the /dbfs/ prefix.