embucket-labs
embucket-labs copied to clipboard
SQL: `show schemas` return result with wrong rows count
snowsql --config ~/.snowflake/config.toml -c local-embucket -q "show schemas"
* SnowSQL * v1.4.3
Type SQL statements or !help
+------------+--------------------+------+---------------+-------------+
| created_on | name | kind | database_name | schema_name |
|------------+--------------------+------+---------------+-------------|
| NULL | public | NULL | embucket | NULL |
| NULL | information_schema | NULL | embucket | NULL |
+------------+--------------------+------+---------------+-------------+
1 Row(s) produced. Time Elapsed: 0.037s
Goodbye!