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
On services that expose HTTP endpoints, print the meta-prefix, if used. For example, in the following tables, assuming --meta-prefix=/rest the paths should be: /rest/docs, /rest/db/show, etc.
Add an sanitizer of connection string for Snowflake. If the user omits the schema, superduper will fail, someimes due to ibis, and sometimes due to sqlaclemy.
Use correct error codes on REST server. For instance, this one seems like a 400 (Bad Request) than a 500 (Internal Server error)
The text was updated successfully, but these errors were encountered:
blythed
changed the title
[Enhancements] Observability
Observability
Oct 16, 2024
meta-prefix
, if used. For example, in the following tables, assuming--meta-prefix=/rest
the paths should be:/rest/docs, /rest/db/show, etc
.The text was updated successfully, but these errors were encountered: