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

kedro-datasets v6.0 - Snowpark table dataset not creating session #1034

Closed
nik-linnane opened this issue Mar 10, 2025 · 3 comments
Closed

kedro-datasets v6.0 - Snowpark table dataset not creating session #1034

nik-linnane opened this issue Mar 10, 2025 · 3 comments
Labels
Community Issue/PR opened by the open-source community

Comments

@nik-linnane
Copy link

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

  1. add a snowpark catalog dataset
  2. run kedro ipython
  3. run data = catalog.load('MY_DATASET').load() then data.show()

Expected Result

first 5 rows of your snowpark dataset

Actual Result

DatasetError: No active session. Please initialise a Snowpark session before loading data

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

@merelcht merelcht added the Community Issue/PR opened by the open-source community label Mar 10, 2025
@github-project-automation github-project-automation bot moved this to Wizard inbox in Kedro Wizard 🪄 Mar 10, 2025
@merelcht
Copy link
Member

Might be related to/same as #972

@merelcht merelcht moved this from Wizard inbox to In Progress in Kedro Wizard 🪄 Mar 11, 2025
@merelcht
Copy link
Member

@nik-linnane I've opened #1036 to fix this issue.

@merelcht
Copy link
Member

This has been resolved in #1036 and will be released in the next kedro-datasets release.

@github-project-automation github-project-automation bot moved this from In Progress to Done in Kedro Wizard 🪄 Mar 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Community Issue/PR opened by the open-source community
Projects
Status: Done
Development

No branches or pull requests

2 participants