Skip to content

Commit d26f7c7

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

File tree

86 files changed

+590
-590
lines changed

Some content is hidden

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

86 files changed

+590
-590
lines changed

posts/airflow/execute-context.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<meta property="og:image:alt" content="Composition in architecture" />
1919

2020
<link rel="stylesheet" href="/posts/main.css">
21-
<link rel="alternate" type="application/rss+xml" title="Exploding Labs Blog" href="https://explodinglabs.com/posts/feed.xml">
21+
<link rel="alternate" type="application/rss+xml" title="Exploding Labs" href="https://explodinglabs.com/posts/feed.xml">
2222
<link rel="author" href="https://plus.google.com/u/0/110235318020270619650?rel=author" />
2323

2424
<link rel="icon" type="image/png" href="/posts/assets/favicon-16x16.png?v=2" sizes="16x16">
@@ -33,22 +33,22 @@
3333

3434

3535
<!-- Begin Jekyll SEO tag v2.7.1 -->
36-
<title>What’s in Airflow’s context dictionary? | Exploding Labs Blog</title>
36+
<title>What’s in Airflow’s context dictionary? | Exploding Labs</title>
3737
<meta name="generator" content="Jekyll v4.2.0" />
3838
<meta property="og:title" content="What’s in Airflow’s context dictionary?" />
39-
<meta name="author" content="Beau Barker" />
39+
<meta name="author" content="Exploding Labs" />
4040
<meta property="og:locale" content="en_AU" />
4141
<meta name="description" content="Showing the contents of the “context” object, which is available in an Operator’s execute method, or a PythonOperator’s function definition." />
4242
<meta property="og:description" content="Showing the contents of the “context” object, which is available in an Operator’s execute method, or a PythonOperator’s function definition." />
4343
<link rel="canonical" href="https://explodinglabs.com/posts/airflow/execute-context" />
4444
<meta property="og:url" content="https://explodinglabs.com/posts/airflow/execute-context" />
45-
<meta property="og:site_name" content="Exploding Labs Blog" />
45+
<meta property="og:site_name" content="Exploding Labs" />
4646
<meta property="og:type" content="article" />
4747
<meta property="article:published_time" content="2017-12-13T00:00:00+00:00" />
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-
{"description":"Showing the contents of the “context” object, which is available in an Operator’s execute method, or a PythonOperator’s function definition.","mainEntityOfPage":{"@type":"WebPage","@id":"https://explodinglabs.com/posts/airflow/execute-context"},"headline":"What’s in Airflow’s context dictionary?","dateModified":"2025-07-15T23:45:50+00:00","datePublished":"2017-12-13T00:00:00+00:00","url":"https://explodinglabs.com/posts/airflow/execute-context","author":{"@type":"Person","name":"Beau Barker"},"@type":"BlogPosting","@context":"https://schema.org"}</script>
51+
{"description":"Showing the contents of the “context” object, which is available in an Operator’s execute method, or a PythonOperator’s function definition.","mainEntityOfPage":{"@type":"WebPage","@id":"https://explodinglabs.com/posts/airflow/execute-context"},"headline":"What’s in Airflow’s context dictionary?","dateModified":"2025-07-15T23:50:31+00:00","datePublished":"2017-12-13T00:00:00+00:00","url":"https://explodinglabs.com/posts/airflow/execute-context","author":{"@type":"Person","name":"Exploding Labs"},"@type":"BlogPosting","@context":"https://schema.org"}</script>
5252
<!-- End Jekyll SEO tag -->
5353

5454
</head>

posts/airflow/fernet-key.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<meta property="og:image:alt" content="Composition in architecture" />
1919

2020
<link rel="stylesheet" href="/posts/main.css">
21-
<link rel="alternate" type="application/rss+xml" title="Exploding Labs Blog" href="https://explodinglabs.com/posts/feed.xml">
21+
<link rel="alternate" type="application/rss+xml" title="Exploding Labs" href="https://explodinglabs.com/posts/feed.xml">
2222
<link rel="author" href="https://plus.google.com/u/0/110235318020270619650?rel=author" />
2323

2424
<link rel="icon" type="image/png" href="/posts/assets/favicon-16x16.png?v=2" sizes="16x16">
@@ -33,22 +33,22 @@
3333

3434

3535
<!-- Begin Jekyll SEO tag v2.7.1 -->
36-
<title>How to generate a Fernet key? | Exploding Labs Blog</title>
36+
<title>How to generate a Fernet key? | Exploding Labs</title>
3737
<meta name="generator" content="Jekyll v4.2.0" />
3838
<meta property="og:title" content="How to generate a Fernet key?" />
39-
<meta name="author" content="Beau Barker" />
39+
<meta name="author" content="Exploding Labs" />
4040
<meta property="og:locale" content="en_AU" />
4141
<meta name="description" content="How to create a fernet key which is required for storing encrypted passwords." />
4242
<meta property="og:description" content="How to create a fernet key which is required for storing encrypted passwords." />
4343
<link rel="canonical" href="https://explodinglabs.com/posts/airflow/fernet-key" />
4444
<meta property="og:url" content="https://explodinglabs.com/posts/airflow/fernet-key" />
45-
<meta property="og:site_name" content="Exploding Labs Blog" />
45+
<meta property="og:site_name" content="Exploding Labs" />
4646
<meta property="og:type" content="article" />
4747
<meta property="article:published_time" content="2018-01-12T00:00:00+00:00" />
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-
{"description":"How to create a fernet key which is required for storing encrypted passwords.","mainEntityOfPage":{"@type":"WebPage","@id":"https://explodinglabs.com/posts/airflow/fernet-key"},"headline":"How to generate a Fernet key?","dateModified":"2025-07-15T23:45:50+00:00","datePublished":"2018-01-12T00:00:00+00:00","url":"https://explodinglabs.com/posts/airflow/fernet-key","author":{"@type":"Person","name":"Beau Barker"},"@type":"BlogPosting","@context":"https://schema.org"}</script>
51+
{"description":"How to create a fernet key which is required for storing encrypted passwords.","mainEntityOfPage":{"@type":"WebPage","@id":"https://explodinglabs.com/posts/airflow/fernet-key"},"headline":"How to generate a Fernet key?","dateModified":"2025-07-15T23:50:31+00:00","datePublished":"2018-01-12T00:00:00+00:00","url":"https://explodinglabs.com/posts/airflow/fernet-key","author":{"@type":"Person","name":"Exploding Labs"},"@type":"BlogPosting","@context":"https://schema.org"}</script>
5252
<!-- End Jekyll SEO tag -->
5353

5454
</head>

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<meta property="og:image:alt" content="Composition in architecture" />
1919

2020
<link rel="stylesheet" href="/posts/main.css">
21-
<link rel="alternate" type="application/rss+xml" title="Exploding Labs Blog" href="https://explodinglabs.com/posts/feed.xml">
21+
<link rel="alternate" type="application/rss+xml" title="Exploding Labs" href="https://explodinglabs.com/posts/feed.xml">
2222
<link rel="author" href="https://plus.google.com/u/0/110235318020270619650?rel=author" />
2323

2424
<link rel="icon" type="image/png" href="/posts/assets/favicon-16x16.png?v=2" sizes="16x16">
@@ -33,22 +33,22 @@
3333

3434

3535
<!-- Begin Jekyll SEO tag v2.7.1 -->
36-
<title>GPL dependency error installing Airflow 1.10 | Exploding Labs Blog</title>
36+
<title>GPL dependency error installing Airflow 1.10 | Exploding Labs</title>
3737
<meta name="generator" content="Jekyll v4.2.0" />
3838
<meta property="og:title" content="GPL dependency error installing Airflow 1.10" />
39-
<meta name="author" content="Beau Barker" />
39+
<meta name="author" content="Exploding Labs" />
4040
<meta property="og:locale" content="en_AU" />
41-
<meta name="description" content="A programming blog." />
42-
<meta property="og:description" content="A programming blog." />
41+
<meta name="description" content="Posts about Exploding Labs projects and other interests." />
42+
<meta property="og:description" content="Posts about Exploding Labs projects and other interests." />
4343
<link rel="canonical" href="https://explodinglabs.com/posts/airflow/gpl-dependency-error-with-pip" />
4444
<meta property="og:url" content="https://explodinglabs.com/posts/airflow/gpl-dependency-error-with-pip" />
45-
<meta property="og:site_name" content="Exploding Labs Blog" />
45+
<meta property="og:site_name" content="Exploding Labs" />
4646
<meta property="og:type" content="article" />
4747
<meta property="article:published_time" content="2018-08-28T00:00:00+00:00" />
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-
{"description":"A programming blog.","mainEntityOfPage":{"@type":"WebPage","@id":"https://explodinglabs.com/posts/airflow/gpl-dependency-error-with-pip"},"headline":"GPL dependency error installing Airflow 1.10","dateModified":"2025-07-15T23:45:50+00:00","datePublished":"2018-08-28T00:00:00+00:00","url":"https://explodinglabs.com/posts/airflow/gpl-dependency-error-with-pip","author":{"@type":"Person","name":"Beau Barker"},"@type":"BlogPosting","@context":"https://schema.org"}</script>
51+
{"description":"Posts about Exploding Labs projects and other interests.","mainEntityOfPage":{"@type":"WebPage","@id":"https://explodinglabs.com/posts/airflow/gpl-dependency-error-with-pip"},"headline":"GPL dependency error installing Airflow 1.10","dateModified":"2025-07-15T23:50:31+00:00","datePublished":"2018-08-28T00:00:00+00:00","url":"https://explodinglabs.com/posts/airflow/gpl-dependency-error-with-pip","author":{"@type":"Person","name":"Exploding Labs"},"@type":"BlogPosting","@context":"https://schema.org"}</script>
5252
<!-- End Jekyll SEO tag -->
5353

5454
</head>

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<meta property="og:image:alt" content="Composition in architecture" />
1919

2020
<link rel="stylesheet" href="/posts/main.css">
21-
<link rel="alternate" type="application/rss+xml" title="Exploding Labs Blog" href="https://explodinglabs.com/posts/feed.xml">
21+
<link rel="alternate" type="application/rss+xml" title="Exploding Labs" href="https://explodinglabs.com/posts/feed.xml">
2222
<link rel="author" href="https://plus.google.com/u/0/110235318020270619650?rel=author" />
2323

2424
<link rel="icon" type="image/png" href="/posts/assets/favicon-16x16.png?v=2" sizes="16x16">
@@ -33,22 +33,22 @@
3333

3434

3535
<!-- Begin Jekyll SEO tag v2.7.1 -->
36-
<title>How to hide globals in an Airflow DAG definition file? | Exploding Labs Blog</title>
36+
<title>How to hide globals in an Airflow DAG definition file? | Exploding Labs</title>
3737
<meta name="generator" content="Jekyll v4.2.0" />
3838
<meta property="og:title" content="How to hide globals in an Airflow DAG definition file?" />
39-
<meta name="author" content="Beau Barker" />
39+
<meta name="author" content="Exploding Labs" />
4040
<meta property="og:locale" content="en_AU" />
4141
<meta name="description" content="Don’t instantiate the DAG and operators when importing your DAG definition file." />
4242
<meta property="og:description" content="Don’t instantiate the DAG and operators when importing your DAG definition file." />
4343
<link rel="canonical" href="https://explodinglabs.com/posts/airflow/hide-globals-in-dag-definition-file" />
4444
<meta property="og:url" content="https://explodinglabs.com/posts/airflow/hide-globals-in-dag-definition-file" />
45-
<meta property="og:site_name" content="Exploding Labs Blog" />
45+
<meta property="og:site_name" content="Exploding Labs" />
4646
<meta property="og:type" content="article" />
4747
<meta property="article:published_time" content="2018-03-06T00:00:00+00:00" />
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-
{"description":"Don’t instantiate the DAG and operators when importing your DAG definition file.","mainEntityOfPage":{"@type":"WebPage","@id":"https://explodinglabs.com/posts/airflow/hide-globals-in-dag-definition-file"},"headline":"How to hide globals in an Airflow DAG definition file?","dateModified":"2025-07-15T23:45:50+00:00","datePublished":"2018-03-06T00:00:00+00:00","url":"https://explodinglabs.com/posts/airflow/hide-globals-in-dag-definition-file","author":{"@type":"Person","name":"Beau Barker"},"@type":"BlogPosting","@context":"https://schema.org"}</script>
51+
{"description":"Don’t instantiate the DAG and operators when importing your DAG definition file.","mainEntityOfPage":{"@type":"WebPage","@id":"https://explodinglabs.com/posts/airflow/hide-globals-in-dag-definition-file"},"headline":"How to hide globals in an Airflow DAG definition file?","dateModified":"2025-07-15T23:50:31+00:00","datePublished":"2018-03-06T00:00:00+00:00","url":"https://explodinglabs.com/posts/airflow/hide-globals-in-dag-definition-file","author":{"@type":"Person","name":"Exploding Labs"},"@type":"BlogPosting","@context":"https://schema.org"}</script>
5252
<!-- End Jekyll SEO tag -->
5353

5454
</head>

posts/airflow/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<meta property="og:image:alt" content="Composition in architecture" />
1919

2020
<link rel="stylesheet" href="/posts/main.css">
21-
<link rel="alternate" type="application/rss+xml" title="Exploding Labs Blog" href="https://explodinglabs.com/posts/feed.xml">
21+
<link rel="alternate" type="application/rss+xml" title="Exploding Labs" href="https://explodinglabs.com/posts/feed.xml">
2222
<link rel="author" href="https://plus.google.com/u/0/110235318020270619650?rel=author" />
2323

2424
<link rel="icon" type="image/png" href="/posts/assets/favicon-16x16.png?v=2" sizes="16x16">
@@ -33,20 +33,20 @@
3333

3434

3535
<!-- Begin Jekyll SEO tag v2.7.1 -->
36-
<title>Airflow | Exploding Labs Blog</title>
36+
<title>Airflow | Exploding Labs</title>
3737
<meta name="generator" content="Jekyll v4.2.0" />
3838
<meta property="og:title" content="Airflow" />
39-
<meta name="author" content="Beau Barker" />
39+
<meta name="author" content="Exploding Labs" />
4040
<meta property="og:locale" content="en_AU" />
41-
<meta name="description" content="A programming blog." />
42-
<meta property="og:description" content="A programming blog." />
41+
<meta name="description" content="Posts about Exploding Labs projects and other interests." />
42+
<meta property="og:description" content="Posts about Exploding Labs projects and other interests." />
4343
<link rel="canonical" href="https://explodinglabs.com/posts/airflow/" />
4444
<meta property="og:url" content="https://explodinglabs.com/posts/airflow/" />
45-
<meta property="og:site_name" content="Exploding Labs Blog" />
45+
<meta property="og:site_name" content="Exploding Labs" />
4646
<meta name="twitter:card" content="summary" />
4747
<meta property="twitter:title" content="Airflow" />
4848
<script type="application/ld+json">
49-
{"description":"A programming blog.","headline":"Airflow","dateModified":"2025-07-15T23:45:50+00:00","url":"https://explodinglabs.com/posts/airflow/","author":{"@type":"Person","name":"Beau Barker"},"@type":"WebPage","@context":"https://schema.org"}</script>
49+
{"description":"Posts about Exploding Labs projects and other interests.","headline":"Airflow","dateModified":"2025-07-15T23:50:31+00:00","url":"https://explodinglabs.com/posts/airflow/","author":{"@type":"Person","name":"Exploding Labs"},"@type":"WebPage","@context":"https://schema.org"}</script>
5050
<!-- End Jekyll SEO tag -->
5151

5252
</head>

posts/airflow/log-elapsed-time.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<meta property="og:image:alt" content="Composition in architecture" />
1919

2020
<link rel="stylesheet" href="/posts/main.css">
21-
<link rel="alternate" type="application/rss+xml" title="Exploding Labs Blog" href="https://explodinglabs.com/posts/feed.xml">
21+
<link rel="alternate" type="application/rss+xml" title="Exploding Labs" href="https://explodinglabs.com/posts/feed.xml">
2222
<link rel="author" href="https://plus.google.com/u/0/110235318020270619650?rel=author" />
2323

2424
<link rel="icon" type="image/png" href="/posts/assets/favicon-16x16.png?v=2" sizes="16x16">
@@ -33,22 +33,22 @@
3333

3434

3535
<!-- Begin Jekyll SEO tag v2.7.1 -->
36-
<title>Log elapsed time between Airflow tasks (removed) | Exploding Labs Blog</title>
36+
<title>Log elapsed time between Airflow tasks (removed) | Exploding Labs</title>
3737
<meta name="generator" content="Jekyll v4.2.0" />
3838
<meta property="og:title" content="Log elapsed time between Airflow tasks (removed)" />
39-
<meta name="author" content="Beau Barker" />
39+
<meta name="author" content="Exploding Labs" />
4040
<meta property="og:locale" content="en_AU" />
4141
<meta name="description" content="How to get the elapsed time since the dag run began, or another task began, and log it." />
4242
<meta property="og:description" content="How to get the elapsed time since the dag run began, or another task began, and log it." />
4343
<link rel="canonical" href="https://explodinglabs.com/posts/airflow/log-elapsed-time" />
4444
<meta property="og:url" content="https://explodinglabs.com/posts/airflow/log-elapsed-time" />
45-
<meta property="og:site_name" content="Exploding Labs Blog" />
45+
<meta property="og:site_name" content="Exploding Labs" />
4646
<meta property="og:type" content="article" />
4747
<meta property="article:published_time" content="2018-09-26T00:00:00+00:00" />
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-
{"description":"How to get the elapsed time since the dag run began, or another task began, and log it.","mainEntityOfPage":{"@type":"WebPage","@id":"https://explodinglabs.com/posts/airflow/log-elapsed-time"},"headline":"Log elapsed time between Airflow tasks (removed)","dateModified":"2025-07-15T23:45:50+00:00","datePublished":"2018-09-26T00:00:00+00:00","url":"https://explodinglabs.com/posts/airflow/log-elapsed-time","author":{"@type":"Person","name":"Beau Barker"},"@type":"BlogPosting","@context":"https://schema.org"}</script>
51+
{"description":"How to get the elapsed time since the dag run began, or another task began, and log it.","mainEntityOfPage":{"@type":"WebPage","@id":"https://explodinglabs.com/posts/airflow/log-elapsed-time"},"headline":"Log elapsed time between Airflow tasks (removed)","dateModified":"2025-07-15T23:50:31+00:00","datePublished":"2018-09-26T00:00:00+00:00","url":"https://explodinglabs.com/posts/airflow/log-elapsed-time","author":{"@type":"Person","name":"Exploding Labs"},"@type":"BlogPosting","@context":"https://schema.org"}</script>
5252
<!-- End Jekyll SEO tag -->
5353

5454
</head>

0 commit comments

Comments
 (0)