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
Look through both the “Nightly” build jobs and CI jobs to see which models are costing the most time and money (note: some use larger Snowflake warehouses than others, so time and money are not directly related here). There may be some quick wins to save money and improve developer experiences by:
Making some models incremental
Selecting less data in dev
Reordering joins to do less of them
Don’t necessarily do a complete overhaul (unless you see a great opportunity!), but if there are some relatively low lifts to save time and money, please document them and submit some pull requests.
The text was updated successfully, but these errors were encountered:
Look through both the “Nightly” build jobs and CI jobs to see which models are costing the most time and money (note: some use larger Snowflake warehouses than others, so time and money are not directly related here). There may be some quick wins to save money and improve developer experiences by:
Don’t necessarily do a complete overhaul (unless you see a great opportunity!), but if there are some relatively low lifts to save time and money, please document them and submit some pull requests.
The text was updated successfully, but these errors were encountered: