Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Allow users to disable discovery of SQL views (and materialized views) #2806

Open
edgarrmondragon opened this issue Dec 10, 2024 · 0 comments

Comments

@edgarrmondragon
Copy link
Collaborator

Feature scope

Taps (catalog, state, tests, etc.)

Description

Probably two new settings:

  • discover_views
  • discover_materialized_views
discover_views discover_materialized_views behavior
true true Discover both views and materialized views
true false Discover only views
false true Discover only materialized views
false false Discover neither views nor materialized views
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: To Discuss
Development

No branches or pull requests

1 participant