I’ve got a .yml file (located under the macros
directory) set up as described in:
dbt docs generate
and dbt docs serve
both run without errors, but the macros don’t show up anywhere in the resulting documents.
I also tried setting
docs:
show: true
on each of the macros, based on Macro properties | dbt Developer Hub, but that didn’t do anything.
Is there a step I’m missing? Something we need to configure dbt_projects.yml to specify that we have schema files under macros/
as well as models/
?