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.