A Snowflake SHOW TABLES results in this error:
$ databow --driver snowflake --uri $SNOWFLAKE_URI
> show tables;
Failed to print batches: Parser error: Invalid timezone "America/Los_Angeles": only offset based timezones supported without chrono-tz feature
Presumably we just need to enable the listed feature.
A Snowflake
SHOW TABLESresults in this error:Presumably we just need to enable the listed feature.