[Feature] Represent Generic Test .yml within test-paths
in manifest.json
#10818
Labels
awaiting_response
dbt tests
Issues related to built-in dbt testing functionality
enhancement
New feature or request
paper_cut
A small change that impacts lots of users in their day-to-day
Is this a new bug in dbt-core?
Current Behavior
I define a custom generic test in
tests/generic/missing_timestamps.sql
directory:I document the test in
tests/generic/properties.yml
with:I expect this documentation to work based on comments here and documentation requests here.
However, when I look at the
manifest.json
entry for thetest_missing_timestamps
macro thepatch_path
field is empty:When I look at the
manifest.json
for the applied generic test , thepatch_path
is also empty.Expected Behavior
I expect the information defined in the
properties.yml
to be populated for the macro as it is with non-generic-test macros.Steps To Reproduce
properties.yml
to document itdbt parse
macro.project_name.test_name
and manifest nodes fortest.project_name.test_name_confgs
Relevant log output
No response
Environment
Which database adapter are you using with dbt?
bigquery
Additional Context
No response
The text was updated successfully, but these errors were encountered: