Skip to content

Commit bf7a4fe

Browse files
author
Exploding Labs Bot
committed
Update site from Jekyll source repo
1 parent a808cac commit bf7a4fe

File tree

90 files changed

+851
-333
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+851
-333
lines changed

posts/2025/07/19/recommended-compose-file-service-fields-order.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<meta name="twitter:card" content="summary" />
4949
<meta property="twitter:title" content="Recommended Docker Compose service field-order" />
5050
<script type="application/ld+json">
51-
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Exploding Labs"},"dateModified":"2025-07-23T10:47:23+00:00","datePublished":"2025-07-19T00:00:00+00:00","description":"Recommended sequence (most common in official Compose examples and production teams):","headline":"Recommended Docker Compose service field-order","mainEntityOfPage":{"@type":"WebPage","@id":"https://explodinglabs.com/posts/2025/07/19/recommended-compose-file-service-fields-order.html"},"url":"https://explodinglabs.com/posts/2025/07/19/recommended-compose-file-service-fields-order.html"}</script>
51+
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Exploding Labs"},"dateModified":"2025-07-25T01:07:49+00:00","datePublished":"2025-07-19T00:00:00+00:00","description":"Recommended sequence (most common in official Compose examples and production teams):","headline":"Recommended Docker Compose service field-order","mainEntityOfPage":{"@type":"WebPage","@id":"https://explodinglabs.com/posts/2025/07/19/recommended-compose-file-service-fields-order.html"},"url":"https://explodinglabs.com/posts/2025/07/19/recommended-compose-file-service-fields-order.html"}</script>
5252
<!-- End Jekyll SEO tag -->
5353

5454
</head>
@@ -63,7 +63,10 @@
6363
</div>
6464
<div id="categories">
6565
<a href="/posts/">All Posts</a>
66-
<span>(74)</span>
66+
<span>(75)</span>
67+
68+
<a href="/posts/superstack/">SuperStack</a>
69+
<span>(1)</span>
6770

6871
<a href="/posts/jsonrpc/">JSON-RPC</a>
6972
<span>(16)</span>
@@ -90,7 +93,7 @@ <h1>Recommended Docker Compose service field-order</h1>
9093
<time datetime="2025-07-19T00:00:00+00:00" itemprop="datePublished">
9194
Beau Barker, <time>Jul 19, 2025</time>.
9295

93-
Updated <time>Jul 23, 2025</time>.
96+
Updated <time>Jul 25, 2025</time>.
9497

9598
<a href="https://github.com/explodinglabs/posts/edit/main/docs/_posts/2025-07-19-recommended-compose-file-service-fields-order.markdown">
9699
&#9998;

posts/airflow/execute-context.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<meta name="twitter:card" content="summary" />
4949
<meta property="twitter:title" content="What’s in Airflow’s context dictionary?" />
5050
<script type="application/ld+json">
51-
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Exploding Labs"},"dateModified":"2025-07-23T10:47:23+00:00","datePublished":"2017-12-13T00:00:00+00:00","description":"Showing the contents of the “context” object, which is available in an Operator’s execute method, or a PythonOperator’s function definition.","headline":"What’s in Airflow’s context dictionary?","mainEntityOfPage":{"@type":"WebPage","@id":"https://explodinglabs.com/posts/airflow/execute-context"},"url":"https://explodinglabs.com/posts/airflow/execute-context"}</script>
51+
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Exploding Labs"},"dateModified":"2025-07-25T01:07:49+00:00","datePublished":"2017-12-13T00:00:00+00:00","description":"Showing the contents of the “context” object, which is available in an Operator’s execute method, or a PythonOperator’s function definition.","headline":"What’s in Airflow’s context dictionary?","mainEntityOfPage":{"@type":"WebPage","@id":"https://explodinglabs.com/posts/airflow/execute-context"},"url":"https://explodinglabs.com/posts/airflow/execute-context"}</script>
5252
<!-- End Jekyll SEO tag -->
5353

5454
</head>
@@ -63,7 +63,10 @@
6363
</div>
6464
<div id="categories">
6565
<a href="/posts/">All Posts</a>
66-
<span>(74)</span>
66+
<span>(75)</span>
67+
68+
<a href="/posts/superstack/">SuperStack</a>
69+
<span>(1)</span>
6770

6871
<a href="/posts/jsonrpc/">JSON-RPC</a>
6972
<span>(16)</span>
@@ -90,7 +93,7 @@ <h1>What's in Airflow's context dictionary?</h1>
9093
<time datetime="2017-12-13T00:00:00+00:00" itemprop="datePublished">
9194
Beau Barker, <time>Dec 13, 2017</time>.
9295

93-
Updated <time>Jul 23, 2025</time>.
96+
Updated <time>Jul 25, 2025</time>.
9497

9598
<a href="https://github.com/explodinglabs/posts/edit/main/docs/_posts/airflow/2017-12-13-airflows-execute-context.markdown">
9699
&#9998;

posts/airflow/fernet-key.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<meta name="twitter:card" content="summary" />
4949
<meta property="twitter:title" content="How to generate a Fernet key?" />
5050
<script type="application/ld+json">
51-
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Exploding Labs"},"dateModified":"2025-07-23T10:47:23+00:00","datePublished":"2018-01-12T00:00:00+00:00","description":"How to create a fernet key which is required for storing encrypted passwords.","headline":"How to generate a Fernet key?","mainEntityOfPage":{"@type":"WebPage","@id":"https://explodinglabs.com/posts/airflow/fernet-key"},"url":"https://explodinglabs.com/posts/airflow/fernet-key"}</script>
51+
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Exploding Labs"},"dateModified":"2025-07-25T01:07:49+00:00","datePublished":"2018-01-12T00:00:00+00:00","description":"How to create a fernet key which is required for storing encrypted passwords.","headline":"How to generate a Fernet key?","mainEntityOfPage":{"@type":"WebPage","@id":"https://explodinglabs.com/posts/airflow/fernet-key"},"url":"https://explodinglabs.com/posts/airflow/fernet-key"}</script>
5252
<!-- End Jekyll SEO tag -->
5353

5454
</head>
@@ -63,7 +63,10 @@
6363
</div>
6464
<div id="categories">
6565
<a href="/posts/">All Posts</a>
66-
<span>(74)</span>
66+
<span>(75)</span>
67+
68+
<a href="/posts/superstack/">SuperStack</a>
69+
<span>(1)</span>
6770

6871
<a href="/posts/jsonrpc/">JSON-RPC</a>
6972
<span>(16)</span>
@@ -90,7 +93,7 @@ <h1>How to generate a Fernet key?</h1>
9093
<time datetime="2018-01-12T00:00:00+00:00" itemprop="datePublished">
9194
Beau Barker, <time>Jan 12, 2018</time>.
9295

93-
Updated <time>Jul 23, 2025</time>.
96+
Updated <time>Jul 25, 2025</time>.
9497

9598
<a href="https://github.com/explodinglabs/posts/edit/main/docs/_posts/airflow/2018-01-12-generate-fernet-key.markdown">
9699
&#9998;

posts/airflow/gpl-dependency-error-with-pip.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<meta name="twitter:card" content="summary" />
4949
<meta property="twitter:title" content="GPL dependency error installing Airflow 1.10" />
5050
<script type="application/ld+json">
51-
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Exploding Labs"},"dateModified":"2025-07-23T10:47:23+00:00","datePublished":"2018-08-28T00:00:00+00:00","description":"Posts about Exploding Labs projects and other interests.","headline":"GPL dependency error installing Airflow 1.10","mainEntityOfPage":{"@type":"WebPage","@id":"https://explodinglabs.com/posts/airflow/gpl-dependency-error-with-pip"},"url":"https://explodinglabs.com/posts/airflow/gpl-dependency-error-with-pip"}</script>
51+
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Exploding Labs"},"dateModified":"2025-07-25T01:07:49+00:00","datePublished":"2018-08-28T00:00:00+00:00","description":"Posts about Exploding Labs projects and other interests.","headline":"GPL dependency error installing Airflow 1.10","mainEntityOfPage":{"@type":"WebPage","@id":"https://explodinglabs.com/posts/airflow/gpl-dependency-error-with-pip"},"url":"https://explodinglabs.com/posts/airflow/gpl-dependency-error-with-pip"}</script>
5252
<!-- End Jekyll SEO tag -->
5353

5454
</head>
@@ -63,7 +63,10 @@
6363
</div>
6464
<div id="categories">
6565
<a href="/posts/">All Posts</a>
66-
<span>(74)</span>
66+
<span>(75)</span>
67+
68+
<a href="/posts/superstack/">SuperStack</a>
69+
<span>(1)</span>
6770

6871
<a href="/posts/jsonrpc/">JSON-RPC</a>
6972
<span>(16)</span>
@@ -90,7 +93,7 @@ <h1>GPL dependency error installing Airflow 1.10</h1>
9093
<time datetime="2018-08-28T00:00:00+00:00" itemprop="datePublished">
9194
Beau Barker, <time>Aug 28, 2018</time>.
9295

93-
Updated <time>Jul 23, 2025</time>.
96+
Updated <time>Jul 25, 2025</time>.
9497

9598
<a href="https://github.com/explodinglabs/posts/edit/main/docs/_posts/airflow/2018-08-28-gpl-dependency-error-in-airflow-1.10.markdown">
9699
&#9998;

posts/airflow/hide-globals-in-dag-definition-file.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<meta name="twitter:card" content="summary" />
4949
<meta property="twitter:title" content="How to hide globals in an Airflow DAG definition file?" />
5050
<script type="application/ld+json">
51-
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Exploding Labs"},"dateModified":"2025-07-23T10:47:23+00:00","datePublished":"2018-03-06T00:00:00+00:00","description":"Don’t instantiate the DAG and operators when importing your DAG definition file.","headline":"How to hide globals in an Airflow DAG definition file?","mainEntityOfPage":{"@type":"WebPage","@id":"https://explodinglabs.com/posts/airflow/hide-globals-in-dag-definition-file"},"url":"https://explodinglabs.com/posts/airflow/hide-globals-in-dag-definition-file"}</script>
51+
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Exploding Labs"},"dateModified":"2025-07-25T01:07:49+00:00","datePublished":"2018-03-06T00:00:00+00:00","description":"Don’t instantiate the DAG and operators when importing your DAG definition file.","headline":"How to hide globals in an Airflow DAG definition file?","mainEntityOfPage":{"@type":"WebPage","@id":"https://explodinglabs.com/posts/airflow/hide-globals-in-dag-definition-file"},"url":"https://explodinglabs.com/posts/airflow/hide-globals-in-dag-definition-file"}</script>
5252
<!-- End Jekyll SEO tag -->
5353

5454
</head>
@@ -63,7 +63,10 @@
6363
</div>
6464
<div id="categories">
6565
<a href="/posts/">All Posts</a>
66-
<span>(74)</span>
66+
<span>(75)</span>
67+
68+
<a href="/posts/superstack/">SuperStack</a>
69+
<span>(1)</span>
6770

6871
<a href="/posts/jsonrpc/">JSON-RPC</a>
6972
<span>(16)</span>
@@ -90,7 +93,7 @@ <h1>How to hide globals in an Airflow DAG definition file?</h1>
9093
<time datetime="2018-03-06T00:00:00+00:00" itemprop="datePublished">
9194
Beau Barker, <time>Mar 6, 2018</time>.
9295

93-
Updated <time>Jul 23, 2025</time>.
96+
Updated <time>Jul 25, 2025</time>.
9497

9598
<a href="https://github.com/explodinglabs/posts/edit/main/docs/_posts/airflow/2018-03-06-hide-globals-in-dag-definition-file.markdown">
9699
&#9998;

posts/airflow/index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<meta name="twitter:card" content="summary" />
4848
<meta property="twitter:title" content="Airflow" />
4949
<script type="application/ld+json">
50-
{"@context":"https://schema.org","@type":"WebPage","author":{"@type":"Person","name":"Exploding Labs"},"dateModified":"2025-07-23T10:47:23+00:00","description":"Posts about Exploding Labs projects and other interests.","headline":"Airflow","url":"https://explodinglabs.com/posts/airflow/"}</script>
50+
{"@context":"https://schema.org","@type":"WebPage","author":{"@type":"Person","name":"Exploding Labs"},"dateModified":"2025-07-25T01:07:49+00:00","description":"Posts about Exploding Labs projects and other interests.","headline":"Airflow","url":"https://explodinglabs.com/posts/airflow/"}</script>
5151
<!-- End Jekyll SEO tag -->
5252

5353
</head>
@@ -58,7 +58,10 @@
5858
</div>
5959
<div id="categories">
6060
<a href="/posts/">All Posts</a>
61-
<span>(74)</span>
61+
<span>(75)</span>
62+
63+
<a href="/posts/superstack/">SuperStack</a>
64+
<span>(1)</span>
6265

6366
<a href="/posts/jsonrpc/">JSON-RPC</a>
6467
<span>(16)</span>

posts/airflow/log-elapsed-time.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<meta name="twitter:card" content="summary" />
4949
<meta property="twitter:title" content="Log elapsed time between Airflow tasks (removed)" />
5050
<script type="application/ld+json">
51-
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Exploding Labs"},"dateModified":"2025-07-23T10:47:23+00:00","datePublished":"2018-09-26T00:00:00+00:00","description":"How to get the elapsed time since the dag run began, or another task began, and log it.","headline":"Log elapsed time between Airflow tasks (removed)","mainEntityOfPage":{"@type":"WebPage","@id":"https://explodinglabs.com/posts/airflow/log-elapsed-time"},"url":"https://explodinglabs.com/posts/airflow/log-elapsed-time"}</script>
51+
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Exploding Labs"},"dateModified":"2025-07-25T01:07:49+00:00","datePublished":"2018-09-26T00:00:00+00:00","description":"How to get the elapsed time since the dag run began, or another task began, and log it.","headline":"Log elapsed time between Airflow tasks (removed)","mainEntityOfPage":{"@type":"WebPage","@id":"https://explodinglabs.com/posts/airflow/log-elapsed-time"},"url":"https://explodinglabs.com/posts/airflow/log-elapsed-time"}</script>
5252
<!-- End Jekyll SEO tag -->
5353

5454
</head>
@@ -63,7 +63,10 @@
6363
</div>
6464
<div id="categories">
6565
<a href="/posts/">All Posts</a>
66-
<span>(74)</span>
66+
<span>(75)</span>
67+
68+
<a href="/posts/superstack/">SuperStack</a>
69+
<span>(1)</span>
6770

6871
<a href="/posts/jsonrpc/">JSON-RPC</a>
6972
<span>(16)</span>
@@ -90,7 +93,7 @@ <h1>Log elapsed time between Airflow tasks (removed)</h1>
9093
<time datetime="2018-09-26T00:00:00+00:00" itemprop="datePublished">
9194
Beau Barker, <time>Sep 26, 2018</time>.
9295

93-
Updated <time>Jul 23, 2025</time>.
96+
Updated <time>Jul 25, 2025</time>.
9497

9598
<a href="https://github.com/explodinglabs/posts/edit/main/docs/_posts/airflow/2018-09-26-log-elapsed-time.markdown">
9699
&#9998;

posts/airflow/run-dag-and-watch-logs.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<meta name="twitter:card" content="summary" />
4949
<meta property="twitter:title" content="How to run an Airflow DAG from the command-line?" />
5050
<script type="application/ld+json">
51-
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Exploding Labs"},"dateModified":"2025-07-23T10:47:23+00:00","datePublished":"2018-03-05T00:00:00+00:00","description":"Explains how to run a DAG, completely from the command-line, and watch the log output in real-time.","headline":"How to run an Airflow DAG from the command-line?","mainEntityOfPage":{"@type":"WebPage","@id":"https://explodinglabs.com/posts/airflow/run-dag-and-watch-logs"},"url":"https://explodinglabs.com/posts/airflow/run-dag-and-watch-logs"}</script>
51+
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Exploding Labs"},"dateModified":"2025-07-25T01:07:49+00:00","datePublished":"2018-03-05T00:00:00+00:00","description":"Explains how to run a DAG, completely from the command-line, and watch the log output in real-time.","headline":"How to run an Airflow DAG from the command-line?","mainEntityOfPage":{"@type":"WebPage","@id":"https://explodinglabs.com/posts/airflow/run-dag-and-watch-logs"},"url":"https://explodinglabs.com/posts/airflow/run-dag-and-watch-logs"}</script>
5252
<!-- End Jekyll SEO tag -->
5353

5454
</head>
@@ -63,7 +63,10 @@
6363
</div>
6464
<div id="categories">
6565
<a href="/posts/">All Posts</a>
66-
<span>(74)</span>
66+
<span>(75)</span>
67+
68+
<a href="/posts/superstack/">SuperStack</a>
69+
<span>(1)</span>
6770

6871
<a href="/posts/jsonrpc/">JSON-RPC</a>
6972
<span>(16)</span>
@@ -90,7 +93,7 @@ <h1>How to run an Airflow DAG from the command-line?</h1>
9093
<time datetime="2018-03-05T00:00:00+00:00" itemprop="datePublished">
9194
Beau Barker, <time>Mar 5, 2018</time>.
9295

93-
Updated <time>Jul 23, 2025</time>.
96+
Updated <time>Jul 25, 2025</time>.
9497

9598
<a href="https://github.com/explodinglabs/posts/edit/main/docs/_posts/airflow/2018-03-05-run-dag-and-watch-logs.markdown">
9699
&#9998;

posts/airflow/testing-dags.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<meta name="twitter:card" content="summary" />
4949
<meta property="twitter:title" content="How to Unit Test an Airflow DAG?" />
5050
<script type="application/ld+json">
51-
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Exploding Labs"},"dateModified":"2025-07-23T10:47:23+00:00","datePublished":"2017-10-20T00:00:00+00:00","description":"How to test an Airflow DAG by writing unit tests for individual operators.","headline":"How to Unit Test an Airflow DAG?","mainEntityOfPage":{"@type":"WebPage","@id":"https://explodinglabs.com/posts/airflow/testing-dags"},"url":"https://explodinglabs.com/posts/airflow/testing-dags"}</script>
51+
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Exploding Labs"},"dateModified":"2025-07-25T01:07:49+00:00","datePublished":"2017-10-20T00:00:00+00:00","description":"How to test an Airflow DAG by writing unit tests for individual operators.","headline":"How to Unit Test an Airflow DAG?","mainEntityOfPage":{"@type":"WebPage","@id":"https://explodinglabs.com/posts/airflow/testing-dags"},"url":"https://explodinglabs.com/posts/airflow/testing-dags"}</script>
5252
<!-- End Jekyll SEO tag -->
5353

5454
</head>
@@ -63,7 +63,10 @@
6363
</div>
6464
<div id="categories">
6565
<a href="/posts/">All Posts</a>
66-
<span>(74)</span>
66+
<span>(75)</span>
67+
68+
<a href="/posts/superstack/">SuperStack</a>
69+
<span>(1)</span>
6770

6871
<a href="/posts/jsonrpc/">JSON-RPC</a>
6972
<span>(16)</span>
@@ -90,7 +93,7 @@ <h1>How to Unit Test an Airflow DAG?</h1>
9093
<time datetime="2017-10-20T00:00:00+00:00" itemprop="datePublished">
9194
Beau Barker, <time>Oct 20, 2017</time>.
9295

93-
Updated <time>Jul 23, 2025</time>.
96+
Updated <time>Jul 25, 2025</time>.
9497

9598
<a href="https://github.com/explodinglabs/posts/edit/main/docs/_posts/airflow/2017-10-20-testing-dags.markdown">
9699
&#9998;

0 commit comments

Comments
 (0)