embucket-labs icon indicating copy to clipboard operation
embucket-labs copied to clipboard

SQL: `show schemas` return result with wrong rows count

Open YaroslavLitvinov opened this issue 4 months ago • 0 comments

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!

YaroslavLitvinov avatar Jul 31 '25 15:07 YaroslavLitvinov