You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I am using great expectation python package (1.4.x). I am using data_sources.add_snowflake to register snowflake connector.
then assigning the table asset using add_table_asset and then .add_batch_definition_whole_table(name="FULL_TABLE")
Then while here .get_batch() if the snowflake query takes more then 1hr to run, this is known information that we need to wait until snowflake query to run. But here can have a timeout for snowflake query if that take more then 1 hr, Then it should throw error
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I am using great expectation python package (1.4.x). I am using data_sources.add_snowflake to register snowflake connector.
then assigning the table asset using add_table_asset and then .add_batch_definition_whole_table(name="FULL_TABLE")
Then while here .get_batch() if the snowflake query takes more then 1hr to run, this is known information that we need to wait until snowflake query to run. But here can have a timeout for snowflake query if that take more then 1 hr, Then it should throw error
Beta Was this translation helpful? Give feedback.
All reactions