Remove internal.get_ef_url() and use the row from the internal.config table
Remove unused internal.get_tenant_url UDF
Replace the 3x internal.set_config() calls in admin.finalize_setup_with_service_account() with a singlemerge`
Remove the internal.reference_management table as we do nothing with it.
Create the normal task log table and view for UPGRADE_CHECK
This PR intentionally does not move code around for additional parallelism as we discussed. That will come in a second PR after verifying these changes work as expected.
Will be doing some manual poking and prodding on this PR, too.
internal.set_config()
calls inadmin.finalize_setup_with_service_account() with a single
merge`internal.reference_management
table as we do nothing with it.UPGRADE_CHECK
This PR intentionally does not move code around for additional parallelism as we discussed. That will come in a second PR after verifying these changes work as expected.
Will be doing some manual poking and prodding on this PR, too.