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

Deprecate dataset errors with module __getattr__ #2673

Merged
merged 108 commits into from
Jun 21, 2023
Merged

Commits on Apr 10, 2023

  1. Configuration menu
    Copy the full SHA
    bcf66a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87172c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af5f4a1 View commit details
    Browse the repository at this point in the history
  4. Deprecated MemoryDataSet in favor of MemoryDataset

    Signed-off-by: Deepyaman Datta <[email protected]>
    deepyaman committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    53eaf4c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6377e12 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    82b99f1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a8a0da6 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    0f1b3be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccdf78e View commit details
    Browse the repository at this point in the history
  3. Warn of impending Kedro 0.19 (not abstract future)

    Co-authored-by: Merel Theisen <[email protected]>
    deepyaman and merelcht authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    e738c32 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f02f86 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    64b1a76 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cae65ca View commit details
    Browse the repository at this point in the history
  7. Change deprecated references to AbstractDataSet

    Signed-off-by: Deepyaman Datta <[email protected]>
    deepyaman committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    904b5d6 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Configuration menu
    Copy the full SHA
    f5654a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    139c4b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    686db58 View commit details
    Browse the repository at this point in the history
  4. Update dask.ParquetDataSet

    deepyaman committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    f3359fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2987744 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5d92194 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4fde3d7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c6c2177 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1ef2ee2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    50e7f5e View commit details
    Browse the repository at this point in the history
  11. Remove the AbstractDataset and AbstractVersionedDataset alias, up…

    …date `kedro.io.core`
    deepyaman committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    7fff5a7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a2c5ae9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c332aee View commit details
    Browse the repository at this point in the history
  14. Update branch

    deepyaman committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    f371bfb View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bdc5e1d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    cfd3e98 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2023

  1. Configuration menu
    Copy the full SHA
    c545af6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54c4def View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Configuration menu
    Copy the full SHA
    c14d4cc View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Configuration menu
    Copy the full SHA
    7fafedf View commit details
    Browse the repository at this point in the history

Commits on May 20, 2023

  1. Configuration menu
    Copy the full SHA
    6c5938c View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Configuration menu
    Copy the full SHA
    fe8381e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edf5424 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fec4da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    81cb042 View commit details
    Browse the repository at this point in the history
  5. Fix removal of "data"

    deepyaman committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    524dd62 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    35a6614 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0fb89f0 View commit details
    Browse the repository at this point in the history
  8. Fix list datasets test

    deepyaman committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    0732f66 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2470009 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3817ee9 View commit details
    Browse the repository at this point in the history
  11. Fix data catalog tests

    deepyaman committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    9ff515e View commit details
    Browse the repository at this point in the history
  12. Fix error message

    deepyaman committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    a98fcff View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    612f891 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e1d4687 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e57f2ac View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d70e91b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    13474bd View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b408627 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c23a85b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    5f5a4b3 View commit details
    Browse the repository at this point in the history
  21. Update RELEASE.md

    deepyaman authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    7c01baa View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Fix remaining tests

    deepyaman committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    833fadd View commit details
    Browse the repository at this point in the history
  2. Fix lint issues

    deepyaman committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    796dadd View commit details
    Browse the repository at this point in the history
  3. Align capitalization

    deepyaman committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    aa877f2 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Configuration menu
    Copy the full SHA
    452ad0b View commit details
    Browse the repository at this point in the history
  2. Blacken kedro/utils.py

    deepyaman committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    0fd5a2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1053cd8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b7a1bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    41436a8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b8de711 View commit details
    Browse the repository at this point in the history
  7. Blacken kedro/utils.py

    deepyaman committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    f19b575 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    db9b7ac View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e9294be View commit details
    Browse the repository at this point in the history
  10. Undo attempt to make docs pass

    Revert "Simplify deprecation of error names to try to fix docs"
    
    This reverts commit e9294be.
    
    Revert "Wrap `kedro.io.core` to fix error deprecation"
    
    This reverts commit db9b7ac.
    deepyaman committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    1ca493a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7b65cbd View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Configuration menu
    Copy the full SHA
    68a08ce View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    5ef91bb View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    5ad59dd View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Configuration menu
    Copy the full SHA
    2d41aec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bcac42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9fbde1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    71da589 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c79843 View commit details
    Browse the repository at this point in the history
  6. Blacken kedro/io/core.py

    deepyaman committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    a84cbf0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c0ebba2 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Configuration menu
    Copy the full SHA
    582bf9a View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    71b7a6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3af6a03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    355c41c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b17331 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2120812 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    32b2bb5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5f82b75 View commit details
    Browse the repository at this point in the history
  8. Revert all changes to DatasetError in kedro/extras/datasets

    The idea is so that we're not making changes not in Kedro-Datasets,
    and we can be confident that Kedro-Datasets won't break.
    deepyaman committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    e692d88 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f01db94 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    22575f7 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Configuration menu
    Copy the full SHA
    7b3b115 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9baf18 View commit details
    Browse the repository at this point in the history
  3. Remove unused import

    deepyaman committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    cb43180 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f7d8bf View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. Configuration menu
    Copy the full SHA
    6699e45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9582a99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93dfaa9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6cb7096 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ab4fae View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2023

  1. Configuration menu
    Copy the full SHA
    36ef08c View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    30c4cdd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    634bb09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b13345 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5d3b70 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f316afe View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    dab939e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fd92f0 View commit details
    Browse the repository at this point in the history