Skip to content

Commit

Permalink
Fix broken doc link to dashboard_execution model
Browse files Browse the repository at this point in the history
  • Loading branch information
ccarterlandis committed Jul 1, 2020
1 parent 7ef5ab6 commit ff65fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/models.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


#### [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.

#### Extraction
Expand Down

0 comments on commit ff65fc1

Please sign in to comment.