Josh Elser
                                            Josh Elser
                                        
                                    Need to fix this the correct way, else we'll keep having more. * dynamic labels need to use the name column and not the group_name column * the UI needs...
Yeah, that's about what I was thinking. Thanks for writing it out!
> A probe which will email the author of a query that they are approaching 85% and at >99% their daily credit usage implies an EF to sundeck to get...
Sorry, I was not clear. I agree on how to compute the current credit usage of a user/role. I am trying to ask how you envision we know what that...
This is just be a symptom of upgrade testing where the 2hour window to differentiate between "old" and "new" predefined labels is insufficient. The logic inside `call INTERNAL.MIGRATED_PREDEFINED_LABELS(7200)` fails when...
It caused an exception to be raised every time the 005_migrations.sql procedure ran because it would try to re-add the columns from internal_reporting.query_history_complete_and_daily to internal_reporting_mv.query_history_complete_and_daily, effectively breaking all future materializations...
> The worst part about it is that video does not show last (most important part) of the stack trace. Well, I think we know about where it is failing....
I wonder if this is related to https://github.com/sundeck-io/OpsCenter/commit/a2f5b67c61679daa43f0c3e5151e13f6112e5f89 https://docs.snowflake.com/en/developer-guide/snowpark/reference/python/latest/api/snowflake.snowpark.Session mentions that `Session` is not threadsafe. My thinking is that adding the extra chart on the index page has caused general...
> We want to take care that CI and testing dbs don't all recreate the entire enriched query view from scratch on every run and this would help I was...
> after the initial write is completed just have it start over again and write all data (the first month shouldn't be stupid expensive to do again) This approach makes...