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

[DataCatalog2.0]: KedroDataCatalog with dict interface #4218

Merged
merged 213 commits into from
Oct 18, 2024

Commits on Jul 31, 2024

  1. Added a skeleton for AbstractDataCatalog and KedroDataCatalog

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    a8f4fb3 View commit details
    Browse the repository at this point in the history
  2. Removed from_config method

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    7d56818 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    787e121 View commit details
    Browse the repository at this point in the history
  2. Implemented _init_datasets method

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    0b80f23 View commit details
    Browse the repository at this point in the history
  3. Implemented get dataset

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    5c727df View commit details
    Browse the repository at this point in the history
  4. Started resolve_patterns implementation

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    05c9171 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Implemented resolve_patterns

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    5c804d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9ba5c4 View commit details
    Browse the repository at this point in the history
  3. Fixed credentials resolving

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    530f7d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Updated match pattern

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    64be83c View commit details
    Browse the repository at this point in the history
  2. Implemented add from dict method

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    c29828a View commit details
    Browse the repository at this point in the history
  3. Updated io __init__

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    957403a View commit details
    Browse the repository at this point in the history
  4. Added list method

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    14908ff View commit details
    Browse the repository at this point in the history
  5. Implemented _validate_missing_keys

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    c5e925b View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Added datasets access logic

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    b9a92b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cb794f View commit details
    Browse the repository at this point in the history
  3. Added __contains__ and comments on lazy loading

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    2f32593 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Renamed dataset_name to ds_name

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    d1ea64e View commit details
    Browse the repository at this point in the history
  2. Updated some docstrings

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    fb89fca View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    4486939 View commit details
    Browse the repository at this point in the history
  2. Fixed _update_ds_configs

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    c667645 View commit details
    Browse the repository at this point in the history
  3. Fixed _init_datasets

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    be8e929 View commit details
    Browse the repository at this point in the history
  4. Implemented add_runtime_patterns

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    ec7ac39 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Fixed runtime patterns usage

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    8e23450 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

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

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    e4cb21c View commit details
    Browse the repository at this point in the history
  2. Moved pattern logic out of data catalog, implemented KedroDataCatalog

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    50bc816 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    6dfbcb0 View commit details
    Browse the repository at this point in the history
  2. KedroDataCatalog updates

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    9346f08 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Added property to return config

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    9568e29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86efdfe View commit details
    Browse the repository at this point in the history
  3. Added list patterns method

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    5e27660 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Renamed and moved ConfigResolver

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    72b11d0 View commit details
    Browse the repository at this point in the history
  2. Renamed ConfigResolver

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    f0a4090 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4da52a View commit details
    Browse the repository at this point in the history
  4. Cleaned KedroDataCatalog

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    7d6227f View commit details
    Browse the repository at this point in the history
  5. Cleaned up DataCatalogConfigResolver

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    4092291 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Docs build fix attempt

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    63e47f9 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. KedroDataCatalog draft

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    85bf720 View commit details
    Browse the repository at this point in the history
  2. Removed KedroDataCatalog

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    68f6527 View commit details
    Browse the repository at this point in the history
  3. Updated from_config method

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    2ac4a2f View commit details
    Browse the repository at this point in the history
  4. Updated constructor and add methods

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    cb5879d View commit details
    Browse the repository at this point in the history
  5. Updated _get_dataset method

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    9038e96 View commit details
    Browse the repository at this point in the history
  6. Updated __contains__

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    cc89565 View commit details
    Browse the repository at this point in the history
  7. Updated __eq__ and shallow_copy

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    59b6764 View commit details
    Browse the repository at this point in the history
  8. Added __iter__ and __getitem__

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    4f5a3fb View commit details
    Browse the repository at this point in the history
  9. Removed unused imports

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    12ed6f2 View commit details
    Browse the repository at this point in the history
  10. Added TODO

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    a106cec View commit details
    Browse the repository at this point in the history
  11. Updated runner.run()

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    6df04f7 View commit details
    Browse the repository at this point in the history
  12. Updated session

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    8566e27 View commit details
    Browse the repository at this point in the history
  13. Added confil_resolver property

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    2dcea33 View commit details
    Browse the repository at this point in the history
  14. Updated catalog list command

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    a46597f View commit details
    Browse the repository at this point in the history
  15. Updated catalog create command

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    3787545 View commit details
    Browse the repository at this point in the history
  16. Updated catalog rank command

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    68d612d View commit details
    Browse the repository at this point in the history
  17. Updated catalog resolve command

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    af5bee9 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    acc4d6e View commit details
    Browse the repository at this point in the history
  19. Remove some methods

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    e67ff0f View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Removed ds configs from catalog

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    7b3afa2 View commit details
    Browse the repository at this point in the history
  2. Fixed lint

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    658a759 View commit details
    Browse the repository at this point in the history
  3. Fixed typo

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    7be2a8e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09f3f26 View commit details
    Browse the repository at this point in the history
  5. Added module docstring

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    9e43a9a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b28a9bf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c9f3469 View commit details
    Browse the repository at this point in the history
  8. Renaming methods

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    49a3b27 View commit details
    Browse the repository at this point in the history
  9. Removed None from Pattern type

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    25b6501 View commit details
    Browse the repository at this point in the history
  10. Fixed docs failing to find class reference

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    3a646de View commit details
    Browse the repository at this point in the history
  11. Fixed docs failing to find class reference

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    5e5df4a View commit details
    Browse the repository at this point in the history
  12. Updated Patterns type

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    aa59a35 View commit details
    Browse the repository at this point in the history
  13. Fix tests (#4149)

    * Fix most tests
    
    Signed-off-by: Ankita Katiyar <ankitakatiyar2401@gmail.com>
    
    * Fix most tests
    
    Signed-off-by: Ankita Katiyar <ankitakatiyar2401@gmail.com>
    
    ---------
    
    Signed-off-by: Ankita Katiyar <ankitakatiyar2401@gmail.com>
    ankatiyar authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    c7efa3e View commit details
    Browse the repository at this point in the history
  14. Returned constants to avoid breaking changes

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    023ffc6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6971779 View commit details
    Browse the repository at this point in the history
  16. Udapted KedroDataCatalog for recent changes

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    d57a567 View commit details
    Browse the repository at this point in the history
  17. Minor fix

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    585b44f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2769def View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Updated test_sorting_order_with_other_dataset_through_extra_pattern

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    e447078 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    beb0165 View commit details
    Browse the repository at this point in the history
  3. Removed odd properties

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    975e968 View commit details
    Browse the repository at this point in the history
  4. Updated tests

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    11d782c View commit details
    Browse the repository at this point in the history
  5. Removed None from _fetch_credentials input

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    e4abd23 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5f105de View commit details
    Browse the repository at this point in the history
  7. Updated specs and context

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    f9cb9c6 View commit details
    Browse the repository at this point in the history
  8. Updated runners

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    31a9484 View commit details
    Browse the repository at this point in the history
  9. Updated default catalog validation

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    ced1b7a View commit details
    Browse the repository at this point in the history
  10. Updated default catalog validation

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    7f9b576 View commit details
    Browse the repository at this point in the history
  11. Updated contains and added exists methods for KedroDataCatalog

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    a3828d9 View commit details
    Browse the repository at this point in the history
  12. Fixed docs

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    16610c4 View commit details
    Browse the repository at this point in the history
  13. Fixing docs and lint

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    321affe View commit details
    Browse the repository at this point in the history
  14. Fixed docs

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    ff25405 View commit details
    Browse the repository at this point in the history
  15. Fixed docs

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    d0000c0 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Fixed unit tests

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    7f5ddec View commit details
    Browse the repository at this point in the history
  2. Added __eq__

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    e030bb6 View commit details
    Browse the repository at this point in the history
  3. Renamed DataCatalogConfigResolver to CatalogConfigResolver

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    6433dd8 View commit details
    Browse the repository at this point in the history
  4. Renamed _init_configs to _resolve_config_credentials

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    355576f View commit details
    Browse the repository at this point in the history
  5. Moved functions to the class

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    39d9ff6 View commit details
    Browse the repository at this point in the history
  6. Refactored resolve_dataset_pattern

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    659c9da View commit details
    Browse the repository at this point in the history
  7. Fixed refactored part

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    840b32a View commit details
    Browse the repository at this point in the history
  8. Changed the order of arguments for DataCatalog constructor

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    77f551c View commit details
    Browse the repository at this point in the history
  9. Replaced __getitem__ with .get()

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    6e079a1 View commit details
    Browse the repository at this point in the history
  10. Updated catalog commands

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    1f7e5f8 View commit details
    Browse the repository at this point in the history
  11. Moved warm up block outside of the try block

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    80f0e3d View commit details
    Browse the repository at this point in the history
  12. Fixed linter

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    017cda3 View commit details
    Browse the repository at this point in the history
  13. Removed odd copying

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    cab6f06 View commit details
    Browse the repository at this point in the history
  14. Merge branch '4110-move-pattern-resolution-logic' into 3995-data-cata…

    …log-2.0
    
    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    ac1ecc0 View commit details
    Browse the repository at this point in the history
  15. Renamed DataCatalogConfigResolver to CatalogConfigResolver

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    e955930 View commit details
    Browse the repository at this point in the history
  16. Renamed AbstractDataCatalog to BaseDataCatalog

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    a07f3d4 View commit details
    Browse the repository at this point in the history
  17. Moved validate_dataset_config inside catalog

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    4ecb826 View commit details
    Browse the repository at this point in the history
  18. Renamed _init_dataset to _add_from_config

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    2b9be66 View commit details
    Browse the repository at this point in the history
  19. Fix lint

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    fb3831b View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Updated release notes

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    8f604d1 View commit details
    Browse the repository at this point in the history
  2. Returned DatasetError

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    9a4db18 View commit details
    Browse the repository at this point in the history
  3. Added _dataset_patterns and _default_pattern to _config_resolver to a…

    …void breaking change
    
    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    0a6946a View commit details
    Browse the repository at this point in the history
  4. Made resolve_dataset_pattern return just dict

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    fee7bd6 View commit details
    Browse the repository at this point in the history
  5. Fixed linter

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    f5a7992 View commit details
    Browse the repository at this point in the history
  6. Added Catalogprotocol draft

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    1c981f3 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Implemented CatalogProtocol

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    6128be7 View commit details
    Browse the repository at this point in the history
  2. Updated types

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    8c91d0e View commit details
    Browse the repository at this point in the history
  3. Fixed linter

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    18d2ba0 View commit details
    Browse the repository at this point in the history
  4. Added _ImplementsCatalogProtocolValidator

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    d48c6d3 View commit details
    Browse the repository at this point in the history
  5. Updated docstrings

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    45ce6bc View commit details
    Browse the repository at this point in the history
  6. Fixed tests

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    6ca972f View commit details
    Browse the repository at this point in the history
  7. Fixed docs

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    fdce5ea View commit details
    Browse the repository at this point in the history
  8. Excluded Potocol from coverage

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    3029963 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'main' into 4138-catalog-protocol

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    0150a21 View commit details
    Browse the repository at this point in the history
  10. Fixed docs

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    0833a84 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    95ccb3c View commit details
    Browse the repository at this point in the history
  2. Renamed catalog source to kedro_data_catalog

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    07908a8 View commit details
    Browse the repository at this point in the history
  3. Renamed data set to dataset in docstrings

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    25a6fcf View commit details
    Browse the repository at this point in the history
  4. Updated add_from_dict

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    07f8c12 View commit details
    Browse the repository at this point in the history
  5. Revised comments and TODOs

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    3a1a0f2 View commit details
    Browse the repository at this point in the history
  6. Updated error message to point to specific catalog type

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    cf663a0 View commit details
    Browse the repository at this point in the history
  7. Fixed tests

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    caa7316 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9540a32 View commit details
    Browse the repository at this point in the history
  9. Merged with protocol

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    0ac154d View commit details
    Browse the repository at this point in the history
  10. Removed reference to DataCatalog in docstrings

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    0ec1f23 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    96d4576 View commit details
    Browse the repository at this point in the history
  12. Fixed docs

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    4ecd8fd View commit details
    Browse the repository at this point in the history
  13. Reordered methods

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    11b3426 View commit details
    Browse the repository at this point in the history
  14. Removed add_all from protocol

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    741b682 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    88ba38b View commit details
    Browse the repository at this point in the history
  16. Changed the order of arguments

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    0020095 View commit details
    Browse the repository at this point in the history
  17. Updated docstrings

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    78feb51 View commit details
    Browse the repository at this point in the history
  18. Updated docstrings

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    6bf912c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c7699ec View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Added __repr__

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    bcd2d37 View commit details
    Browse the repository at this point in the history
  2. Made __getitem__ return deepcopy

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    eb7e8f5 View commit details
    Browse the repository at this point in the history
  3. Fixed bug in get_dataset()

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    7348c12 View commit details
    Browse the repository at this point in the history
  4. Fixed __eq__

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    5aee9e9 View commit details
    Browse the repository at this point in the history
  5. Fixed docstrings

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    c9c7c9a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c66df33 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2f1dcbd View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Added __setitem__

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    4b8d90c View commit details
    Browse the repository at this point in the history
  2. Unit tests for KedroDataCatalog (#4171)

    * Added KedroDataCatlog tests template
    
    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    
    * Added test save/load unregistered dataset
    
    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    
    * Added test_feed_dict
    
    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    
    * Added exists tests
    
    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    
    * Added tests for list()
    
    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    
    * Added test_eq
    
    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    
    * Added test init/add datasets
    
    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    
    * Updated test_adding_datasets_not_allowed
    
    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    
    * Added shallow copy tests
    
    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    
    * Added TestKedroDataCatalogFromConfig
    
    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    
    * Added missing tests
    
    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    
    ---------
    
    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    8f870a8 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into 3995-data-catalog-2.0

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    70dc177 View commit details
    Browse the repository at this point in the history
  4. Updated RELEASE.md

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    ae7a271 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Removed deep copies

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    135cb0e View commit details
    Browse the repository at this point in the history
  2. Removed some interface that will be changed in the next version

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ca4867c View commit details
    Browse the repository at this point in the history
  3. Removed key completions

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    4745f71 View commit details
    Browse the repository at this point in the history
  4. Fixinf typos

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    033a0b7 View commit details
    Browse the repository at this point in the history
  5. Removed key completions test

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e74ffda View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Replaced data set with dataset

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    00af3ec View commit details
    Browse the repository at this point in the history
  2. Added docstring for get_dataset() method

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    2de7ccb View commit details
    Browse the repository at this point in the history
  3. Renamed pytest fixture

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    8affed6 View commit details
    Browse the repository at this point in the history
  4. Addressed review comments

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    a52672e View commit details
    Browse the repository at this point in the history
  5. Updated _assert_requirements_ok starters test

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    84f249c View commit details
    Browse the repository at this point in the history
  6. Revert "Updated _assert_requirements_ok starters test"

    This reverts commit 5208321.
    
    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    2548119 View commit details
    Browse the repository at this point in the history
  7. Updated error message

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    ac124e3 View commit details
    Browse the repository at this point in the history
  8. Replaced typo

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    f62ed03 View commit details
    Browse the repository at this point in the history
  9. Replaced data set with dataset in docstrings

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    b65609f View commit details
    Browse the repository at this point in the history
  10. Updated tests

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    17199ad View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    44c576e View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Made KedroDataCatalog subclass from CatalogProtocol

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    6d5f094 View commit details
    Browse the repository at this point in the history
  2. Updated release notes

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    e24b2a6 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into 3995-data-catalog-2.0

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    c8ef90f View commit details
    Browse the repository at this point in the history
  4. Implemented iter, getitem, setitem

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    26f3f99 View commit details
    Browse the repository at this point in the history
  5. Updated add_data and TODOs

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    5bbedfa View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Added key completions

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    5ca6b48 View commit details
    Browse the repository at this point in the history
  2. Maded behavior dict like

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    3914cca View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    0e03aa5 View commit details
    Browse the repository at this point in the history
  2. Merged with main

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    643219d View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Removed add_data() method

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    b4ae279 View commit details
    Browse the repository at this point in the history
  2. Added usage example and updated docstrings with experimental feature …

    …note
    
    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    5bdf16b View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Merge branch 'kedro-data-catalog-release-updates' into feature/4175-c…

    …atalog-dict-interface
    
    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    78900b7 View commit details
    Browse the repository at this point in the history
  2. Added len and get

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    8ea3667 View commit details
    Browse the repository at this point in the history
  3. Implemented unit tests

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    8fd7043 View commit details
    Browse the repository at this point in the history
  4. Update RELEASE.md

    Co-authored-by: Merel Theisen <49397448+merelcht@users.noreply.github.com>
    Signed-off-by: ElenaKhaustova <157851531+ElenaKhaustova@users.noreply.github.com>
    ElenaKhaustova and merelcht authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    a50fbc9 View commit details
    Browse the repository at this point in the history
  5. Update kedro/io/kedro_data_catalog.py

    Co-authored-by: Merel Theisen <49397448+merelcht@users.noreply.github.com>
    Signed-off-by: ElenaKhaustova <157851531+ElenaKhaustova@users.noreply.github.com>
    ElenaKhaustova and merelcht authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    5b02d05 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d69b9eb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3ddc01b View commit details
    Browse the repository at this point in the history
  8. Fixed lint

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    1223f26 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f9912ec View commit details
    Browse the repository at this point in the history
  10. Updated load_data and save_data to use new interface

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    02e2c5e View commit details
    Browse the repository at this point in the history
  11. Updated load_data and save_data to use new interface

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    517d770 View commit details
    Browse the repository at this point in the history
  12. Returned usage of get_dataset()

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    aa95229 View commit details
    Browse the repository at this point in the history
  13. Fixed lint

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    494b4b9 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

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

Commits on Oct 14, 2024

  1. Updated __getitem__ to use old get_dataset() method

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    35e10f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f031211 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Removed regex_search from values()

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    9d52ecf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb93875 View commit details
    Browse the repository at this point in the history
  3. Fixed type annotation for __iter__

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    dac141d View commit details
    Browse the repository at this point in the history
  4. Fixed linter

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    6b3eb9e View commit details
    Browse the repository at this point in the history
  5. Revert lint fix

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    3edb4fb View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Returned short names for save and load

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    78af7eb View commit details
    Browse the repository at this point in the history
  2. Removed regex_search from keys and items

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    435bea1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5b7099 View commit details
    Browse the repository at this point in the history
  4. Updated release notes

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    08fa019 View commit details
    Browse the repository at this point in the history
  5. Maded regex_search non optional

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    6de5fbf View commit details
    Browse the repository at this point in the history
  6. Changed default for regex_flags

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    23f3524 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    87addaa View commit details
    Browse the repository at this point in the history
  2. Returned list() method

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    c93aabb View commit details
    Browse the repository at this point in the history
  3. Fixed __iter__ return type

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    6650a83 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8df7d91 View commit details
    Browse the repository at this point in the history