Unverified Commit 24b3b0af authored by Carter Landis's avatar Carter Landis Committed by GitHub

docs: Fix broken doc link to dashboard_execution model (#296)

parent 89a6fd29
...@@ -191,7 +191,7 @@ A model that encapsulate Dashboard's last modified timestamp in epoch ...@@ -191,7 +191,7 @@ A model that encapsulate Dashboard's last modified timestamp in epoch
[ModeDashboardLastModifiedTimestampExtractor](../databuilder/extractor/dashboard/mode_analytics/mode_dashboard_last_modified_timestamp_extractor.py) [ModeDashboardLastModifiedTimestampExtractor](../databuilder/extractor/dashboard/mode_analytics/mode_dashboard_last_modified_timestamp_extractor.py)
#### [DashboardExecution](../models/dashboard/dashboard_execution.py) #### [DashboardExecution](../databuilder/models/dashboard/dashboard_execution.py)
A model that encapsulate Dashboard's execution timestamp in epoch and execution state. Note that this model supports last_execution and last_successful_execution by using [different identifier](../databuilder/models/dashboard/dashboard_execution.py#L23) in the URI. A model that encapsulate Dashboard's execution timestamp in epoch and execution state. Note that this model supports last_execution and last_successful_execution by using [different identifier](../databuilder/models/dashboard/dashboard_execution.py#L23) in the URI.
#### Extraction #### Extraction
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment