forked from kedro-org/kedro-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add NetCDF and Zarr datasets #1
Draft
riley-brady
wants to merge
168
commits into
main
Choose a base branch
from
add_netcdf_zarr
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
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
Signed-off-by: Merel Theisen <[email protected]>
* feat(datasets): create custom `DeprecationWarning` Signed-off-by: Deepyaman Datta <[email protected]> * feat(datasets): use the custom deprecation warning Signed-off-by: Deepyaman Datta <[email protected]> * chore(datasets): show Kedro's deprecation warnings Signed-off-by: Deepyaman Datta <[email protected]> * fix(datasets): remove unused imports in test files Signed-off-by: Deepyaman Datta <[email protected]> --------- Signed-off-by: Deepyaman Datta <[email protected]>
Signed-off-by: Deepyaman Datta <[email protected]>
* Pin tables version Signed-off-by: Ankita Katiyar <[email protected]> * Also fix kedro-airflow Signed-off-by: Ankita Katiyar <[email protected]> * Revert trying to fix airflow Signed-off-by: Ankita Katiyar <[email protected]> --------- Signed-off-by: Ankita Katiyar <[email protected]>
Signed-off-by: Merel Theisen <[email protected]>
…org#379) Update CONTRIBUTING.md + add one for kedro-datasets Signed-off-by: Ankita Katiyar <[email protected]>
kedro-org#377) Signed-off-by: Merel Theisen <[email protected]>
* feat: kedro airflow convert --all option Signed-off-by: Simon Brugman <[email protected]> * docs: release docs Signed-off-by: Simon Brugman <[email protected]> --------- Signed-off-by: Simon Brugman <[email protected]>
Signed-off-by: Deepyaman Datta <[email protected]>
…lity (kedro-org#361) Signed-off-by: H. Felix Wittmann <[email protected]>
Fix secret scan entropy error Signed-off-by: Merel Theisen <[email protected]>
…nd `kedro-telemetry` (kedro-org#384) Signed-off-by: Merel Theisen <[email protected]>
…` from main repository to kedro-datasets (kedro-org#253) Signed-off-by: Peter Bludau <[email protected]> Co-authored-by: Merel Theisen <[email protected]>
Signed-off-by: Simon Brugman <[email protected]>
kedro-org#341) Signed-off-by: Alistair McKelvie <[email protected]>
Signed-off-by: Riley Brady <[email protected]>
Signed-off-by: Riley Brady <[email protected]>
Signed-off-by: Riley Brady <[email protected]>
Signed-off-by: Riley Brady <[email protected]>
Signed-off-by: Riley Brady <[email protected]>
Signed-off-by: Riley Brady <[email protected]>
Signed-off-by: Riley Brady <[email protected]>
Signed-off-by: Riley Brady <[email protected]>
Signed-off-by: Merel Theisen <[email protected]> Signed-off-by: Riley Brady <[email protected]>
Signed-off-by: Riley Brady <[email protected]>
Signed-off-by: Riley Brady <[email protected]>
Signed-off-by: Riley Brady <[email protected]>
Signed-off-by: Riley Brady <[email protected]>
Signed-off-by: Riley Brady <[email protected]>
Signed-off-by: Juan Luis Cano Rodríguez <[email protected]>
astrojuanlu
force-pushed
the
add_netcdf_zarr
branch
from
January 31, 2024 18:56
b8b9de7
to
411a057
Compare
Signed-off-by: Juan Luis Cano Rodríguez <[email protected]>
Signed-off-by: Juan Luis Cano Rodríguez <[email protected]>
…ro-org#532) * done Signed-off-by: rashidakanchwala <[email protected]> * fix lint Signed-off-by: rashidakanchwala <[email protected]> --------- Signed-off-by: rashidakanchwala <[email protected]>
…edro-org#541) * pin deltalake * Update kedro-datasets/setup.py Signed-off-by: Juan Luis Cano Rodríguez <[email protected]> * Update setup.py Signed-off-by: Juan Luis Cano Rodríguez <[email protected]> * sort order and compare * Update setup.py * lint * pin deltalake * add comment to pin --------- Signed-off-by: Juan Luis Cano Rodríguez <[email protected]> Signed-off-by: Juan Luis Cano Rodríguez <[email protected]> Co-authored-by: Juan Luis Cano Rodríguez <[email protected]>
* test * done * change from _preview to preview * fix lint and tests * added docstrings * rtd fix * rtd fix * fix rtd Signed-off-by: rashidakanchwala <[email protected]> * fix rtd Signed-off-by: rashidakanchwala <[email protected]> * fix rtd - pls" Signed-off-by: rashidakanchwala <[email protected]> * add nitpick ignore Signed-off-by: rashidakanchwala <[email protected]> * test again Signed-off-by: rashidakanchwala <[email protected]> * move tracking datasets to constant Signed-off-by: rashidakanchwala <[email protected]> * remove comma Signed-off-by: rashidakanchwala <[email protected]> * remove Newtype from json_dataset" Signed-off-by: rashidakanchwala <[email protected]> * pls work Signed-off-by: rashidakanchwala <[email protected]> * confirm rtd works locally Signed-off-by: rashidakanchwala <[email protected]> * juanlu's fix Signed-off-by: rashidakanchwala <[email protected]> * fix tests Signed-off-by: rashidakanchwala <[email protected]> * remove unnecessary stuff from conf.py Signed-off-by: rashidakanchwala <[email protected]> * fixes based on review Signed-off-by: rashidakanchwala <[email protected]> * changes based on review Signed-off-by: rashidakanchwala <[email protected]> * fix tests Signed-off-by: rashidakanchwala <[email protected]> * add suffix Preview Signed-off-by: rashidakanchwala <[email protected]> * change img return type to bytes Signed-off-by: rashidakanchwala <[email protected]> * fix tests Signed-off-by: rashidakanchwala <[email protected]> * update release note * fix lint --------- Signed-off-by: rashidakanchwala <[email protected]> Co-authored-by: ravi-kumar-pilla <[email protected]> Co-authored-by: Sajid Alam <[email protected]>
…#538) * Free pyarrow req Signed-off-by: Felipe Monroy <[email protected]> * Free pyarrow req Signed-off-by: Felipe Monroy <[email protected]> --------- Signed-off-by: Felipe Monroy <[email protected]> Co-authored-by: Nok Lam Chan <[email protected]>
…rg#546) * Update data being collected --------- Signed-off-by: Dmitry Sorokin <[email protected]> Signed-off-by: Dmitry Sorokin <[email protected]> Co-authored-by: Jo Stichbury <[email protected]> Co-authored-by: Juan Luis Cano Rodríguez <[email protected]>
* Pin psutil Signed-off-by: Ankita Katiyar <[email protected]> * Add no capture to test Signed-off-by: Ankita Katiyar <[email protected]> * Update pip version Signed-off-by: Ankita Katiyar <[email protected]> * Update call Signed-off-by: Ankita Katiyar <[email protected]> * Update pip Signed-off-by: Ankita Katiyar <[email protected]> * pip ruamel Signed-off-by: Ankita Katiyar <[email protected]> * change pip v Signed-off-by: Ankita Katiyar <[email protected]> * change pip v Signed-off-by: Ankita Katiyar <[email protected]> * show stdout Signed-off-by: Ankita Katiyar <[email protected]> * use no cache dir Signed-off-by: Ankita Katiyar <[email protected]> * revert extra changes Signed-off-by: Ankita Katiyar <[email protected]> * pin pip Signed-off-by: Ankita Katiyar <[email protected]> * gitpod Signed-off-by: Ankita Katiyar <[email protected]> * pip inside dockerfile Signed-off-by: Ankita Katiyar <[email protected]> * pip pip inside dockerfile Signed-off-by: Ankita Katiyar <[email protected]> --------- Signed-off-by: Ankita Katiyar <[email protected]>
* Unpin pip and bump actions versions Signed-off-by: Ankita Katiyar <[email protected]> * remove version Signed-off-by: Ankita Katiyar <[email protected]> * Revert unpinning of pip Signed-off-by: Ankita Katiyar <[email protected]> --------- Signed-off-by: Ankita Katiyar <[email protected]>
Signed-off-by: Riley Brady <[email protected]>
Signed-off-by: Juan Luis Cano Rodríguez <[email protected]>
…formation on telemetry (kedro-org#555) * Direct readers to Kedro documentation for further information on telemetry Signed-off-by: Juan Luis Cano Rodríguez <[email protected]> * Wording improvements Co-authored-by: Jo Stichbury <[email protected]> Signed-off-by: Juan Luis Cano Rodríguez <[email protected]> * Amend README section Signed-off-by: Juan Luis Cano Rodríguez <[email protected]> --------- Signed-off-by: Juan Luis Cano Rodríguez <[email protected]> Signed-off-by: Juan Luis Cano Rodríguez <[email protected]> Co-authored-by: Jo Stichbury <[email protected]>
* Fix masking Signed-off-by: Dmitry Sorokin <[email protected]> * Change masking approach Signed-off-by: Dmitry Sorokin <[email protected]> * Fix tests Signed-off-by: Dmitry Sorokin <[email protected]> * Fix tests Signed-off-by: Dmitry Sorokin <[email protected]> * Fix tests Signed-off-by: Dmitry Sorokin <[email protected]> * Fix tests Signed-off-by: Dmitry Sorokin <[email protected]> * Fix tests Signed-off-by: Dmitry Sorokin <[email protected]> * Fix tests Signed-off-by: Dmitry Sorokin <[email protected]> --------- Signed-off-by: Dmitry Sorokin <[email protected]> Co-authored-by: Juan Luis Cano Rodríguez <[email protected]>
Signed-off-by: Ankita Katiyar <[email protected]>
* Fix telemetry data and add example_pipeline --------- Signed-off-by: Dmitry Sorokin <[email protected]> Signed-off-by: Dmitry Sorokin <[email protected]> Co-authored-by: Juan Luis Cano Rodríguez <[email protected]>
Signed-off-by: Juan Luis Cano Rodríguez <[email protected]>
Signed-off-by: Juan Luis Cano Rodríguez <[email protected]>
…ro-org#525) * sort dags dictionary Signed-off-by: Nok Lam Chan <[email protected]> * update release note Signed-off-by: Nok Lam Chan <[email protected]> --------- Signed-off-by: Nok Lam Chan <[email protected]>
…try (kedro-org#565) * Add check for ci environment Signed-off-by: Ahdra Merali <[email protected]> * Adjust existing tests Signed-off-by: Ahdra Merali <[email protected]> * Lint Signed-off-by: Ahdra Merali <[email protected]> * Add tests Signed-off-by: Ahdra Merali <[email protected]> * Add changes to release notes Signed-off-by: Ahdra Merali <[email protected]> * Address review comments Signed-off-by: Ankita Katiyar <[email protected]> * Update tests Signed-off-by: Ankita Katiyar <[email protected]> * Debug test Signed-off-by: Ankita Katiyar <[email protected]> * Fix tests Signed-off-by: Ankita Katiyar <[email protected]> * Linting Signed-off-by: Ankita Katiyar <[email protected]> * Fix tests Signed-off-by: Ankita Katiyar <[email protected]> --------- Signed-off-by: Ahdra Merali <[email protected]> Signed-off-by: Ankita Katiyar <[email protected]> Signed-off-by: Ankita Katiyar <[email protected]> Co-authored-by: Ankita Katiyar <[email protected]> Co-authored-by: Ankita Katiyar <[email protected]>
* Update setup.py moto dependency Signed-off-by: Nok Lam Chan <[email protected]> * Update mock_s3 with mock_aws Signed-off-by: Merel Theisen <[email protected]> * Try use same moto for all python versions Signed-off-by: Merel Theisen <[email protected]> * Clean up moto deps Signed-off-by: Merel Theisen <[email protected]> --------- Signed-off-by: Nok Lam Chan <[email protected]> Co-authored-by: Merel Theisen <[email protected]>
…n using sql dataset (kedro-org#564) * allow additional sqlalchemy engine parameters Signed-off-by: Manuel Spierenburg <[email protected]>
* Bump versions kedro-datasets Signed-off-by: Ankita Katiyar <[email protected]> * Update release notes Signed-off-by: Ankita Katiyar <[email protected]> --------- Signed-off-by: Ankita Katiyar <[email protected]>
Signed-off-by: Ankita Katiyar <[email protected]>
Signed-off-by: Ankita Katiyar <[email protected]>
Signed-off-by: Ankita Katiyar <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Development notes
Checklist
RELEASE.md
file