Good afternoon team,
QQ: any quick way to get the runtime(in secs) of a pipeline - both in case of success and failure?
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!
π 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?