-
Notifications
You must be signed in to change notification settings - Fork 89
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): Improved compatibility, functionality and testing for SnowflakeTableDataset #881
feat(datasets): Improved compatibility, functionality and testing for SnowflakeTableDataset #881
Commits on Oct 21, 2024
-
check and convert pd df to snowflake df
Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2305c3d - Browse repository at this point
Copy the full SHA 2305c3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07ef67b - Browse repository at this point
Copy the full SHA 07ef67bView commit details -
revert import to previous state
Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 04928ba - Browse repository at this point
Copy the full SHA 04928baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 77551d6 - Browse repository at this point
Copy the full SHA 77551d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbb3374 - Browse repository at this point
Copy the full SHA fbb3374View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb621ae - Browse repository at this point
Copy the full SHA fb621aeView commit details -
relax python version for snowpark
Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cb320bd - Browse repository at this point
Copy the full SHA cb320bdView commit details -
Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 628def6 - Browse repository at this point
Copy the full SHA 628def6View commit details -
Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 136fb09 - Browse repository at this point
Copy the full SHA 136fb09View commit details -
feat(datasets): create separate
ibis.FileDataset
(kedro-org#842)* feat(datasets): create separate `ibis.FileDataset` Signed-off-by: Deepyaman Datta <[email protected]> * chore(datasets): deprecate `TableDataset` file I/O Signed-off-by: Deepyaman Datta <[email protected]> * feat(datasets): implement `FileDataset` versioning Signed-off-by: Deepyaman Datta <[email protected]> * chore(datasets): try `os.path.exists`, for Windows Signed-off-by: Deepyaman Datta <[email protected]> * revert(datasets): use pathlib, ignore Windows test Refs: b7ff0c7 Signed-off-by: Deepyaman Datta <[email protected]> * docs(datasets): add `ibis.FileDataset` to contents Signed-off-by: Deepyaman Datta <[email protected]> * chore(datasets): add docstring for `hashable` func Signed-off-by: Deepyaman Datta <[email protected]> * chore(datasets): add docstring for `hashable` func Signed-off-by: Deepyaman Datta <[email protected]> * feat(datasets)!: expose `load` and `save` publicly Signed-off-by: Deepyaman Datta <[email protected]> * chore(datasets): remove second filepath assignment Signed-off-by: Deepyaman Datta <[email protected]> --------- Signed-off-by: Deepyaman Datta <[email protected]> Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fe3bfbe - Browse repository at this point
Copy the full SHA fe3bfbeView commit details -
ci(docker): Update error code in e2e test (kedro-org#888)
Update error code in e2e test Signed-off-by: Ankita Katiyar <[email protected]> Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fce2974 - Browse repository at this point
Copy the full SHA fce2974View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60b4a86 - Browse repository at this point
Copy the full SHA 60b4a86View commit details -
test ci/cd without python version 3.12
Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3e578c6 - Browse repository at this point
Copy the full SHA 3e578c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a161191 - Browse repository at this point
Copy the full SHA a161191View commit details -
add max python version for compatibility
Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e4509bc - Browse repository at this point
Copy the full SHA e4509bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for c98aef8 - Browse repository at this point
Copy the full SHA c98aef8View commit details -
chore: Update PR template with checkbox for core dataset contribution (…
…kedro-org#891) * Update PR template with checkbox for core dataset contribution Signed-off-by: Merel Theisen <[email protected]> * Update .github/PULL_REQUEST_TEMPLATE.md Co-authored-by: Deepyaman Datta <[email protected]> Signed-off-by: Merel Theisen <[email protected]> * Fix lint Signed-off-by: Merel Theisen <[email protected]> --------- Signed-off-by: Merel Theisen <[email protected]> Signed-off-by: Merel Theisen <[email protected]> Co-authored-by: Deepyaman Datta <[email protected]> Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e4f1c3c - Browse repository at this point
Copy the full SHA e4f1c3cView commit details -
ci(datasets): Fix mypy errors (kedro-org#893)
Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bcec735 - Browse repository at this point
Copy the full SHA bcec735View commit details -
fix(datasets): default to DuckDB in in-memory mode (kedro-org#897)
* fix(datasets): default to DuckDB in in-memory mode Signed-off-by: Deepyaman Datta <[email protected]> * test(datasets): use `object()` sentinel as default Signed-off-by: Deepyaman Datta <[email protected]> * docs(datasets): add default database to RELEASE.md Signed-off-by: Deepyaman Datta <[email protected]> --------- Signed-off-by: Deepyaman Datta <[email protected]> Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c243c6e - Browse repository at this point
Copy the full SHA c243c6eView commit details -
build(datasets): make Kedro-Datasets 5.1.0 release (kedro-org#887)
Signed-off-by: Deepyaman Datta <[email protected]> Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 388f455 - Browse repository at this point
Copy the full SHA 388f455View commit details -
ci: Add GH action to check for TSC votes on core dataset changes (ked…
…ro-org#896) * Add GH action to check for TSC votes on core dataset changes * Ignore TSC vote action in gatekeeper * Trigger TSC vote action only on changes in core dataset --------- Signed-off-by: Merel Theisen <[email protected]> Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3c85b1f - Browse repository at this point
Copy the full SHA 3c85b1fView commit details -
update testing framework and docstrings
Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 101696c - Browse repository at this point
Copy the full SHA 101696cView commit details -
Update kedro-datasets/kedro_datasets/snowflake/snowpark_dataset.py
Signed-off-by: Thomas <[email protected]> Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c1eeb77 - Browse repository at this point
Copy the full SHA c1eeb77View commit details -
validate and check table name for nones
Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b9bf73e - Browse repository at this point
Copy the full SHA b9bf73eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c804c9 - Browse repository at this point
Copy the full SHA 2c804c9View commit details -
change doc type hinting for tests to pass
Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7b7811d - Browse repository at this point
Copy the full SHA 7b7811dView commit details -
feat(datasets): create separate
ibis.FileDataset
(kedro-org#842)* feat(datasets): create separate `ibis.FileDataset` Signed-off-by: Deepyaman Datta <[email protected]> * chore(datasets): deprecate `TableDataset` file I/O Signed-off-by: Deepyaman Datta <[email protected]> * feat(datasets): implement `FileDataset` versioning Signed-off-by: Deepyaman Datta <[email protected]> * chore(datasets): try `os.path.exists`, for Windows Signed-off-by: Deepyaman Datta <[email protected]> * revert(datasets): use pathlib, ignore Windows test Refs: b7ff0c7 Signed-off-by: Deepyaman Datta <[email protected]> * docs(datasets): add `ibis.FileDataset` to contents Signed-off-by: Deepyaman Datta <[email protected]> * chore(datasets): add docstring for `hashable` func Signed-off-by: Deepyaman Datta <[email protected]> * chore(datasets): add docstring for `hashable` func Signed-off-by: Deepyaman Datta <[email protected]> * feat(datasets)!: expose `load` and `save` publicly Signed-off-by: Deepyaman Datta <[email protected]> * chore(datasets): remove second filepath assignment Signed-off-by: Deepyaman Datta <[email protected]> --------- Signed-off-by: Deepyaman Datta <[email protected]> Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 23b056a - Browse repository at this point
Copy the full SHA 23b056aView commit details -
ci(datasets): Fix mypy errors (kedro-org#893)
Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 27e58cd - Browse repository at this point
Copy the full SHA 27e58cdView commit details -
more strict type hinting and casting for linting
Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 178f0f4 - Browse repository at this point
Copy the full SHA 178f0f4View commit details -
add back python 3.12 to see if it is compatible
Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0133025 - Browse repository at this point
Copy the full SHA 0133025View commit details -
Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fc2b3b8 - Browse repository at this point
Copy the full SHA fc2b3b8View commit details -
Merge branch 'main' into feature/save-pd-to-snowflaketable
Signed-off-by: Merel Theisen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c18fc13 - Browse repository at this point
Copy the full SHA c18fc13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7efd162 - Browse repository at this point
Copy the full SHA 7efd162View commit details -
Merge remote-tracking branch 'refs/remotes/origin/feature/save-pd-to-…
…snowflaketable' into feature/save-pd-to-snowflaketable
Configuration menu - View commit details
-
Copy full SHA for f9f3d40 - Browse repository at this point
Copy the full SHA f9f3d40View commit details -
remove unnecessary change to ibis file
Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 620b27a - Browse repository at this point
Copy the full SHA 620b27aView commit details -
Update kedro-datasets/kedro_datasets/snowflake/snowpark_dataset.py
Signed-off-by: Thomas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4d514d9 - Browse repository at this point
Copy the full SHA 4d514d9View commit details -
Update kedro-datasets/kedro_datasets/snowflake/snowpark_dataset.py
Signed-off-by: Thomas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2fddf19 - Browse repository at this point
Copy the full SHA 2fddf19View commit details -
touch as little reqs ass possible
Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e25be21 - Browse repository at this point
Copy the full SHA e25be21View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3bf820 - Browse repository at this point
Copy the full SHA e3bf820View commit details -
bump cloudpickle version to enable snowpark 1.23
Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1e0f0c4 - Browse repository at this point
Copy the full SHA 1e0f0c4View commit details
Commits on Oct 22, 2024
-
Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 00832f7 - Browse repository at this point
Copy the full SHA 00832f7View commit details -
skip tests if python geq 3.12 as not supported by snowpark
Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for db5554e - Browse repository at this point
Copy the full SHA db5554eView commit details -
try except block for snowpark imports
Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6230dfb - Browse repository at this point
Copy the full SHA 6230dfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for edd2703 - Browse repository at this point
Copy the full SHA edd2703View commit details -
add import of snowflaketabledataset in try except block as well
Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 94d7360 - Browse repository at this point
Copy the full SHA 94d7360View commit details -
add if statement to only execute code when snowpark is available
Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7a014c4 - Browse repository at this point
Copy the full SHA 7a014c4View commit details -
remove ignore of snowflake in makefile and update test execution logic
Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 57ccd10 - Browse repository at this point
Copy the full SHA 57ccd10View commit details -
change makefile to include snowflake doctest
Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f09c96e - Browse repository at this point
Copy the full SHA f09c96eView commit details -
add if statement also in original code
Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 698167d - Browse repository at this point
Copy the full SHA 698167dView commit details -
add snowflake available after succesful import
Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5a0dcf8 - Browse repository at this point
Copy the full SHA 5a0dcf8View commit details -
remove try except blocks in code
Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 076921e - Browse repository at this point
Copy the full SHA 076921eView commit details -
echo python version for debugging
Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 004c5e5 - Browse repository at this point
Copy the full SHA 004c5e5View commit details -
Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a25b693 - Browse repository at this point
Copy the full SHA a25b693View commit details -
Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fa00b6e - Browse repository at this point
Copy the full SHA fa00b6eView commit details -
Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5e0c92a - Browse repository at this point
Copy the full SHA 5e0c92aView commit details -
Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fbc275d - Browse repository at this point
Copy the full SHA fbc275dView commit details -
Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6b3e3f3 - Browse repository at this point
Copy the full SHA 6b3e3f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d464909 - Browse repository at this point
Copy the full SHA d464909View commit details -
Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4810dc9 - Browse repository at this point
Copy the full SHA 4810dc9View commit details -
improve docstring and remove ignore from dataset-doctest
Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0886454 - Browse repository at this point
Copy the full SHA 0886454View commit details -
Merge branch 'main' into feature/save-pd-to-snowflaketable
Signed-off-by: Thomas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 25c28c4 - Browse repository at this point
Copy the full SHA 25c28c4View commit details -
add back ignore snowflake for doctesting and remove unexpected additi…
…ons to pyproject.toml Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 624baa7 - Browse repository at this point
Copy the full SHA 624baa7View commit details -
only skip for python 3.12 or higher
Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 80f7765 - Browse repository at this point
Copy the full SHA 80f7765View commit details -
remove separate pytest skips as we have a module wide one
Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ba0a030 - Browse repository at this point
Copy the full SHA ba0a030View commit details -
remove test from omit in pytproject.toml
Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 36264c2 - Browse repository at this point
Copy the full SHA 36264c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe43b5c - Browse repository at this point
Copy the full SHA fe43b5cView commit details
Commits on Oct 23, 2024
-
bump matplotlib to prevent installing test requirements from failing
Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 10829ed - Browse repository at this point
Copy the full SHA 10829edView commit details -
revert matplotlib version bump
Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 435159b - Browse repository at this point
Copy the full SHA 435159bView commit details -
Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ba6975c - Browse repository at this point
Copy the full SHA ba6975cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52ce490 - Browse repository at this point
Copy the full SHA 52ce490View commit details -
omit snowflake testing from python 3.12
Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 71a3801 - Browse repository at this point
Copy the full SHA 71a3801View commit details -
Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b89a552 - Browse repository at this point
Copy the full SHA b89a552View commit details -
fix bug in ignoreopts and add back python versions 3.10 and 3.11 in m…
…atrix Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d967ff5 - Browse repository at this point
Copy the full SHA d967ff5View commit details -
fix bug in ignoreopts and add back python versions 3.10 and 3.11 in m…
…atrix Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 233b4f0 - Browse repository at this point
Copy the full SHA 233b4f0View commit details -
revert requires-python to 3.10
Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7349fac - Browse repository at this point
Copy the full SHA 7349facView commit details -
Configuration menu - View commit details
-
Copy full SHA for e64551e - Browse repository at this point
Copy the full SHA e64551eView commit details -
add back omit for snowflake as python 3.12 is not supported, hence ci…
…cd fails on coverage Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ceacc8c - Browse repository at this point
Copy the full SHA ceacc8cView commit details -
revert makefile to original state
Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e0735ad - Browse repository at this point
Copy the full SHA e0735adView commit details -
Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d17b8a6 - Browse repository at this point
Copy the full SHA d17b8a6View commit details -
Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c5c9e4d - Browse repository at this point
Copy the full SHA c5c9e4dView commit details
Commits on Oct 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fbc2545 - Browse repository at this point
Copy the full SHA fbc2545View commit details -
Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 67f24c0 - Browse repository at this point
Copy the full SHA 67f24c0View commit details -
skip test if import is missing
Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for be5fb6f - Browse repository at this point
Copy the full SHA be5fb6fView commit details -
build: Bump matplotlib test dependency (kedro-org#904)
* Bump matplotlib test dependency Signed-off-by: Merel Theisen <[email protected]> * Fix matplotlib test Signed-off-by: Merel Theisen <[email protected]> --------- Signed-off-by: Merel Theisen <[email protected]> Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 217e60b - Browse repository at this point
Copy the full SHA 217e60bView commit details -
Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f288ab7 - Browse repository at this point
Copy the full SHA f288ab7View commit details -
Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6a21d1f - Browse repository at this point
Copy the full SHA 6a21d1fView commit details -
fix error in import or skip and add noqa for ruff
Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0e2abe3 - Browse repository at this point
Copy the full SHA 0e2abe3View commit details -
implement pr feedback to raise if data is not pandas or snowpark data…
…frame Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c0c42a8 - Browse repository at this point
Copy the full SHA c0c42a8View commit details -
add back omit for snowflake as python 3.12 is not supported, hence ci…
…cd fails on coverage Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 41dfa22 - Browse repository at this point
Copy the full SHA 41dfa22View commit details -
add test for new raising error
Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0f3d838 - Browse repository at this point
Copy the full SHA 0f3d838View commit details -
Signed-off-by: tdhooghe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2a688d8 - Browse repository at this point
Copy the full SHA 2a688d8View commit details
Commits on Oct 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a974010 - Browse repository at this point
Copy the full SHA a974010View commit details -
Configuration menu - View commit details
-
Copy full SHA for 660a428 - Browse repository at this point
Copy the full SHA 660a428View commit details
Commits on Oct 28, 2024
-
Merge branch 'feature/save-pd-to-snowflaketable' of https://github.co…
…m/tdhooghe/kedro-plugins into feature/save-pd-to-snowflaketable
Configuration menu - View commit details
-
Copy full SHA for ecabf7d - Browse repository at this point
Copy the full SHA ecabf7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb6d73e - Browse repository at this point
Copy the full SHA fb6d73eView commit details -
Merge branch 'feature/save-pd-to-snowflaketable' of https://github.co…
…m/tdhooghe/kedro-plugins into feature/save-pd-to-snowflaketable
Configuration menu - View commit details
-
Copy full SHA for b6643a2 - Browse repository at this point
Copy the full SHA b6643a2View commit details -
Fix lint by checking session for None
Signed-off-by: Merel Theisen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 77567b7 - Browse repository at this point
Copy the full SHA 77567b7View commit details