We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When creating a catalog entry with a snowpark table dataset in v6.0, Kedro is unable to create a Snowpark session
Attempting to use a snowflake table in the catalog
first 5 rows of your snowpark dataset
DatasetError: No active session. Please initialise a Snowpark session before loading data
Include as many relevant details about the environment in which you experienced the bug:
python 3.11 kedro 0.19.11 kedro-datasets 6.0.0 kedro-telemetry 0.6.2 kedro-viz 10.2.0
The text was updated successfully, but these errors were encountered:
Might be related to/same as #972
Sorry, something went wrong.
SnowParkDataset
@nik-linnane I've opened #1036 to fix this issue.
This has been resolved in #1036 and will be released in the next kedro-datasets release.
kedro-datasets
No branches or pull requests
Description
When creating a catalog entry with a snowpark table dataset in v6.0, Kedro is unable to create a Snowpark session
Context
Attempting to use a snowflake table in the catalog
Steps to Reproduce
Expected Result
first 5 rows of your snowpark dataset
Actual Result
Your Environment
Include as many relevant details about the environment in which you experienced the bug:
python 3.11
kedro 0.19.11
kedro-datasets 6.0.0
kedro-telemetry 0.6.2
kedro-viz 10.2.0
The text was updated successfully, but these errors were encountered: