Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi,
I'm having an error when i try using the module and following the ReadMe. (dbt 1.3.0, tnightengale/dbt_meta_testing 0.3.6)
dbt run-operation required_docs --args "{'models': '$(dbt list -m state:modified --state ../../config/)'}"
Produce :
09:27:48 Running with dbt=1.3.0
09:27:48 The YAML provided in the --vars argument is not valid.
09:27:48 Encountered an error while running operation: Runtime Error unacceptable character #x001b: special characters are not allowed in "<unicode string>", position 12
I think the right way of calling it is, based on what i understand from the dbt doc is :
dbt run-operation required_docs --args '{models: $(dbt list -m state:modified --state ../../config/)}'
And this time i get normal output
09:27:06 Running with dbt=1.3.0
09:27:07 Checking required_docs config...
09:27:07 Success: required_docs passed.