forked from kedro-org/kedro-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(datasets): Extend preview mechanism (kedro-org#595)
* Extend preview to Parquet * Update sql_dataset.py * Update sql_dataset.py * update preview method for parquetdataset * Update sql_dataset.py * extend preview to JSONDataset * add json preview * add preview for pickledataset * Update json_dataset.py * lint * add tests for parquet and json * lint * rem pickle fix docstring * Fix parquet test * fix pandas.json tests * add coverage for sqldataset * lint * coverage for sanitisation of sql * changes based on review * use pyarrow for parquet preview * align jsondataset with spike * Update json_dataset.py * Update json_dataset.py * pass lines=true and nrows * update docstring * Update test_json_dataset.py * revert change * use sqlalchemy instead of query * fix sql tests Signed-off-by: tgoelles <[email protected]>
- Loading branch information
1 parent
9c1bfa3
commit 2e96c9f
Showing
8 changed files
with
220 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters