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

feat(datasets): Added the Experimental ExternalTableDataset for Databricks #885

Merged

Commits on Oct 11, 2024

  1. added the experimental ExternalTableDataset

    Signed-off-by: Minura Punchihewa <[email protected]>
    MinuraPunchihewa committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    0e5a4c4 View commit details
    Browse the repository at this point in the history
  2. fixed lint issues

    Signed-off-by: Minura Punchihewa <[email protected]>
    MinuraPunchihewa committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    61f7771 View commit details
    Browse the repository at this point in the history
  3. added the missing location attr to the docstring

    Signed-off-by: Minura Punchihewa <[email protected]>
    MinuraPunchihewa committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    46858c3 View commit details
    Browse the repository at this point in the history
  4. removed unused code from the tests for ManagedTableDataset

    Signed-off-by: Minura Punchihewa <[email protected]>
    MinuraPunchihewa committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    e9d097e View commit details
    Browse the repository at this point in the history
  5. added tests for ExternalTableDataset

    Signed-off-by: Minura Punchihewa <[email protected]>
    MinuraPunchihewa committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    b896464 View commit details
    Browse the repository at this point in the history
  6. moved all fixtures to conftest.py

    Signed-off-by: Minura Punchihewa <[email protected]>
    MinuraPunchihewa committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    8354b00 View commit details
    Browse the repository at this point in the history
  7. fixed lint issues

    Signed-off-by: Minura Punchihewa <[email protected]>
    MinuraPunchihewa committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    31aecc8 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. updated the format for the test for save_overwrite to Parquet

    Signed-off-by: Minura Punchihewa <[email protected]>
    MinuraPunchihewa committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    1696d23 View commit details
    Browse the repository at this point in the history
  2. moved tests to the kedro_datasets_experimental pkg

    Signed-off-by: Minura Punchihewa <[email protected]>
    MinuraPunchihewa committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    761f963 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. improved spacing in the main docstring

    Signed-off-by: Minura Punchihewa <[email protected]>
    MinuraPunchihewa committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    25c3e5b View commit details
    Browse the repository at this point in the history
  2. updated the release doc

    Signed-off-by: Minura Punchihewa <[email protected]>
    MinuraPunchihewa committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    1577f9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca63d4c View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Add contribution to correct release

    Signed-off-by: Merel Theisen <[email protected]>
    merelcht committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    d8668ea View commit details
    Browse the repository at this point in the history
  2. added the dataset to the documentation

    Signed-off-by: Minura Punchihewa <[email protected]>
    MinuraPunchihewa committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    5860688 View commit details
    Browse the repository at this point in the history
  3. listed the dependencies for the dataset

    Signed-off-by: Minura Punchihewa <[email protected]>
    MinuraPunchihewa committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    2451d70 View commit details
    Browse the repository at this point in the history
  4. fixed indentation in the docstring

    Signed-off-by: Minura Punchihewa <[email protected]>
    MinuraPunchihewa committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    fe767e2 View commit details
    Browse the repository at this point in the history