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
Our snowflake organisation has multiple accounts with the same account_locator. This results in rates from either account turning up in the daily_rates table, which means daily_spend is not aligning with the snowflake bill.
I had a quick look at the code and the fix looks like an additional filter that is effectively region = current_region() needs to be added to the daily_rates model. I will have look and see if I can create a suitable pull request.
The text was updated successfully, but these errors were encountered:
Our snowflake organisation has multiple accounts with the same account_locator. This results in rates from either account turning up in the daily_rates table, which means daily_spend is not aligning with the snowflake bill.
I had a quick look at the code and the fix looks like an additional filter that is effectively
region = current_region()
needs to be added to the daily_rates model. I will have look and see if I can create a suitable pull request.The text was updated successfully, but these errors were encountered: