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
Anshul noticed in testing that, when deploying OpsCenter with a custom name, the app failed to find the ADMIN.FINALIZE_SETUP procedure when loading the home page.
His app was deployed with a name that required quoting (lower-case characters) and the streamlit home page is not preserving those quotation marks.
The safe thing to do is probably that we quote the database name every time we use a select current_database() in OpsCenter. Not sure how many places that is off the top of my head.
The text was updated successfully, but these errors were encountered:
Anshul noticed in testing that, when deploying OpsCenter with a custom name, the app failed to find the ADMIN.FINALIZE_SETUP procedure when loading the home page.
His app was deployed with a name that required quoting (lower-case characters) and the streamlit home page is not preserving those quotation marks.
The safe thing to do is probably that we quote the database name every time we use a
select current_database()
in OpsCenter. Not sure how many places that is off the top of my head.The text was updated successfully, but these errors were encountered: