sundeck-io / OpsCenter

OpsCenter for Snowflake makes it easy to understand and manage your Snowflake consumption
Other
25 stars 15 forks source link

Create upgrade log table for admin.finalize_setup, skip calling pytho… #545

Closed joshelser closed 9 months ago

joshelser commented 9 months ago

…n proc.

Serverless tasks do not allow Python UDFs. The UPGRADE_CHECK task will fail when it calls ADMIN.FINALIZE_SETUP because of this.

Take the simple path forward which is to not call internal.create_view_enriched_query_history_normalized().

sister PR of #544 but for main