Fetch more node types from the dbt Manifest #598
Labels
area:parsing
Related to parsing DAG/DBT improvement, issues, or fixes
area:rendering
Related to rendering, like Jinja, Airflow tasks, etc
Sometimes, depending on the node type, the dbt manifest declares them in the root key
nodes
. However, in some cases (such assources
andexposures
, dbt lists them using dedicated keys at the same level asnodes
.The goal for this ticket is to check all
DbtResourceType
items defined incosmos.constants
and try to find them in the root of the manifest file. This is particularly relevant since users can extend the definition ofDbtResourceType
by usingDbtResourceType("newtype")
, as part of #503.This is a follow up to:
#503 (comment)
The text was updated successfully, but these errors were encountered: