From da420d649daf50887b010aca8ca0e02ed60df6a2 Mon Sep 17 00:00:00 2001 From: zevav Date: Wed, 7 Oct 2020 13:55:09 +0200 Subject: [PATCH] better link --- blog/patch_your_idols.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/patch_your_idols.html b/blog/patch_your_idols.html index 43c6b91..e34b95e 100644 --- a/blog/patch_your_idols.html +++ b/blog/patch_your_idols.html @@ -229,7 +229,7 @@ lot of head-scratching and unnecessary attempts at debugging (DAG code, the Airf

Let's swap these values, shall we? Searching through dags.html + href="https://github.com/apache/airflow/blob/a592e732356427b4fd1ed27c890cf82e9cf495f0/airflow/www/templates/airflow/dags.html#L119">dags.html we see a nicely commented table cell for "Last Run": our target. last_run.start_date and last_run.execution_date look to be the two values we want to swap, in addition to their swapping their labels.