From 7cfc2817e4761bcb815a240504c297f0b5fa8d6e Mon Sep 17 00:00:00 2001 From: Carter Landis Date: Fri, 17 Jul 2020 14:43:17 -0500 Subject: [PATCH] docs: Fix broken doc link to dashboard_execution model (#296) --- databuilder/docs/models.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databuilder/docs/models.md b/databuilder/docs/models.md index 3a93a1f652..8e159b3d78 100644 --- a/databuilder/docs/models.md +++ b/databuilder/docs/models.md @@ -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