Join the Kedro community

M
M
M
D
M
Members
Akshata Patel
A
Akshata Patel
Offline, last seen 2 days ago
Joined September 17, 2024

Hello Team,
I want to save a df back to a Snowpark Table dataset object, but im running into this error

DatasetError: Failed while saving data to data set SnowparkTableDataset(...).
'DataFrame' object has no attribute 'write'
Code snippet in thread, please let me know if there is a way to do this πŸ˜„ Thanks so much!

6 comments
A
R

πŸ‘‹ Hello, team!
I want to use env variable in a node of a kedro pipeline
I have set up the credentials.yml as this, however it doesn't populate it with the env var inside the node (works for fetching kedro SnowParktableDataset though)

snowflake_creds:
    user: ${oc.env:snowflake_svc_user}
Any other ways to do this?

3 comments
M
A