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
We love dbt-osmosis and often use something like dbt-osmosis yaml document. We also use this as a pre-commit hook where we can exclude files that are not relevant to document. That looks something like:
This does not modify our sources.yml. I was looking into options to skip the sources.yml file on the command line (without having to call pre-commit) but could not find one. We want to skip adding the columns in this file since we don't feel the need to specify a documentation for each column (specifically those that we don't use) of our source and could introduce merge conflicts etc.
What would be great if there was some sort of flag for all command line utilities under dbt-osmosis yaml that we could use to skip a specific file or simply skip sources.
So something like:
dbt-osmosis yaml document --skip-sources
The text was updated successfully, but these errors were encountered:
We love dbt-osmosis and often use something like
dbt-osmosis yaml document
. We also use this as a pre-commit hook where we can exclude files that are not relevant to document. That looks something like:This does not modify our
sources.yml
. I was looking into options to skip thesources.yml
file on the command line (without having to call pre-commit) but could not find one. We want to skip adding the columns in this file since we don't feel the need to specify a documentation for each column (specifically those that we don't use) of our source and could introduce merge conflicts etc.What would be great if there was some sort of flag for all command line utilities under
dbt-osmosis yaml
that we could use to skip a specific file or simply skip sources.So something like:
The text was updated successfully, but these errors were encountered: