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
If your issue pertains to a particular source (e.g. a Postgres database),
paste the output of sq inspect --overview --yaml @your_source into the
code block below. You may redact any sensitive fields.
Describe the bug
When setting a Postgres schema with a numeric name, there is an error:
To Reproduce
Steps to reproduce the behavior.
sq
and inspectExpected behavior
sq inspect --src.schema postgres.10000 @testdb
should not produce an errorIf you query a table, that should not produce an error either. i.e. this should produce no output (because the table is empty)
sq
versionPaste the output of
sq version --yaml
into the code block below:Source details
If your issue pertains to a particular source (e.g. a Postgres database),
paste the output of
sq inspect --overview --yaml @your_source
into thecode block below. You may redact any sensitive fields.
Logs
Pretty sure this is the important bit, but attached all the logs too: sq.log
The text was updated successfully, but these errors were encountered: