Add dbt models and tests to the Execution Topology view (the same as currently shown in the Gantt view) #38
Labels
area/frontend
Needs frontend code changes
area/plugin
Plugin-related issue or feature request
enhancement
New feature or request
good first issue
Great issue for new contributors
Extend the
dbtRun
,dbtBuild
anddbtCll
tasks with 2 new properties parse andoutputRunResults
:parse
(new property) is set totrue
outputRunResults
indicating whether to output dbt models with custom metadata like duration, which will allow later to expose those as events — ideally, an ION file with one row per dbt model or test (data can be extracted fromrun_results.json
generated by dbt after dbt Build/Run completion)Context
dbt models and tests are difficult to read and inspect in the Gantt view:
We would like to see those in the Execution Topology view:
Simple reproducer to inspect/iterate on the design (you can run it directly with no setup):
The text was updated successfully, but these errors were encountered: