This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/airflow-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new e7705b5 Update asf-site to output generated at a624457
e7705b5 is described below
commit e7705b53f2f9421fec593a501d23fbe85abf4b3d
Author: kaxil <[email protected]>
AuthorDate: Wed Aug 26 18:13:18 2020 +0000
Update asf-site to output generated at a624457
---
blog/airflow-1.10.10/index.html | 4 +-
blog/airflow-1.10.12/index.html | 10 +-
blog/airflow-1.10.8-1.10.9/index.html | 4 +-
blog/airflow-survey/index.html | 4 +-
blog/announcing-new-website/index.html | 4 +-
blog/apache-airflow-for-newcomers/index.html | 4 +-
.../index.html | 4 +-
.../index.html | 4 +-
.../index.html | 4 +-
.../index.html | 4 +-
blog/index.xml | 6 +-
.../index.html | 4 +-
blog/tags/community/index.html | 6 +-
blog/tags/community/index.xml | 4 +-
blog/tags/release/index.xml | 6 +-
index.html | 28 +++---
index.xml | 6 +-
search/index.html | 4 +-
sitemap.xml | 108 ++++++++++-----------
use-cases/adobe/index.html | 4 +-
use-cases/big-fish-games/index.html | 4 +-
use-cases/dish/index.html | 4 +-
use-cases/experity/index.html | 4 +-
use-cases/onefootball/index.html | 4 +-
24 files changed, 119 insertions(+), 119 deletions(-)
diff --git a/blog/airflow-1.10.10/index.html b/blog/airflow-1.10.10/index.html
index 38ec1e9..ccb39fc 100644
--- a/blog/airflow-1.10.10/index.html
+++ b/blog/airflow-1.10.10/index.html
@@ -36,13 +36,13 @@
<meta property="og:image" content="/images/feature-image.png" />
<meta property="article:published_time" content="2020-04-09T00:00:00+00:00" />
-<meta property="article:modified_time" content="2020-08-26T18:59:09+01:00"
/><meta property="og:site_name" content="Apache Airflow" />
+<meta property="article:modified_time" content="2020-08-26T19:08:57+01:00"
/><meta property="og:site_name" content="Apache Airflow" />
<meta itemprop="name" content="Apache Airflow 1.10.10">
<meta itemprop="description" content="We are happy to present Apache Airflow
1.10.10">
<meta itemprop="datePublished" content="2020-04-09T00:00:00+00:00" />
-<meta itemprop="dateModified" content="2020-08-26T18:59:09+01:00" />
+<meta itemprop="dateModified" content="2020-08-26T19:08:57+01:00" />
<meta itemprop="wordCount" content="1143">
diff --git a/blog/airflow-1.10.12/index.html b/blog/airflow-1.10.12/index.html
index 559dda4..a3a228a 100644
--- a/blog/airflow-1.10.12/index.html
+++ b/blog/airflow-1.10.12/index.html
@@ -36,13 +36,13 @@
<meta property="og:image" content="/images/feature-image.png" />
<meta property="article:published_time" content="2020-08-25T00:00:00+00:00" />
-<meta property="article:modified_time" content="2020-08-26T18:59:09+01:00"
/><meta property="og:site_name" content="Apache Airflow" />
+<meta property="article:modified_time" content="2020-08-26T19:08:57+01:00"
/><meta property="og:site_name" content="Apache Airflow" />
<meta itemprop="name" content="Apache Airflow 1.10.12">
<meta itemprop="description" content="We are happy to present Apache Airflow
1.10.12">
<meta itemprop="datePublished" content="2020-08-25T00:00:00+00:00" />
-<meta itemprop="dateModified" content="2020-08-26T18:59:09+01:00" />
+<meta itemprop="dateModified" content="2020-08-26T19:08:57+01:00" />
<meta itemprop="wordCount" content="911">
@@ -620,7 +620,7 @@ Airflow 1.10.* would be the last series to support Python
2.</p>
<h3 id="use-airflow-rbac-ui">Use Airflow RBAC UI</h3>
-<p>Airflow 1.10.10 ships with 2 UIs, the default is non-RBAC Flask-admin based
UI and Flask-appbuilder based UI.</p>
+<p>Airflow 1.10.12 ships with 2 UIs, the default is non-RBAC Flask-admin based
UI and Flask-appbuilder based UI.</p>
<p>The Flask-AppBuilder (FAB) based UI allows Role-based Access Control and
has more advanced features compared to
the legacy Flask-admin based UI. This UI can be enabled by setting
<code>rbac=True</code> in <code>[webserver]</code> section in
@@ -634,11 +634,11 @@ for 1.10.* series but would no longer be available from
Airflow 2.0</p>
<p>The Airflow Project has moved from <a
href="https://issues.apache.org/jira/projects/AIRFLOW/issues"
target="_blank">JIRA</a> to
<a href="https://github.com/apache/airflow/issues" target="_blank">Github</a>
for tracking issues.</p>
-<p>So if you find any bugs in Airflow 1.10.10 please create a Github Issue for
it.</p>
+<p>So if you find any bugs in Airflow 1.10.12 please create a Github Issue for
it.</p>
<h2 id="list-of-contributors">List of Contributors</h2>
-<p>According to git shortlog, the following people contributed to the 1.10.10
release. Thank you to all contributors!</p>
+<p>According to git shortlog, the following people contributed to the 1.10.12
release. Thank you to all contributors!</p>
<p>Alexander Sutcliffe, Andy, Aneesh Joseph, Ash Berlin-Taylor, Aviral
Agrawal, BaoshanGu, Beni Ben zikry,
Daniel Imberman, Daniel Standish, Danylo Baibak, Ephraim Anierobi, Felix
Uellendall, Greg Neiheisel,
diff --git a/blog/airflow-1.10.8-1.10.9/index.html
b/blog/airflow-1.10.8-1.10.9/index.html
index bbe84ff..a9972e3 100644
--- a/blog/airflow-1.10.8-1.10.9/index.html
+++ b/blog/airflow-1.10.8-1.10.9/index.html
@@ -36,13 +36,13 @@
<meta property="og:image" content="/images/feature-image.png" />
<meta property="article:published_time" content="2020-02-23T00:00:00+00:00" />
-<meta property="article:modified_time" content="2020-08-26T18:59:09+01:00"
/><meta property="og:site_name" content="Apache Airflow" />
+<meta property="article:modified_time" content="2020-08-26T19:08:57+01:00"
/><meta property="og:site_name" content="Apache Airflow" />
<meta itemprop="name" content="Apache Airflow 1.10.8 & 1.10.9">
<meta itemprop="description" content="We are happy to present the new 1.10.8
and 1.10.9 releases of Apache Airflow.">
<meta itemprop="datePublished" content="2020-02-23T00:00:00+00:00" />
-<meta itemprop="dateModified" content="2020-08-26T18:59:09+01:00" />
+<meta itemprop="dateModified" content="2020-08-26T19:08:57+01:00" />
<meta itemprop="wordCount" content="437">
diff --git a/blog/airflow-survey/index.html b/blog/airflow-survey/index.html
index adc4761..886ce3a 100644
--- a/blog/airflow-survey/index.html
+++ b/blog/airflow-survey/index.html
@@ -36,13 +36,13 @@
<meta property="og:image" content="/images/feature-image.png" />
<meta property="article:published_time" content="2019-12-11T00:00:00+00:00" />
-<meta property="article:modified_time" content="2020-08-26T18:59:09+01:00"
/><meta property="og:site_name" content="Apache Airflow" />
+<meta property="article:modified_time" content="2020-08-26T19:08:57+01:00"
/><meta property="og:site_name" content="Apache Airflow" />
<meta itemprop="name" content="Airflow Survey 2019">
<meta itemprop="description" content="Receiving and adjusting to our users’
feedback is a must. Let’s see who Airflow users are, how they play with it, and
what they miss.">
<meta itemprop="datePublished" content="2019-12-11T00:00:00+00:00" />
-<meta itemprop="dateModified" content="2020-08-26T18:59:09+01:00" />
+<meta itemprop="dateModified" content="2020-08-26T19:08:57+01:00" />
<meta itemprop="wordCount" content="1775">
diff --git a/blog/announcing-new-website/index.html
b/blog/announcing-new-website/index.html
index d760ded..df61005 100644
--- a/blog/announcing-new-website/index.html
+++ b/blog/announcing-new-website/index.html
@@ -36,13 +36,13 @@
<meta property="og:image" content="/images/feature-image.png" />
<meta property="article:published_time" content="2019-12-11T00:00:00+00:00" />
-<meta property="article:modified_time" content="2020-08-26T18:59:09+01:00"
/><meta property="og:site_name" content="Apache Airflow" />
+<meta property="article:modified_time" content="2020-08-26T19:08:57+01:00"
/><meta property="og:site_name" content="Apache Airflow" />
<meta itemprop="name" content="New Airflow website">
<meta itemprop="description" content="We are thrilled about our new website!">
<meta itemprop="datePublished" content="2019-12-11T00:00:00+00:00" />
-<meta itemprop="dateModified" content="2020-08-26T18:59:09+01:00" />
+<meta itemprop="dateModified" content="2020-08-26T19:08:57+01:00" />
<meta itemprop="wordCount" content="282">
diff --git a/blog/apache-airflow-for-newcomers/index.html
b/blog/apache-airflow-for-newcomers/index.html
index 5edf8b5..baeea83 100644
--- a/blog/apache-airflow-for-newcomers/index.html
+++ b/blog/apache-airflow-for-newcomers/index.html
@@ -37,14 +37,14 @@ Authoring Workflow in Apache Airflow. Airflow makes it easy
to author workflows
<meta property="og:image" content="/images/feature-image.png" />
<meta property="article:published_time" content="2020-08-17T00:00:00+00:00" />
-<meta property="article:modified_time" content="2020-08-26T18:59:09+01:00"
/><meta property="og:site_name" content="Apache Airflow" />
+<meta property="article:modified_time" content="2020-08-26T19:08:57+01:00"
/><meta property="og:site_name" content="Apache Airflow" />
<meta itemprop="name" content="Apache Airflow For Newcomers">
<meta itemprop="description" content="Apache Airflow is a platform to
programmatically author, schedule, and monitor workflows. A workflow is a
sequence of tasks that processes a set of data. You can think of workflow as
the path that describes how tasks go from being undone to done. Scheduling, on
the other hand, is the process of planning, controlling, and optimizing when a
particular task should be done.
Authoring Workflow in Apache Airflow. Airflow makes it easy to author
workflows using python scripts.">
<meta itemprop="datePublished" content="2020-08-17T00:00:00+00:00" />
-<meta itemprop="dateModified" content="2020-08-26T18:59:09+01:00" />
+<meta itemprop="dateModified" content="2020-08-26T19:08:57+01:00" />
<meta itemprop="wordCount" content="1070">
diff --git
a/blog/apache-con-europe-2019-thoughts-and-insights-by-airflow-committers/index.html
b/blog/apache-con-europe-2019-thoughts-and-insights-by-airflow-committers/index.html
index da26086..e2bfded 100644
---
a/blog/apache-con-europe-2019-thoughts-and-insights-by-airflow-committers/index.html
+++
b/blog/apache-con-europe-2019-thoughts-and-insights-by-airflow-committers/index.html
@@ -36,13 +36,13 @@
<meta property="og:image" content="/images/feature-image.png" />
<meta property="article:published_time" content="2019-11-22T00:00:00+00:00" />
-<meta property="article:modified_time" content="2020-08-26T18:59:09+01:00"
/><meta property="og:site_name" content="Apache Airflow" />
+<meta property="article:modified_time" content="2020-08-26T19:08:57+01:00"
/><meta property="og:site_name" content="Apache Airflow" />
<meta itemprop="name" content="ApacheCon Europe 2019 — Thoughts and Insights
by Airflow Committers">
<meta itemprop="description" content="Here come some thoughts by Airflow
committers and contributors from the ApacheCon Europe 2019. Get to know the ASF
community!">
<meta itemprop="datePublished" content="2019-11-22T00:00:00+00:00" />
-<meta itemprop="dateModified" content="2020-08-26T18:59:09+01:00" />
+<meta itemprop="dateModified" content="2020-08-26T19:08:57+01:00" />
<meta itemprop="wordCount" content="138">
diff --git a/blog/documenting-using-local-development-environments/index.html
b/blog/documenting-using-local-development-environments/index.html
index 244bca2..aab9387 100644
--- a/blog/documenting-using-local-development-environments/index.html
+++ b/blog/documenting-using-local-development-environments/index.html
@@ -36,13 +36,13 @@
<meta property="og:image" content="/images/feature-image.png" />
<meta property="article:published_time" content="2019-11-22T00:00:00+00:00" />
-<meta property="article:modified_time" content="2020-08-26T18:59:09+01:00"
/><meta property="og:site_name" content="Apache Airflow" />
+<meta property="article:modified_time" content="2020-08-26T19:08:57+01:00"
/><meta property="og:site_name" content="Apache Airflow" />
<meta itemprop="name" content="Documenting using local development
environment">
<meta itemprop="description" content="The story behind documenting local
development environment of Apache Airflow">
<meta itemprop="datePublished" content="2019-11-22T00:00:00+00:00" />
-<meta itemprop="dateModified" content="2020-08-26T18:59:09+01:00" />
+<meta itemprop="dateModified" content="2020-08-26T19:08:57+01:00" />
<meta itemprop="wordCount" content="256">
diff --git
a/blog/experience-in-google-season-of-docs-2019-with-apache-airflow/index.html
b/blog/experience-in-google-season-of-docs-2019-with-apache-airflow/index.html
index 336d58f..72b785f 100644
---
a/blog/experience-in-google-season-of-docs-2019-with-apache-airflow/index.html
+++
b/blog/experience-in-google-season-of-docs-2019-with-apache-airflow/index.html
@@ -37,14 +37,14 @@ About Me I have been writing tech articles on medium as
well as my blog for the
<meta property="og:image" content="/images/feature-image.png" />
<meta property="article:published_time" content="2019-12-20T00:00:00+00:00" />
-<meta property="article:modified_time" content="2020-08-26T18:59:09+01:00"
/><meta property="og:site_name" content="Apache Airflow" />
+<meta property="article:modified_time" content="2020-08-26T19:08:57+01:00"
/><meta property="og:site_name" content="Apache Airflow" />
<meta itemprop="name" content="Experience in Google Season of Docs 2019 with
Apache Airflow">
<meta itemprop="description" content="I came across Google Season of Docs
(GSoD) almost by accident, thanks to my extensive HackerNews and Twitter
addiction. I was familiar with the Google Summer of Code but not with this
program. It turns out it was the inaugural phase. I read the details, and the
process felt a lot like GSoC except that this was about documentation.
About Me I have been writing tech articles on medium as well as my blog for
the past 1.">
<meta itemprop="datePublished" content="2019-12-20T00:00:00+00:00" />
-<meta itemprop="dateModified" content="2020-08-26T18:59:09+01:00" />
+<meta itemprop="dateModified" content="2020-08-26T19:08:57+01:00" />
<meta itemprop="wordCount" content="1521">
diff --git a/blog/implementing-stable-api-for-apache-airflow/index.html
b/blog/implementing-stable-api-for-apache-airflow/index.html
index d57eae6..bf5adf4 100644
--- a/blog/implementing-stable-api-for-apache-airflow/index.html
+++ b/blog/implementing-stable-api-for-apache-airflow/index.html
@@ -36,13 +36,13 @@
<meta property="og:image" content="/images/feature-image.png" />
<meta property="article:published_time" content="2020-07-19T00:00:00+00:00" />
-<meta property="article:modified_time" content="2020-08-26T18:59:09+01:00"
/><meta property="og:site_name" content="Apache Airflow" />
+<meta property="article:modified_time" content="2020-08-26T19:08:57+01:00"
/><meta property="og:site_name" content="Apache Airflow" />
<meta itemprop="name" content="Implementing Stable API for Apache Airflow">
<meta itemprop="description" content="An Outreachy intern's progress
report on contributing to Apache Airflow REST API.">
<meta itemprop="datePublished" content="2020-07-19T00:00:00+00:00" />
-<meta itemprop="dateModified" content="2020-08-26T18:59:09+01:00" />
+<meta itemprop="dateModified" content="2020-08-26T19:08:57+01:00" />
<meta itemprop="wordCount" content="703">
diff --git a/blog/index.xml b/blog/index.xml
index 4202ffb..f0d1ae7 100644
--- a/blog/index.xml
+++ b/blog/index.xml
@@ -154,7 +154,7 @@ Airflow 1.10.* would be the last series to support Python
2.</p>
<h3 id="use-airflow-rbac-ui">Use Airflow RBAC UI</h3>
-<p>Airflow 1.10.10 ships with 2 UIs, the default is non-RBAC Flask-admin
based UI and Flask-appbuilder based UI.</p>
+<p>Airflow 1.10.12 ships with 2 UIs, the default is non-RBAC Flask-admin
based UI and Flask-appbuilder based UI.</p>
<p>The Flask-AppBuilder (FAB) based UI allows Role-based Access Control
and has more advanced features compared to
the legacy Flask-admin based UI. This UI can be enabled by setting
<code>rbac=True</code> in <code>[webserver]</code>
section in
@@ -168,11 +168,11 @@ for 1.10.* series but would no longer be available from
Airflow 2.0</p>
<p>The Airflow Project has moved from <a
href="https://issues.apache.org/jira/projects/AIRFLOW/issues"
target="_blank">JIRA</a> to
<a href="https://github.com/apache/airflow/issues"
target="_blank">Github</a> for tracking issues.</p>
-<p>So if you find any bugs in Airflow 1.10.10 please create a Github
Issue for it.</p>
+<p>So if you find any bugs in Airflow 1.10.12 please create a Github
Issue for it.</p>
<h2 id="list-of-contributors">List of Contributors</h2>
-<p>According to git shortlog, the following people contributed to the
1.10.10 release. Thank you to all contributors!</p>
+<p>According to git shortlog, the following people contributed to the
1.10.12 release. Thank you to all contributors!</p>
<p>Alexander Sutcliffe, Andy, Aneesh Joseph, Ash Berlin-Taylor, Aviral
Agrawal, BaoshanGu, Beni Ben zikry,
Daniel Imberman, Daniel Standish, Danylo Baibak, Ephraim Anierobi, Felix
Uellendall, Greg Neiheisel,
diff --git a/blog/its-a-breeze-to-develop-apache-airflow/index.html
b/blog/its-a-breeze-to-develop-apache-airflow/index.html
index a2b8042..ea88dc4 100644
--- a/blog/its-a-breeze-to-develop-apache-airflow/index.html
+++ b/blog/its-a-breeze-to-develop-apache-airflow/index.html
@@ -36,13 +36,13 @@
<meta property="og:image" content="/images/feature-image.png" />
<meta property="article:published_time" content="2019-11-22T00:00:00+00:00" />
-<meta property="article:modified_time" content="2020-08-26T18:59:09+01:00"
/><meta property="og:site_name" content="Apache Airflow" />
+<meta property="article:modified_time" content="2020-08-26T19:08:57+01:00"
/><meta property="og:site_name" content="Apache Airflow" />
<meta itemprop="name" content="It's a "Breeze" to develop Apache
Airflow">
<meta itemprop="description" content="A Principal Software Engineer's
journey to developer productivity. Learn how Jarek and his team speeded up and
simplified Airflow development for the community.">
<meta itemprop="datePublished" content="2019-11-22T00:00:00+00:00" />
-<meta itemprop="dateModified" content="2020-08-26T18:59:09+01:00" />
+<meta itemprop="dateModified" content="2020-08-26T19:08:57+01:00" />
<meta itemprop="wordCount" content="127">
diff --git a/blog/tags/community/index.html b/blog/tags/community/index.html
index 657ce34..2cc62e9 100644
--- a/blog/tags/community/index.html
+++ b/blog/tags/community/index.html
@@ -30,7 +30,7 @@
<meta name="msapplication-TileImage" content="/favicons/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
-<title>community | Apache Airflow</title><meta property="og:title"
content="community" />
+<title>Community | Apache Airflow</title><meta property="og:title"
content="Community" />
<meta property="og:description" content="Platform created by the community to
programmatically author, schedule and monitor workflows." />
<meta property="og:type" content="website" />
<meta property="og:url" content="/blog/tags/community/" />
@@ -38,13 +38,13 @@
<meta property="og:image" content="/images/feature-image.png" />
<meta property="og:updated_time" content="2020-08-17T00:00:00+00:00" /><meta
property="og:site_name" content="Apache Airflow" />
-<meta itemprop="name" content="community">
+<meta itemprop="name" content="Community">
<meta itemprop="description" content="Platform created by the community to
programmatically author, schedule and monitor workflows.">
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="/images/feature-image.png"/>
-<meta name="twitter:title" content="community"/>
+<meta name="twitter:title" content="Community"/>
<meta name="twitter:description" content="Platform created by the community to
programmatically author, schedule and monitor workflows."/>
diff --git a/blog/tags/community/index.xml b/blog/tags/community/index.xml
index 9b549ab..fb7aa7c 100644
--- a/blog/tags/community/index.xml
+++ b/blog/tags/community/index.xml
@@ -1,8 +1,8 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
- <title>Apache Airflow – community</title>
+ <title>Apache Airflow – Community</title>
<link>/blog/tags/community/</link>
- <description>Recent content in community on Apache Airflow</description>
+ <description>Recent content in Community on Apache Airflow</description>
<generator>Hugo -- gohugo.io</generator>
<lastBuildDate>Mon, 17 Aug 2020 00:00:00 +0000</lastBuildDate>
diff --git a/blog/tags/release/index.xml b/blog/tags/release/index.xml
index 5613a7b..ba3980e 100644
--- a/blog/tags/release/index.xml
+++ b/blog/tags/release/index.xml
@@ -155,7 +155,7 @@ Airflow 1.10.* would be the last series to support Python
2.</p>
<h3 id="use-airflow-rbac-ui">Use Airflow RBAC UI</h3>
-<p>Airflow 1.10.10 ships with 2 UIs, the default is non-RBAC Flask-admin
based UI and Flask-appbuilder based UI.</p>
+<p>Airflow 1.10.12 ships with 2 UIs, the default is non-RBAC Flask-admin
based UI and Flask-appbuilder based UI.</p>
<p>The Flask-AppBuilder (FAB) based UI allows Role-based Access Control
and has more advanced features compared to
the legacy Flask-admin based UI. This UI can be enabled by setting
<code>rbac=True</code> in <code>[webserver]</code>
section in
@@ -169,11 +169,11 @@ for 1.10.* series but would no longer be available from
Airflow 2.0</p>
<p>The Airflow Project has moved from <a
href="https://issues.apache.org/jira/projects/AIRFLOW/issues"
target="_blank">JIRA</a> to
<a href="https://github.com/apache/airflow/issues"
target="_blank">Github</a> for tracking issues.</p>
-<p>So if you find any bugs in Airflow 1.10.10 please create a Github
Issue for it.</p>
+<p>So if you find any bugs in Airflow 1.10.12 please create a Github
Issue for it.</p>
<h2 id="list-of-contributors">List of Contributors</h2>
-<p>According to git shortlog, the following people contributed to the
1.10.10 release. Thank you to all contributors!</p>
+<p>According to git shortlog, the following people contributed to the
1.10.12 release. Thank you to all contributors!</p>
<p>Alexander Sutcliffe, Andy, Aneesh Joseph, Ash Berlin-Taylor, Aviral
Agrawal, BaoshanGu, Beni Ben zikry,
Daniel Imberman, Daniel Standish, Danylo Baibak, Ephraim Anierobi, Felix
Uellendall, Greg Neiheisel,
diff --git a/index.html b/index.html
index 99a16d1..95f7486 100644
--- a/index.html
+++ b/index.html
@@ -1226,12 +1226,12 @@ if (!doNotTrack) {
<div id="integrations-container" class="list-items">
- <a class="list-item"
href="/docs/stable/integration.html#azure-microsoft-azure">
+ <a class="list-item"
href="/docs/stable/integration.html#asf-apache-software-foundation">
<div class="card">
<div class="box-event box-event__integration">
- <span class="box-event__integration--name">Azure Files</span>
+ <span class="box-event__integration--name">WebHDFS</span>
</div>
</div>
@@ -1239,12 +1239,12 @@ if (!doNotTrack) {
- <a class="list-item"
href="/docs/stable/integration.html#service-integrations">
+ <a class="list-item"
href="/docs/stable/integration.html#gcp-google-cloud-platform">
<div class="card">
<div class="box-event box-event__integration">
- <span class="box-event__integration--name">Databricks</span>
+ <span class="box-event__integration--name">Cloud Functions</span>
</div>
</div>
@@ -1252,12 +1252,12 @@ if (!doNotTrack) {
- <a class="list-item"
href="/docs/stable/integration.html#asf-apache-software-foundation">
+ <a class="list-item"
href="/docs/stable/integration.html#software-integrations">
<div class="card">
<div class="box-event box-event__integration">
- <span class="box-event__integration--name">Apache Sqoop</span>
+ <span class="box-event__integration--name">GNU Bash</span>
</div>
</div>
@@ -1265,12 +1265,12 @@ if (!doNotTrack) {
- <a class="list-item"
href="/docs/stable/integration.html#software-integrations">
+ <a class="list-item"
href="/docs/stable/integration.html#gcp-google-cloud-platform">
<div class="card">
<div class="box-event box-event__integration">
- <span class="box-event__integration--name">Samba</span>
+ <span class="box-event__integration--name">Cloud Tasks</span>
</div>
</div>
@@ -1278,12 +1278,12 @@ if (!doNotTrack) {
- <a class="list-item"
href="/docs/stable/integration.html#azure-microsoft-azure">
+ <a class="list-item"
href="/docs/stable/integration.html#service-integrations">
<div class="card">
<div class="box-event box-event__integration">
- <span class="box-event__integration--name">Azure Data Lake
Storage</span>
+ <span class="box-event__integration--name">Google Campaign
Manager</span>
</div>
</div>
@@ -1296,7 +1296,7 @@ if (!doNotTrack) {
<div class="card">
<div class="box-event box-event__integration">
- <span class="box-event__integration--name">Celery</span>
+ <span class="box-event__integration--name">Samba</span>
</div>
</div>
@@ -1309,7 +1309,7 @@ if (!doNotTrack) {
<div class="card">
<div class="box-event box-event__integration">
- <span class="box-event__integration--name">Cloud Storage (GCS)</span>
+ <span class="box-event__integration--name">Cloud Build</span>
</div>
</div>
@@ -1317,12 +1317,12 @@ if (!doNotTrack) {
- <a class="list-item"
href="/docs/stable/integration.html#gcp-google-cloud-platform">
+ <a class="list-item"
href="/docs/stable/integration.html#software-integrations">
<div class="card">
<div class="box-event box-event__integration">
- <span class="box-event__integration--name">Kubernetes Engine</span>
+ <span class="box-event__integration--name">Docker</span>
</div>
</div>
diff --git a/index.xml b/index.xml
index 23ed03a..305570e 100644
--- a/index.xml
+++ b/index.xml
@@ -153,7 +153,7 @@ Airflow 1.10.* would be the last series to support Python
2.</p>
<h3 id="use-airflow-rbac-ui">Use Airflow RBAC UI</h3>
-<p>Airflow 1.10.10 ships with 2 UIs, the default is non-RBAC Flask-admin
based UI and Flask-appbuilder based UI.</p>
+<p>Airflow 1.10.12 ships with 2 UIs, the default is non-RBAC Flask-admin
based UI and Flask-appbuilder based UI.</p>
<p>The Flask-AppBuilder (FAB) based UI allows Role-based Access Control
and has more advanced features compared to
the legacy Flask-admin based UI. This UI can be enabled by setting
<code>rbac=True</code> in <code>[webserver]</code>
section in
@@ -167,11 +167,11 @@ for 1.10.* series but would no longer be available from
Airflow 2.0</p>
<p>The Airflow Project has moved from <a
href="https://issues.apache.org/jira/projects/AIRFLOW/issues"
target="_blank">JIRA</a> to
<a href="https://github.com/apache/airflow/issues"
target="_blank">Github</a> for tracking issues.</p>
-<p>So if you find any bugs in Airflow 1.10.10 please create a Github
Issue for it.</p>
+<p>So if you find any bugs in Airflow 1.10.12 please create a Github
Issue for it.</p>
<h2 id="list-of-contributors">List of Contributors</h2>
-<p>According to git shortlog, the following people contributed to the
1.10.10 release. Thank you to all contributors!</p>
+<p>According to git shortlog, the following people contributed to the
1.10.12 release. Thank you to all contributors!</p>
<p>Alexander Sutcliffe, Andy, Aneesh Joseph, Ash Berlin-Taylor, Aviral
Agrawal, BaoshanGu, Beni Ben zikry,
Daniel Imberman, Daniel Standish, Danylo Baibak, Ephraim Anierobi, Felix
Uellendall, Greg Neiheisel,
diff --git a/search/index.html b/search/index.html
index fa32f56..6bc53bc 100644
--- a/search/index.html
+++ b/search/index.html
@@ -35,12 +35,12 @@
<meta property="og:url" content="/search/" />
<meta property="og:image" content="/images/feature-image.png" />
-<meta property="article:modified_time" content="2020-08-26T18:59:09+01:00"
/><meta property="og:site_name" content="Apache Airflow" />
+<meta property="article:modified_time" content="2020-08-26T19:08:57+01:00"
/><meta property="og:site_name" content="Apache Airflow" />
<meta itemprop="name" content="Search Results">
<meta itemprop="description" content="">
-<meta itemprop="dateModified" content="2020-08-26T18:59:09+01:00" />
+<meta itemprop="dateModified" content="2020-08-26T19:08:57+01:00" />
<meta itemprop="wordCount" content="0">
diff --git a/sitemap.xml b/sitemap.xml
index 940d201..e87d0e1 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -4,212 +4,212 @@
<url>
<loc>/docs/overview/</loc>
- <lastmod>2020-08-26T18:59:09+01:00</lastmod>
+ <lastmod>2020-08-26T19:08:57+01:00</lastmod>
</url>
<url>
<loc>/docs/tasks/beds/</loc>
- <lastmod>2020-08-26T18:59:09+01:00</lastmod>
+ <lastmod>2020-08-26T19:08:57+01:00</lastmod>
</url>
<url>
<loc>/docs/tasks/ponycopters/configuring-ponycopters/</loc>
- <lastmod>2020-08-26T18:59:09+01:00</lastmod>
+ <lastmod>2020-08-26T19:08:57+01:00</lastmod>
</url>
<url>
<loc>/docs/getting-started/</loc>
- <lastmod>2020-08-26T18:59:09+01:00</lastmod>
+ <lastmod>2020-08-26T19:08:57+01:00</lastmod>
</url>
<url>
<loc>/docs/examples/</loc>
- <lastmod>2020-08-26T18:59:09+01:00</lastmod>
+ <lastmod>2020-08-26T19:08:57+01:00</lastmod>
</url>
<url>
<loc>/docs/tasks/ponycopters/launching-ponycopters/</loc>
- <lastmod>2020-08-26T18:59:09+01:00</lastmod>
+ <lastmod>2020-08-26T19:08:57+01:00</lastmod>
</url>
<url>
<loc>/docs/tutorials/multi-bear/</loc>
- <lastmod>2020-08-26T18:59:09+01:00</lastmod>
+ <lastmod>2020-08-26T19:08:57+01:00</lastmod>
</url>
<url>
<loc>/docs/tasks/porridge/</loc>
- <lastmod>2020-08-26T18:59:09+01:00</lastmod>
+ <lastmod>2020-08-26T19:08:57+01:00</lastmod>
</url>
<url>
<loc>/docs/concepts/</loc>
- <lastmod>2020-08-26T18:59:09+01:00</lastmod>
+ <lastmod>2020-08-26T19:08:57+01:00</lastmod>
</url>
<url>
<loc>/docs/tasks/task/</loc>
- <lastmod>2020-08-26T18:59:09+01:00</lastmod>
+ <lastmod>2020-08-26T19:08:57+01:00</lastmod>
</url>
<url>
<loc>/docs/tutorials/tutorial2/</loc>
- <lastmod>2020-08-26T18:59:09+01:00</lastmod>
+ <lastmod>2020-08-26T19:08:57+01:00</lastmod>
</url>
<url>
<loc>/docs/tasks/</loc>
- <lastmod>2020-08-26T18:59:09+01:00</lastmod>
+ <lastmod>2020-08-26T19:08:57+01:00</lastmod>
</url>
<url>
<loc>/docs/tutorials/</loc>
- <lastmod>2020-08-26T18:59:09+01:00</lastmod>
+ <lastmod>2020-08-26T19:08:57+01:00</lastmod>
</url>
<url>
<loc>/docs/reference/</loc>
- <lastmod>2020-08-26T18:59:09+01:00</lastmod>
+ <lastmod>2020-08-26T19:08:57+01:00</lastmod>
</url>
<url>
<loc>/docs/contribution-guidelines/</loc>
- <lastmod>2020-08-26T18:59:09+01:00</lastmod>
+ <lastmod>2020-08-26T19:08:57+01:00</lastmod>
</url>
<url>
<loc>/docs/</loc>
- <lastmod>2020-08-26T18:59:09+01:00</lastmod>
+ <lastmod>2020-08-26T19:08:57+01:00</lastmod>
</url>
<url>
<loc>/blog/airflow-1.10.12/</loc>
- <lastmod>2020-08-26T18:59:09+01:00</lastmod>
+ <lastmod>2020-08-26T19:08:57+01:00</lastmod>
</url>
<url>
<loc>/blog/tags/release/</loc>
- <lastmod>2020-08-26T18:59:09+01:00</lastmod>
+ <lastmod>2020-08-26T19:08:57+01:00</lastmod>
</url>
<url>
<loc>/tags/</loc>
- <lastmod>2020-08-26T18:59:09+01:00</lastmod>
+ <lastmod>2020-08-26T19:08:57+01:00</lastmod>
</url>
<url>
<loc>/blog/apache-airflow-for-newcomers/</loc>
- <lastmod>2020-08-26T18:59:09+01:00</lastmod>
+ <lastmod>2020-08-26T19:08:57+01:00</lastmod>
</url>
<url>
<loc>/blog/tags/community/</loc>
- <lastmod>2020-08-26T18:59:09+01:00</lastmod>
+ <lastmod>2020-08-26T19:08:57+01:00</lastmod>
</url>
<url>
<loc>/announcements/</loc>
- <lastmod>2020-08-26T18:59:09+01:00</lastmod>
+ <lastmod>2020-08-26T19:08:57+01:00</lastmod>
</url>
<url>
<loc>/blog/implementing-stable-api-for-apache-airflow/</loc>
- <lastmod>2020-08-26T18:59:09+01:00</lastmod>
+ <lastmod>2020-08-26T19:08:57+01:00</lastmod>
</url>
<url>
<loc>/blog/tags/rest-api/</loc>
- <lastmod>2020-08-26T18:59:09+01:00</lastmod>
+ <lastmod>2020-08-26T19:08:57+01:00</lastmod>
</url>
<url>
<loc>/blog/airflow-1.10.10/</loc>
- <lastmod>2020-08-26T18:59:09+01:00</lastmod>
+ <lastmod>2020-08-26T19:08:57+01:00</lastmod>
</url>
<url>
<loc>/blog/airflow-1.10.8-1.10.9/</loc>
- <lastmod>2020-08-26T18:59:09+01:00</lastmod>
+ <lastmod>2020-08-26T19:08:57+01:00</lastmod>
</url>
<url>
<loc>/blog/tags/documentation/</loc>
- <lastmod>2020-08-26T18:59:09+01:00</lastmod>
+ <lastmod>2020-08-26T19:08:57+01:00</lastmod>
</url>
<url>
<loc>/blog/experience-in-google-season-of-docs-2019-with-apache-airflow/</loc>
- <lastmod>2020-08-26T18:59:09+01:00</lastmod>
+ <lastmod>2020-08-26T19:08:57+01:00</lastmod>
</url>
<url>
<loc>/blog/airflow-survey/</loc>
- <lastmod>2020-08-26T18:59:09+01:00</lastmod>
+ <lastmod>2020-08-26T19:08:57+01:00</lastmod>
</url>
<url>
<loc>/blog/announcing-new-website/</loc>
- <lastmod>2020-08-26T18:59:09+01:00</lastmod>
+ <lastmod>2020-08-26T19:08:57+01:00</lastmod>
</url>
<url>
<loc>/blog/tags/survey/</loc>
- <lastmod>2020-08-26T18:59:09+01:00</lastmod>
+ <lastmod>2020-08-26T19:08:57+01:00</lastmod>
</url>
<url>
<loc>/blog/tags/users/</loc>
- <lastmod>2020-08-26T18:59:09+01:00</lastmod>
+ <lastmod>2020-08-26T19:08:57+01:00</lastmod>
</url>
<url>
<loc>/blog/apache-con-europe-2019-thoughts-and-insights-by-airflow-committers/</loc>
- <lastmod>2020-08-26T18:59:09+01:00</lastmod>
+ <lastmod>2020-08-26T19:08:57+01:00</lastmod>
</url>
<url>
<loc>/blog/tags/development/</loc>
- <lastmod>2020-08-26T18:59:09+01:00</lastmod>
+ <lastmod>2020-08-26T19:08:57+01:00</lastmod>
</url>
<url>
<loc>/blog/documenting-using-local-development-environments/</loc>
- <lastmod>2020-08-26T18:59:09+01:00</lastmod>
+ <lastmod>2020-08-26T19:08:57+01:00</lastmod>
</url>
<url>
<loc>/blog/its-a-breeze-to-develop-apache-airflow/</loc>
- <lastmod>2020-08-26T18:59:09+01:00</lastmod>
+ <lastmod>2020-08-26T19:08:57+01:00</lastmod>
</url>
<url>
<loc>/docs/getting-started/example-page/</loc>
- <lastmod>2020-08-26T18:59:09+01:00</lastmod>
+ <lastmod>2020-08-26T19:08:57+01:00</lastmod>
</url>
<url>
<loc>/docs/reference/parameter-reference/</loc>
- <lastmod>2020-08-26T18:59:09+01:00</lastmod>
+ <lastmod>2020-08-26T19:08:57+01:00</lastmod>
</url>
<url>
<loc>/docs/tasks/ponycopters/</loc>
- <lastmod>2020-08-26T18:59:09+01:00</lastmod>
+ <lastmod>2020-08-26T19:08:57+01:00</lastmod>
</url>
<url>
<loc>/use-cases/adobe/</loc>
- <lastmod>2020-08-26T18:59:09+01:00</lastmod>
+ <lastmod>2020-08-26T19:08:57+01:00</lastmod>
</url>
<url>
<loc>/use-cases/big-fish-games/</loc>
- <lastmod>2020-08-26T18:59:09+01:00</lastmod>
+ <lastmod>2020-08-26T19:08:57+01:00</lastmod>
</url>
<url>
<loc>/blog/</loc>
- <lastmod>2020-08-26T18:59:09+01:00</lastmod>
+ <lastmod>2020-08-26T19:08:57+01:00</lastmod>
</url>
<url>
@@ -218,62 +218,62 @@
<url>
<loc>/community/</loc>
- <lastmod>2020-08-26T18:59:09+01:00</lastmod>
+ <lastmod>2020-08-26T19:08:57+01:00</lastmod>
</url>
<url>
<loc>/use-cases/dish/</loc>
- <lastmod>2020-08-26T18:59:09+01:00</lastmod>
+ <lastmod>2020-08-26T19:08:57+01:00</lastmod>
</url>
<url>
<loc>/ecosystem/</loc>
- <lastmod>2020-08-26T18:59:09+01:00</lastmod>
+ <lastmod>2020-08-26T19:08:57+01:00</lastmod>
</url>
<url>
<loc>/use-cases/experity/</loc>
- <lastmod>2020-08-26T18:59:09+01:00</lastmod>
+ <lastmod>2020-08-26T19:08:57+01:00</lastmod>
</url>
<url>
<loc>/</loc>
- <lastmod>2020-08-26T18:59:09+01:00</lastmod>
+ <lastmod>2020-08-26T19:08:57+01:00</lastmod>
</url>
<url>
<loc>/install/</loc>
- <lastmod>2020-08-26T18:59:09+01:00</lastmod>
+ <lastmod>2020-08-26T19:08:57+01:00</lastmod>
</url>
<url>
<loc>/meetups/</loc>
- <lastmod>2020-08-26T18:59:09+01:00</lastmod>
+ <lastmod>2020-08-26T19:08:57+01:00</lastmod>
</url>
<url>
<loc>/use-cases/onefootball/</loc>
- <lastmod>2020-08-26T18:59:09+01:00</lastmod>
+ <lastmod>2020-08-26T19:08:57+01:00</lastmod>
</url>
<url>
<loc>/privacy-notice/</loc>
- <lastmod>2020-08-26T18:59:09+01:00</lastmod>
+ <lastmod>2020-08-26T19:08:57+01:00</lastmod>
</url>
<url>
<loc>/roadmap/</loc>
- <lastmod>2020-08-26T18:59:09+01:00</lastmod>
+ <lastmod>2020-08-26T19:08:57+01:00</lastmod>
</url>
<url>
<loc>/search/</loc>
- <lastmod>2020-08-26T18:59:09+01:00</lastmod>
+ <lastmod>2020-08-26T19:08:57+01:00</lastmod>
</url>
<url>
<loc>/use-cases/</loc>
- <lastmod>2020-08-26T18:59:09+01:00</lastmod>
+ <lastmod>2020-08-26T19:08:57+01:00</lastmod>
</url>
</urlset>
\ No newline at end of file
diff --git a/use-cases/adobe/index.html b/use-cases/adobe/index.html
index 0bb1fd3..48e30c4 100644
--- a/use-cases/adobe/index.html
+++ b/use-cases/adobe/index.html
@@ -35,12 +35,12 @@
<meta property="og:url" content="/use-cases/adobe/" />
<meta property="og:image" content="/images/feature-image.png" />
-<meta property="article:modified_time" content="2020-08-26T18:59:09+01:00"
/><meta property="og:site_name" content="Apache Airflow" />
+<meta property="article:modified_time" content="2020-08-26T19:08:57+01:00"
/><meta property="og:site_name" content="Apache Airflow" />
<meta itemprop="name" content="Adobe">
<meta itemprop="description" content="What was the problem? Modern big data
platforms need sophisticated data pipelines connecting to many backend services
enabling complex workflows. These workflows need to be deployed, monitored, and
run either on regular schedules or triggered by external events. Adobe
Experience Platform component services architected and built an orchestration
service to enable their users to author, schedule, and monitor complex
hierarchical (including sequential a [...]
-<meta itemprop="dateModified" content="2020-08-26T18:59:09+01:00" />
+<meta itemprop="dateModified" content="2020-08-26T19:08:57+01:00" />
<meta itemprop="wordCount" content="251">
diff --git a/use-cases/big-fish-games/index.html
b/use-cases/big-fish-games/index.html
index a598c05..e45283e 100644
--- a/use-cases/big-fish-games/index.html
+++ b/use-cases/big-fish-games/index.html
@@ -35,12 +35,12 @@
<meta property="og:url" content="/use-cases/big-fish-games/" />
<meta property="og:image" content="/images/feature-image.png" />
-<meta property="article:modified_time" content="2020-08-26T18:59:09+01:00"
/><meta property="og:site_name" content="Apache Airflow" />
+<meta property="article:modified_time" content="2020-08-26T19:08:57+01:00"
/><meta property="og:site_name" content="Apache Airflow" />
<meta itemprop="name" content="Big Fish Games">
<meta itemprop="description" content="What was the problem? The main challenge
is the lack of standardized ETL workflow orchestration tools. PowerShell and
Python-based ETL frameworks built in-house are currently used for scheduling
and running analytical workloads. However, there is no web UI through which we
can monitor these workflows and it requires additional effort to maintain this
framework. These scheduled jobs based on external dependencies are not well
suited to modern Big Data [...]
-<meta itemprop="dateModified" content="2020-08-26T18:59:09+01:00" />
+<meta itemprop="dateModified" content="2020-08-26T19:08:57+01:00" />
<meta itemprop="wordCount" content="336">
diff --git a/use-cases/dish/index.html b/use-cases/dish/index.html
index 502b5a5..19a3eef 100644
--- a/use-cases/dish/index.html
+++ b/use-cases/dish/index.html
@@ -35,12 +35,12 @@
<meta property="og:url" content="/use-cases/dish/" />
<meta property="og:image" content="/images/feature-image.png" />
-<meta property="article:modified_time" content="2020-08-26T18:59:09+01:00"
/><meta property="og:site_name" content="Apache Airflow" />
+<meta property="article:modified_time" content="2020-08-26T19:08:57+01:00"
/><meta property="og:site_name" content="Apache Airflow" />
<meta itemprop="name" content="Dish">
<meta itemprop="description" content="What was the problem? We faced
increasing complexity managing lengthy crontabs with scheduling being an issue,
this required carefully planning timing due to resource constraints, usage
patterns, and especially custom code needed for retry logic. In the last case,
having to verify success of previous jobs and/or steps prior to running the
next. Furthermore, time to results is important, but we were increasingly
relying on buffers for processing, wher [...]
-<meta itemprop="dateModified" content="2020-08-26T18:59:09+01:00" />
+<meta itemprop="dateModified" content="2020-08-26T19:08:57+01:00" />
<meta itemprop="wordCount" content="249">
diff --git a/use-cases/experity/index.html b/use-cases/experity/index.html
index 0df2762..2a5b41e 100644
--- a/use-cases/experity/index.html
+++ b/use-cases/experity/index.html
@@ -36,13 +36,13 @@ How did Apache Airflow help to solve this problem?
Ultimately we decided flexibl
<meta property="og:url" content="/use-cases/experity/" />
<meta property="og:image" content="/images/feature-image.png" />
-<meta property="article:modified_time" content="2020-08-26T18:59:09+01:00"
/><meta property="og:site_name" content="Apache Airflow" />
+<meta property="article:modified_time" content="2020-08-26T19:08:57+01:00"
/><meta property="og:site_name" content="Apache Airflow" />
<meta itemprop="name" content="Experity">
<meta itemprop="description" content="What was the problem? We had to deploy
our complex, flagship app to multiple nodes in multiple ways. This required
tasks to communicate across Windows nodes and coordinate timing perfectly. We
did not want to buy an expensive enterprise scheduling tool and needed ultimate
flexibility.
How did Apache Airflow help to solve this problem? Ultimately we decided
flexible, multi-node, DAG capable tooling was key and airflow was one of the
few tools that fit that bill.">
-<meta itemprop="dateModified" content="2020-08-26T18:59:09+01:00" />
+<meta itemprop="dateModified" content="2020-08-26T19:08:57+01:00" />
<meta itemprop="wordCount" content="191">
diff --git a/use-cases/onefootball/index.html b/use-cases/onefootball/index.html
index fff5e66..8c23eae 100644
--- a/use-cases/onefootball/index.html
+++ b/use-cases/onefootball/index.html
@@ -36,13 +36,13 @@ On top of that, new data tools appear each month: third
party data sources, clou
<meta property="og:url" content="/use-cases/onefootball/" />
<meta property="og:image" content="/images/feature-image.png" />
-<meta property="article:modified_time" content="2020-08-26T18:59:09+01:00"
/><meta property="og:site_name" content="Apache Airflow" />
+<meta property="article:modified_time" content="2020-08-26T19:08:57+01:00"
/><meta property="og:site_name" content="Apache Airflow" />
<meta itemprop="name" content="Onefootball">
<meta itemprop="description" content="What was the problem? With millions of
daily active users, managing the complexity of data engineering at Onefootball
is a constant challenge. Lengthy crontabs, multiplication of custom API
clients, erosion of confidence in the analytics served, increasing heroism
(“only one person can solve this issue”). Those are the challenges
that most teams face unless they consciously invest in their tools and
processes.
On top of that, new data tools appear each month: third party data sources,
cloud providers solutions, different storage technologies… Managing all
those integrations is costly and brittle, especially for small data engineering
teams that are trying to do more with less.">
-<meta itemprop="dateModified" content="2020-08-26T18:59:09+01:00" />
+<meta itemprop="dateModified" content="2020-08-26T19:08:57+01:00" />
<meta itemprop="wordCount" content="294">