Skip to content
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 attribute to flag persistence in Dataset classes #3520

Merged
merged 18 commits into from
Jan 24, 2024

Commits on Jan 17, 2024

  1. Add _EPHEMERAL attribute to AbstractDataset

    Signed-off-by: lrcouto <[email protected]>
    lrcouto committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    a6f1e7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de68c69 View commit details
    Browse the repository at this point in the history
  3. Add test verification for _EPHEMERAL

    Signed-off-by: lrcouto <[email protected]>
    lrcouto committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    f374ea6 View commit details
    Browse the repository at this point in the history
  4. Remove unnecessary test

    Signed-off-by: lrcouto <[email protected]>
    lrcouto committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    f4ca81b View commit details
    Browse the repository at this point in the history
  5. Separate test on LambdaDataset

    Signed-off-by: lrcouto <[email protected]>
    lrcouto committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    f17e8c1 View commit details
    Browse the repository at this point in the history
  6. Separate test on LambdaDataset

    Signed-off-by: lrcouto <[email protected]>
    lrcouto committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    19a01e9 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    f35465e View commit details
    Browse the repository at this point in the history
  2. Update kedro/io/core.py

    Co-authored-by: Merel Theisen <[email protected]>
    Signed-off-by: L. R. Couto <[email protected]>
    lrcouto and merelcht authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    32fe9cb View commit details
    Browse the repository at this point in the history
  3. Minor corrections

    Signed-off-by: lrcouto <[email protected]>
    lrcouto committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    fdf49b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ada85b View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    2c8a22e View commit details
    Browse the repository at this point in the history
  2. Add info about _EPHEMERAL to docs and release notes

    Signed-off-by: lrcouto <[email protected]>
    lrcouto committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    71bdebe View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Update docs/source/data/how_to_create_a_custom_dataset.md

    Co-authored-by: Jo Stichbury <[email protected]>
    Signed-off-by: L. R. Couto <[email protected]>
    lrcouto and stichbury authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    d4636c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cea8a9a View commit details
    Browse the repository at this point in the history
  3. Minor clarification on dog page

    Signed-off-by: lrcouto <[email protected]>
    lrcouto committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    c1a8543 View commit details
    Browse the repository at this point in the history
  4. Move release note to 0.19.3

    Signed-off-by: lrcouto <[email protected]>
    lrcouto committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    d8329a3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1401648 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d4c8f3e View commit details
    Browse the repository at this point in the history