fix
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
pre, code, p, ul {text-align: left}
|
||||
|
||||
</style>
|
||||
<script src="./static/_nav.js"></script>
|
||||
<script src="../static/_nav.js"></script>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-123137342-1"></script>
|
||||
@@ -125,7 +125,7 @@ work building and maintaining ETL pipelines. The tool we use for this is <a href
|
||||
pipeline has been created, it appears on a list of "DAGs" (directed acyclic graphs) like this:
|
||||
</p>
|
||||
|
||||
<img src="./static/dags.png" alt="The default view of Airflow's GUI, which is a list of DAGs,
|
||||
<img src="../static/dags.png" alt="The default view of Airflow's GUI, which is a list of DAGs,
|
||||
including their names, schedule, owner, status (paused/unpaused), recent tasks, last run,
|
||||
DAG runs, and links">
|
||||
|
||||
@@ -139,7 +139,7 @@ default in Airflow), and some of them are switched to "off" (that first column).
|
||||
|
||||
<div class="h3 py2 left-align">Challenge: Where Is My Running DAG?</div>
|
||||
|
||||
<img src="./static/dags.png" alt="The default view of Airflow's GUI, which is a list of DAGs,
|
||||
<img src="../static/dags.png" alt="The default view of Airflow's GUI, which is a list of DAGs,
|
||||
including their names, schedule, owner, status (paused/unpaused), recent tasks, last run,
|
||||
DAG runs, and links">
|
||||
|
||||
@@ -213,7 +213,7 @@ to be listed first!
|
||||
</p>
|
||||
|
||||
<div class="h3 py2 left-align">Challenge: When Did My DAG <em>Actually</em> Last Run??</div>
|
||||
<img src="./static/dags.png" alt="The default view of Airflow's GUI, which is a list of DAGs,
|
||||
<img src="../static/dags.png" alt="The default view of Airflow's GUI, which is a list of DAGs,
|
||||
including their names, schedule, owner, status (paused/unpaused), recent tasks, last run,
|
||||
DAG runs, and links">
|
||||
|
||||
@@ -239,7 +239,7 @@ to happen in the first place.
|
||||
</p>
|
||||
|
||||
<div class="h3 py2 left-align">Challenge: Do You Speak CRON?</div>
|
||||
<img src="./static/dags.png" alt="The default view of Airflow's GUI, which is a list of DAGs,
|
||||
<img src="../static/dags.png" alt="The default view of Airflow's GUI, which is a list of DAGs,
|
||||
including their names, schedule, owner, status (paused/unpaused), recent tasks, last run,
|
||||
DAG runs, and links">
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user