[Snowflake] Support schema filtering in Snowflake metadata connector - #1161
Conversation
jin-jj
commented
Jul 24, 2026
- Add support for --schema "schema1, schema2"
- Fix a minor issue that we add extra database where condition for information_schema query.
|
Thanks for working on this! The overall wiring for I did notice two critical risks around how 1. Cartesian Product & Task Failures (
|
1. Add --schema to support passing in array of schemas like --schema "schema1, schema2" 2. Minor fix that when query db1.information_schema we still adding database name in the where condition.
|
lint fails. apply spotlessApply |
e9a047c to
e28acac
Compare
|
e28acac to
83f633a
Compare