Josh Elser

Results 19 issues of Josh Elser

…remote client address This is an expected case where there is no client address and there is zero value derived from knowing that one is not present.

* Split up label tests into separate files

* Fail gracefully if not in a git checkout * Use correct `warehouse` kwarg for python connector * Pass `rolename` from snowsql config to `role` in python connector

`CALL OPSCENTER.ADMIN.DELETE_PROBE('asdfasdfasdf')` will return `null` because we aren't validating that a probe (or label) exists with that name -- we just try to delete it. We should return an error...

running `select * from catalog.probes` shows a mixed bag over the columns `NOTIFY_WRITER_METHOD` and `NOTIFY_OTHER_METHOD`: `Email`, `EMAIL`, and `SLACK`. Make sure the methods are all consistently and fix any lingering...

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...

I realized that we are giving an ugly python stacktrace back to the user after the pyCRUD migration work. In the top of the procedure, we should catch any exception...

When running `finalize_setup()` when the homepage loads, I've noticed I will sometimes get `duplicate column name: 'dbt Models'` and there will be multiple rows for the predefined dynamic grouped labels....

1. Installed v1.19 2. Upgraded to v1.21 3. Observe that Reoccurring Query and Ad Hoc Query labels are missing `call internal.MIGRATE_PREDEFINED_LABELS(7200)` called by `admin.finalize_setup()` does not appear to be properly...