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
Proposal would be to add something like excluded_schema_names to streamline the operation below, which excludes information_schema from catalog generation:
In this approach, the setting would need to be ignore: ['information_schema-*']. We could make that the default setting, and if someone implemented a different rule, they'd provide the full ignore: ['information_schema-*', 'my-extra-ignores',...]. Or to get the information schema tables included in the sync, you could set the empty set: ignore: []
Proposal would be to add something like
excluded_schema_names
to streamline the operation below, which excludesinformation_schema
from catalog generation:tap-snowflake/tap_snowflake/client.py
Lines 52 to 77 in 5d7aef2
Should probably be an SDK feature so that target developers can more easily implement.
The text was updated successfully, but these errors were encountered: