kedro-datasets-1.1.0
merelcht
released this
20 Mar 17:37
·
354 commits
to main
since this release
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 theSQLQueryDataSet
DataSet usingpyodbc
library. - Added a warning when the user tries to use
SparkDataSet
on Databricks without specifying a file path with the/dbfs/
prefix.