Skip to content

Commit

Permalink
try different latency
Browse files Browse the repository at this point in the history
  • Loading branch information
slopp committed Nov 7, 2023
1 parent bdadf48 commit da475fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hooli_snowflake_insights/definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ def get_env():
snowflake_insights_definitions = create_snowflake_insights_asset_and_schedule(
"2023-10-29-00:00",
snowflake_resource_key="snowflake_insights",
snowflake_usage_latency=200
snowflake_usage_latency=45
)

defs = Definitions(
assets=[*snowflake_insights_definitions.assets,],
schedules=[snowflake_insights_definitions.schedule,],
resources=resource_def[get_env()],
)
)

0 comments on commit da475fe

Please sign in to comment.