-
Notifications
You must be signed in to change notification settings - Fork 97
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
fix(airflow): fixed issue with _is_memory_dataset #1011
Merged
ElenaKhaustova
merged 25 commits into
kedro-org:main
from
CF-FHB-X:fix/998-is-memory-dataset
Feb 21, 2025
Merged
fix(airflow): fixed issue with _is_memory_dataset #1011
ElenaKhaustova
merged 25 commits into
kedro-org:main
from
CF-FHB-X:fix/998-is-memory-dataset
Feb 21, 2025
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
96b5075
to
9bb91ed
Compare
ankatiyar
reviewed
Feb 17, 2025
98874b0
to
e68f09c
Compare
release draft Signed-off-by: Richard Asselin <[email protected]>
… Experiment Tracking (kedro-org#969) * remove et related kedro datasets * update release note and static json schema * temporary doc fix Signed-off-by: Richard Asselin <[email protected]>
Move to linkcode extension Signed-off-by: Ankita Katiyar <[email protected]> Signed-off-by: Richard Asselin <[email protected]>
* test csv win Signed-off-by: ravi_kumar_pilla <[email protected]> * change ci yaml for testing Signed-off-by: ravi_kumar_pilla <[email protected]> * change ci yaml for testing Signed-off-by: ravi_kumar_pilla <[email protected]> * add default encoding when opening file * revert workflow tests Signed-off-by: ravi_kumar_pilla <[email protected]> * fix lint Signed-off-by: ravi_kumar_pilla <[email protected]> * update release note * update release note --------- Signed-off-by: ravi_kumar_pilla <[email protected]> Signed-off-by: Richard Asselin <[email protected]>
* Removed trufflehog Signed-off-by: Elena Khaustova <[email protected]> * Updated github actions per plugin Signed-off-by: Elena Khaustova <[email protected]> * Updated release notes Signed-off-by: Elena Khaustova <[email protected]> * Updated validate-pr check scopes Signed-off-by: Elena Khaustova <[email protected]> * Updated lint command Signed-off-by: Elena Khaustova <[email protected]> * Added key to trigger check Signed-off-by: Elena Khaustova <[email protected]> * Updated GH action to track per plugin Signed-off-by: Elena Khaustova <[email protected]> * Removed secret Signed-off-by: Elena Khaustova <[email protected]> * Updated GH for kedro-datasets Signed-off-by: Elena Khaustova <[email protected]> * Updated secrets baseline Signed-off-by: Elena Khaustova <[email protected]> --------- Signed-off-by: Elena Khaustova <[email protected]> Signed-off-by: Richard Asselin <[email protected]>
Signed-off-by: Deepyaman Datta <[email protected]> Signed-off-by: Juan Luis Cano Rodríguez <[email protected]> Co-authored-by: Juan Luis Cano Rodríguez <[email protected]> Signed-off-by: Richard Asselin <[email protected]>
…tionedDataset` (kedro-org#978) * Replaced callable check Signed-off-by: Elena Khaustova <[email protected]> * Updateds lazy_save test Signed-off-by: Elena Khaustova <[email protected]> * Added test_callable_save Signed-off-by: Elena Khaustova <[email protected]> * Fixed lint Signed-off-by: Elena Khaustova <[email protected]> * Fixed docs links Signed-off-by: Elena Khaustova <[email protected]> * Fixed all docs links Signed-off-by: Elena Khaustova <[email protected]> * Updated release notes Signed-off-by: Elena Khaustova <[email protected]> * Fixed all docs links Signed-off-by: Elena Khaustova <[email protected]> * Fixed typo Signed-off-by: Elena Khaustova <[email protected]> * Added argument to disable lazy saving Signed-off-by: Elena Khaustova <[email protected]> * Removed save function argument Signed-off-by: Elena Khaustova <[email protected]> * Updated unit test Signed-off-by: Elena Khaustova <[email protected]> * Fixed lint Signed-off-by: Elena Khaustova <[email protected]> * Updated related docs Signed-off-by: Elena Khaustova <[email protected]> * Revert test changes Signed-off-by: Elena Khaustova <[email protected]> * Updated baseline Signed-off-by: Elena Khaustova <[email protected]> * Updated release notes Signed-off-by: Elena Khaustova <[email protected]> * Updated release notes Signed-off-by: Elena Khaustova <[email protected]> * Updated docstrings Signed-off-by: Elena Khaustova <[email protected]> --------- Signed-off-by: Elena Khaustova <[email protected]> Signed-off-by: Richard Asselin <[email protected]>
* fix(datasets): use kwarg for Ibis `read_*` methods Signed-off-by: Deepyaman Datta <[email protected]> * Update RELEASE.md Signed-off-by: Deepyaman Datta <[email protected]> --------- Signed-off-by: Deepyaman Datta <[email protected]> Signed-off-by: Richard Asselin <[email protected]>
* build(datasets): pin PyArrow until `19.0.1` is out Signed-off-by: Deepyaman Datta <[email protected]> * chore(datasets): exclude `19.0.0` instead of bound Signed-off-by: Deepyaman Datta <[email protected]> --------- Signed-off-by: Deepyaman Datta <[email protected]> Co-authored-by: Merel Theisen <[email protected]> Signed-off-by: Richard Asselin <[email protected]>
* build(datasets): update list of extras for Ibis 10 Signed-off-by: Deepyaman Datta <[email protected]> * Update RELEASE.md Signed-off-by: Deepyaman Datta <[email protected]> --------- Signed-off-by: Deepyaman Datta <[email protected]> Signed-off-by: Richard Asselin <[email protected]>
* chore: remove internal devtools from release notes Signed-off-by: Deepyaman Datta <[email protected]> * chore: remove internal devtools from release notes Signed-off-by: Deepyaman Datta <[email protected]> * chore: remove internal devtools from release notes Signed-off-by: Deepyaman Datta <[email protected]> * chore: remove internal devtools from release notes Signed-off-by: Deepyaman Datta <[email protected]> --------- Signed-off-by: Deepyaman Datta <[email protected]> Co-authored-by: Merel Theisen <[email protected]> Signed-off-by: Richard Asselin <[email protected]>
…_memory_dataset` Signed-off-by: Richard Asselin <[email protected]>
…talog Signed-off-by: Richard Asselin <[email protected]>
Signed-off-by: Richard Asselin <[email protected]>
Signed-off-by: Richard Asselin <[email protected]>
* build(datasets): update list of extras for Ibis 10 Signed-off-by: Deepyaman Datta <[email protected]> * Update RELEASE.md Signed-off-by: Deepyaman Datta <[email protected]> --------- Signed-off-by: Deepyaman Datta <[email protected]> Signed-off-by: Richard <[email protected]> Signed-off-by: Richard Asselin <[email protected]>
* chore: remove internal devtools from release notes Signed-off-by: Deepyaman Datta <[email protected]> * chore: remove internal devtools from release notes Signed-off-by: Deepyaman Datta <[email protected]> * chore: remove internal devtools from release notes Signed-off-by: Deepyaman Datta <[email protected]> * chore: remove internal devtools from release notes Signed-off-by: Deepyaman Datta <[email protected]> --------- Signed-off-by: Deepyaman Datta <[email protected]> Co-authored-by: Merel Theisen <[email protected]> Signed-off-by: Richard <[email protected]> Signed-off-by: Richard Asselin <[email protected]>
…talog Signed-off-by: Richard <[email protected]> Signed-off-by: Richard Asselin <[email protected]>
Signed-off-by: Richard <[email protected]> Signed-off-by: Richard Asselin <[email protected]>
Signed-off-by: Richard <[email protected]> Signed-off-by: Richard Asselin <[email protected]>
…talog Signed-off-by: Richard Asselin <[email protected]>
Signed-off-by: Richard Asselin <[email protected]> Signed-off-by: Richard <[email protected]> Signed-off-by: Richard Asselin <[email protected]>
Signed-off-by: Richard Asselin <[email protected]>
9136a92
to
fbb8081
Compare
…8-is-memory-dataset
ElenaKhaustova
approved these changes
Feb 21, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a nit comment, the rest looks good to me, thank you!
Co-authored-by: ElenaKhaustova <[email protected]> Signed-off-by: Richard <[email protected]>
ankatiyar
approved these changes
Feb 21, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks @CF-FHB-X
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
Fixed the issue described in #998
Development notes
Tweaked the code in
grouping/_is_memory_dataset()
to also check for datasets that are set asMemoryDataset
in the Data Catalog.Checklist
jsonschema/kedro-catalog-X.XX.json
if necessaryRELEASE.md
file