<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Community on Apache Airflow</title>
    <link>/blog/tags/community/</link>
    <description>Recent content in Community on Apache Airflow</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Thu, 16 Apr 2026 16:44:57 +0100</lastBuildDate>
    <atom:link href="/blog/tags/community/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Agentic Workloads on Airflow: Observable, Retryable, and Auditable by Design</title>
      <link>/blog/agentic-workloads-airflow-3/</link>
      <pubDate>Wed, 15 Apr 2026 00:00:00 +0000</pubDate>
      <guid>/blog/agentic-workloads-airflow-3/</guid>
      <description>&lt;p&gt;A question like &amp;ldquo;How does AI tool usage vary across Airflow versions?&amp;rdquo; has a natural SQL shape: one cross-tabulation, one result. A question like &amp;ldquo;What does a typical Airflow deployment look like for practitioners who are actively using AI in their workflow?&amp;rdquo; does not. It requires querying executor type, deployment method, cloud provider, and Airflow version independently, each filtered to the same respondent group, then synthesizing the results into a coherent picture. No single query returns the answer. The answer emerges from the relationship between all of them.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Ask Your Survey Anything: Building AI Analysis Pipelines with Airflow 3</title>
      <link>/blog/ai-survey-analysis-pipelines/</link>
      <pubDate>Wed, 15 Apr 2026 00:00:00 +0000</pubDate>
      <guid>/blog/ai-survey-analysis-pipelines/</guid>
      <description>&lt;p&gt;The &lt;a href=&#34;https://airflow.apache.org/survey/&#34;&gt;2025 Airflow Community Survey&lt;/a&gt; collected responses&#xA;from nearly 6,000 practitioners across 168 questions. You can open a spreadsheet and filter,&#xA;or write SQL by hand. But what if you could just ask a question and have Airflow figure out&#xA;the query, run it, and bring the result back for your approval?&lt;/p&gt;&#xA;&lt;p&gt;This post builds two pipelines that do exactly that, using the&#xA;&lt;a href=&#34;https://pypi.org/project/apache-airflow-providers-common-ai/&#34;&gt;&lt;code&gt;apache-airflow-providers-common-ai&lt;/code&gt;&lt;/a&gt;&#xA;provider for Airflow 3.&lt;/p&gt;&#xA;&lt;p&gt;The first pipeline is &lt;strong&gt;interactive&lt;/strong&gt;: a human reviews the question before it reaches the LLM&#xA;and approves the result before the DAG finishes. The second is &lt;strong&gt;scheduled&lt;/strong&gt;: it downloads&#xA;fresh survey data, validates the schema, runs the query unattended, and emails the result.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Introducing the Common AI Provider: LLM and AI Agent Support for Apache Airflow</title>
      <link>/blog/common-ai-provider/</link>
      <pubDate>Tue, 14 Apr 2026 00:00:00 +0000</pubDate>
      <guid>/blog/common-ai-provider/</guid>
      <description>&lt;p&gt;At &lt;a href=&#34;https://airflowsummit.org/sessions/2025/airflow-as-an-ai-agents-toolkit-unlocking-1000-integrations-with-mcp/&#34;&gt;Airflow Summit 2025&lt;/a&gt;, we previewed what native AI integration in Apache Airflow could look like. Today we&amp;rsquo;re shipping it.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;&lt;a href=&#34;https://pypi.org/project/apache-airflow-providers-common-ai/&#34;&gt;&lt;code&gt;apache-airflow-providers-common-ai&lt;/code&gt;&lt;/a&gt; 0.1.0&lt;/strong&gt; adds LLM and agent capabilities directly to Airflow. Not a wrapper around another framework, but a provider package that plugs into the orchestrator you already run. It&amp;rsquo;s built on &lt;a href=&#34;https://ai.pydantic.dev/&#34;&gt;Pydantic AI&lt;/a&gt; and supports 20+ model providers (OpenAI, Anthropic, Google, Azure, Bedrock, Ollama, and more) through a single install.&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;pip install &lt;span class=&#34;s1&#34;&gt;&amp;#39;apache-airflow-providers-common-ai&amp;#39;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Requires Apache Airflow 3.0+.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Introducing the Apache Airflow Registry</title>
      <link>/blog/airflow-registry/</link>
      <pubDate>Thu, 19 Mar 2026 00:00:00 +0000</pubDate>
      <guid>/blog/airflow-registry/</guid>
      <description>&lt;p&gt;Today we&amp;rsquo;re launching the &lt;strong&gt;&lt;a href=&#34;https://airflow.apache.org/registry/&#34;&gt;Apache Airflow Registry&lt;/a&gt;&lt;/strong&gt; — a searchable catalog of every official Airflow provider and its modules, live at &lt;a href=&#34;https://airflow.apache.org/registry/&#34;&gt;airflow.apache.org/registry/&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Need an S3 operator? A Snowflake hook? An OpenAI sensor? The Registry helps you find, compare, and configure the right components for your data pipelines — without digging through docs or PyPI pages.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;/blog/airflow-registry/images/registry-homepage.png&#34; alt=&#34;Registry Homepage&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;by-the-numbers&#34;&gt;By the Numbers&lt;/h2&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;&lt;/th&gt;&#xA;          &lt;th&gt;&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;strong&gt;98&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Official providers&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;strong&gt;1,602&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Modules (operators, hooks, sensors, triggers, transfers, and more)&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;strong&gt;329M+&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Monthly PyPI downloads across all providers&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;strong&gt;125+&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Integrations with cloud platforms, databases, ML tools, and messaging services&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;h2 id=&#34;search-everything&#34;&gt;Search Everything&lt;/h2&gt;&#xA;&lt;p&gt;Hit &lt;strong&gt;Cmd+K&lt;/strong&gt; from any page and start typing. Results show up instantly, grouped by Providers and Modules, with type badges so you can tell a hook from an operator at a glance.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Airflow Survey 2025</title>
      <link>/blog/airflow-survey-2025/</link>
      <pubDate>Thu, 22 Jan 2026 00:00:00 +0000</pubDate>
      <guid>/blog/airflow-survey-2025/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;/blog/airflow-survey-2025/images/Airflow-Survey-2025-Results.png&#34; alt=&#34;Airflow Survey 2025&#34; title=&#34;airflow_survey_2025&#34;&gt;&lt;/p&gt;&#xA;&lt;div style=&#34;display: flex; align-items: flex-start; gap: 0.75rem;&#34;&gt;&#xA;  &lt;a href=&#34;https://www.astronomer.io/&#34; style=&#34;flex-shrink: 0;&#34;&gt;&lt;img src=&#34;images/astronomer-logo.svg&#34; alt=&#34;Astronomer&#34; width=&#34;40&#34; height=&#34;40&#34; /&gt;&lt;/a&gt;&#xA;  &lt;div&gt;&#xA;    &lt;p style=&#34;margin: 0;&#34;&gt;The interactive report is hosted by &lt;a href=&#34;https://www.astronomer.io/&#34;&gt;Astronomer&lt;/a&gt;. The Apache Airflow community thanks &lt;a href=&#34;https://www.astronomer.io/&#34;&gt;Astronomer&lt;/a&gt; for running this survey, for sponsoring it and providing the report in this form, and for their effort in marketing, analysis, and preparing the graphics.&lt;/p&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;hr style=&#34;margin: 1rem 0; border: none; border-top: 1px solid #ccc;&#34; /&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://astronomer.typeform.com/reports/01KESPS8SJ2Y80THJAEYCECE5B&#34;&gt;View raw data&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;/data/survey-responses/airflow-user-survey-responses-2025.csv.zip&#34;&gt;Download survey responses (CSV)&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Airflow Survey 2024</title>
      <link>/blog/airflow-survey-2024/</link>
      <pubDate>Thu, 27 Feb 2025 00:00:00 +0000</pubDate>
      <guid>/blog/airflow-survey-2024/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;/blog/airflow-survey-2024/images/Airflow-Survey-2024-Results-v2.png&#34; alt=&#34;Airflow Survey 2024&#34; title=&#34;airflow_survey_2024&#34;&gt;&lt;/p&gt;&#xA;&lt;div style=&#34;display: flex; align-items: flex-start; gap: 0.75rem;&#34;&gt;&#xA;  &lt;a href=&#34;https://www.astronomer.io/&#34; style=&#34;flex-shrink: 0;&#34;&gt;&lt;img src=&#34;images/astronomer-logo.svg&#34; alt=&#34;Astronomer&#34; width=&#34;40&#34; height=&#34;40&#34; /&gt;&lt;/a&gt;&#xA;  &lt;div&gt;&#xA;    &lt;p style=&#34;margin: 0;&#34;&gt;The interactive report is hosted by &lt;a href=&#34;https://www.astronomer.io/&#34;&gt;Astronomer&lt;/a&gt;. The Apache Airflow community thanks &lt;a href=&#34;https://www.astronomer.io/&#34;&gt;Astronomer&lt;/a&gt; for running this survey, for sponsoring it and providing the report in this form, and for their effort in marketing, analysis, and preparing the graphics.&lt;/p&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;hr style=&#34;margin: 1rem 0; border: none; border-top: 1px solid #ccc;&#34; /&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://astronomer.typeform.com/report/SF2VGNTc/fRSeRcKKJ3kgYXVl&#34;&gt;View raw data&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;/data/survey-responses/airflow-user-survey-responses-2024.csv.zip&#34;&gt;Download survey responses (CSV)&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Airflow Survey 2023</title>
      <link>/blog/airflow-survey-2023/</link>
      <pubDate>Thu, 21 Sep 2023 00:00:00 +0000</pubDate>
      <guid>/blog/airflow-survey-2023/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;/blog/airflow-survey-2023/images/Astronomer_Demographics.png&#34; alt=&#34;Demographics&#34; title=&#34;airflow_usage&#34;&gt;&#xA;&lt;img src=&#34;/blog/airflow-survey-2023/images/Astronomer_Community_and_Contribution.png&#34; alt=&#34;Community and Contribution&#34; title=&#34;community_and_contributions&#34;&gt;&#xA;&lt;img src=&#34;/blog/airflow-survey-2023/images/Airflow-Survey-2023-Results--Airflow-Usage-Page-1-Revised.png&#34; alt=&#34;Airflow Usage Page 1&#34;&gt;&#xA;&lt;img src=&#34;/blog/airflow-survey-2023/images/Astronomer-Airflow-Survey-2023-Results-Airflow-Usage-Page-2-Landscape.png&#34; alt=&#34;Airflow Usage Page 2&#34;&gt;&#xA;&lt;img src=&#34;/blog/airflow-survey-2023/images/Airflow-Survey-2023-Results-Airflow-Usage-Page-3-Revised-Landscape@2x.png&#34; alt=&#34;Airflow Usage Page 3&#34;&gt;&#xA;&lt;img src=&#34;/blog/airflow-survey-2023/images/Astronomer-Airflow-Survey-2023-Results-Future-Landscape@2x.png&#34; alt=&#34;Future&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://docs.google.com/forms/d/1wYm6c5Gn379zkg7zD7vcWB-1fCjnOocT0oZm-tjft_Q/viewanalytics&#34;&gt;View Raw Data&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Airflow Survey 2022</title>
      <link>/blog/airflow-survey-2022/</link>
      <pubDate>Fri, 17 Jun 2022 00:00:00 +0000</pubDate>
      <guid>/blog/airflow-survey-2022/</guid>
      <description>&lt;h1 id=&#34;airflow-user-survey-2022&#34;&gt;Airflow User Survey 2022&lt;/h1&gt;&#xA;&lt;p&gt;This year’s survey has come and gone, and with it we’ve got a new batch of data for everyone! We collected 210 responses over two weeks. We continue to see growth in both contributions and downloads over the last two years, and expect that trend will continue through 2022.&lt;/p&gt;&#xA;&lt;p&gt;The raw response data will be made available here soon, in the meantime, feel free to email &lt;a href=&#34;mailto:john.thomas@astronomer.io&#34;&gt;john.thomas@astronomer.io&lt;/a&gt; for a copy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Airflow Summit 2022</title>
      <link>/blog/airflow_summit_2022/</link>
      <pubDate>Mon, 16 May 2022 00:00:00 +0000</pubDate>
      <guid>/blog/airflow_summit_2022/</guid>
      <description>&lt;p&gt;The biggest Airflow Event of the Year returns May 23–27! Airflow Summit 2022 will bring together the global&#xA;community of Apache Airflow practitioners and data leaders.&lt;/p&gt;&#xA;&lt;h3 id=&#34;whats-on-the-agenda&#34;&gt;What’s on the Agenda&lt;/h3&gt;&#xA;&lt;p&gt;During the free conference, you will hear about Apache Airflow best practices, trends in building data&#xA;pipelines, data governance, Airflow and machine learning, and the future of Airflow. There will also be&#xA;a series of presentations on non-code contributions driving the open-source project.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Airflow Summit 2021</title>
      <link>/blog/airflow_summit_2021/</link>
      <pubDate>Sun, 21 Mar 2021 00:00:00 +0000</pubDate>
      <guid>/blog/airflow_summit_2021/</guid>
      <description>&lt;h2 id=&#34;airflow-summit-2021-is-here&#34;&gt;Airflow Summit 2021 is here!&lt;/h2&gt;&#xA;&lt;p&gt;The summit will be held online, July 8-16, 2021. Join us from all over the world to find&#xA;out how Airflow is being used by leading companies, what is its roadmap and how you can&#xA;participate in its development.&lt;/p&gt;&#xA;&lt;h2 id=&#34;useful-information&#34;&gt;Useful information:&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;The official website: &lt;a href=&#34;https://airflowsummit.org&#34;&gt;https://airflowsummit.org&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;Call for proposals is open until &lt;strong&gt;12 April 2021&lt;/strong&gt;. To submit your talk go to &lt;a href=&#34;https://sessionize.com/airflow-summit-2021/&#34;&gt;https://sessionize.com/airflow-summit-2021/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;In case of any questions reach out to us via &lt;a href=&#34;mailto:info@airflowsummit.org&#34;&gt;info@airflowsummit.org&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Airflow Survey 2020</title>
      <link>/blog/airflow-survey-2020/</link>
      <pubDate>Tue, 09 Mar 2021 00:00:00 +0000</pubDate>
      <guid>/blog/airflow-survey-2020/</guid>
      <description>&lt;h1 id=&#34;apache-airflow-survey-2020&#34;&gt;Apache Airflow Survey 2020&lt;/h1&gt;&#xA;&lt;p&gt;World of data processing tools is growing steadily. Apache Airflow seems to be already considered as&#xA;crucial component of this complex ecosystem. We observe steady growth in number of users as well as in&#xA;an amount of active contributors. So listening and understanding our community is of high importance.&lt;/p&gt;&#xA;&lt;p&gt;It&amp;rsquo;s worth to note that the 2020 survey was still mostly about 1.10.X version of Apache Airflow and&#xA;possibly many drawbacks were addressed in the 2.0 version that was released in December 2020. But if this&#xA;is true, we will learn next year!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Journey with Airflow as an Outreachy Intern</title>
      <link>/blog/experience-with-airflow-as-an-outreachy-intern/</link>
      <pubDate>Sun, 30 Aug 2020 00:00:00 +0000</pubDate>
      <guid>/blog/experience-with-airflow-as-an-outreachy-intern/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://www.outreachy.org/&#34;&gt;Outreachy&lt;/a&gt; is a program which organises three months paid internships with FOSS&#xA;projects for people who are typically underrepresented in those projects.&lt;/p&gt;&#xA;&lt;h3 id=&#34;contribution-period&#34;&gt;Contribution Period&lt;/h3&gt;&#xA;&lt;p&gt;The first thing I had to do was choose a project under an organisation. After going through all the projects&#xA;I chose “Extending the REST API of Apache Airflow”, because I had a good idea of what  REST API(s) are, so I&#xA;thought it would be easier to get started with the contributions. The next step was to set up Airflow’s dev&#xA;environment which thanks to &lt;a href=&#34;https://github.com/apache/airflow/blob/master/BREEZE.rst&#34;&gt;Breeze&lt;/a&gt;, was a breeze.&#xA;Since I had never contributed to FOSS before so this part was overwhelming but there were plenty of issues&#xA;labelled “good first issues” with detailed descriptions and some even had code snippets so luckily that nudged&#xA;me in the right direction. These things about Airflow and the positive vibes from the community were the reasons&#xA;why I chose to stick with Airflow as my Outreachy project.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Apache Airflow For Newcomers</title>
      <link>/blog/apache-airflow-for-newcomers/</link>
      <pubDate>Mon, 17 Aug 2020 00:00:00 +0000</pubDate>
      <guid>/blog/apache-airflow-for-newcomers/</guid>
      <description>&lt;p&gt;Apache Airflow is a platform to programmatically author, schedule, and monitor workflows.&#xA;A workflow is a sequence of tasks that processes a set of data. You can think of workflow as the&#xA;path that describes how tasks go from being undone to done. Scheduling, on the other hand, is the&#xA;process of planning, controlling, and optimizing when a particular task should be done.&lt;/p&gt;&#xA;&lt;h3 id=&#34;authoring-workflow-in-apache-airflow&#34;&gt;Authoring Workflow in Apache Airflow.&lt;/h3&gt;&#xA;&lt;p&gt;Airflow makes it easy to author workflows using python scripts. A &lt;a href=&#34;https://en.wikipedia.org/wiki/Directed_acyclic_graph&#34;&gt;Directed Acyclic Graph&lt;/a&gt;&#xA;(DAG) represents a workflow in Airflow. It is a collection of tasks in a way that shows each task&amp;rsquo;s&#xA;relationships and dependencies. You can have as many DAGs as you want, and Airflow will execute&#xA;them according to the task&amp;rsquo;s relationships and dependencies. If task B depends on the successful&#xA;execution of another task A, it means Airflow will run task A and only run task B after task A.&#xA;This dependency is very easy to express in Airflow. For example, the above scenario is expressed as&lt;/p&gt;</description>
    </item>
    <item>
      <title>Airflow Survey 2019</title>
      <link>/blog/airflow-survey/</link>
      <pubDate>Wed, 11 Dec 2019 00:00:00 +0000</pubDate>
      <guid>/blog/airflow-survey/</guid>
      <description>&lt;h1 id=&#34;apache-airflow-survey-2019&#34;&gt;Apache Airflow Survey 2019&lt;/h1&gt;&#xA;&lt;p&gt;Apache Airflow is &lt;a href=&#34;https://www.astronomer.io/blog/why-airflow/&#34;&gt;growing faster than ever&lt;/a&gt;.&#xA;Thus, receiving and adjusting to our users’ feedback is a must. We created&#xA;&lt;a href=&#34;https://forms.gle/XAzR1pQBZiftvPQM7&#34;&gt;survey&lt;/a&gt; and we got &lt;strong&gt;308&lt;/strong&gt; responses.&#xA;Let’s see who Airflow users are, how they play with it, and what they miss.&lt;/p&gt;&#xA;&lt;h1 id=&#34;overview-of-the-user&#34;&gt;Overview of the user&lt;/h1&gt;&#xA;&lt;p&gt;&lt;strong&gt;What best describes your current occupation?&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;&lt;/th&gt;&#xA;          &lt;th&gt;No.&lt;/th&gt;&#xA;          &lt;th&gt;%&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Data Engineer&lt;/td&gt;&#xA;          &lt;td&gt;194&lt;/td&gt;&#xA;          &lt;td&gt;62.99%&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Developer&lt;/td&gt;&#xA;          &lt;td&gt;34&lt;/td&gt;&#xA;          &lt;td&gt;11.04%&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Architect&lt;/td&gt;&#xA;          &lt;td&gt;23&lt;/td&gt;&#xA;          &lt;td&gt;7.47%&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Data Scientist&lt;/td&gt;&#xA;          &lt;td&gt;19&lt;/td&gt;&#xA;          &lt;td&gt;6.17%&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Data Analyst&lt;/td&gt;&#xA;          &lt;td&gt;13&lt;/td&gt;&#xA;          &lt;td&gt;4.22%&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;DevOps&lt;/td&gt;&#xA;          &lt;td&gt;13&lt;/td&gt;&#xA;          &lt;td&gt;4.22%&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;IT Administrator&lt;/td&gt;&#xA;          &lt;td&gt;2&lt;/td&gt;&#xA;          &lt;td&gt;0.65%&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Machine Learning Engineer&lt;/td&gt;&#xA;          &lt;td&gt;2&lt;/td&gt;&#xA;          &lt;td&gt;0.65%&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Manager&lt;/td&gt;&#xA;          &lt;td&gt;2&lt;/td&gt;&#xA;          &lt;td&gt;0.65%&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Operations&lt;/td&gt;&#xA;          &lt;td&gt;2&lt;/td&gt;&#xA;          &lt;td&gt;0.65%&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Chief Data Officer&lt;/td&gt;&#xA;          &lt;td&gt;1&lt;/td&gt;&#xA;          &lt;td&gt;0.32%&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Engineering Manager&lt;/td&gt;&#xA;          &lt;td&gt;1&lt;/td&gt;&#xA;          &lt;td&gt;0.32%&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Intern&lt;/td&gt;&#xA;          &lt;td&gt;1&lt;/td&gt;&#xA;          &lt;td&gt;0.32%&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Product owner&lt;/td&gt;&#xA;          &lt;td&gt;1&lt;/td&gt;&#xA;          &lt;td&gt;0.32%&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Quant&lt;/td&gt;&#xA;          &lt;td&gt;1&lt;/td&gt;&#xA;          &lt;td&gt;0.32%&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;p&gt;&lt;strong&gt;In your day to day job, what do you use Airflow for?&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>New Airflow website</title>
      <link>/blog/announcing-new-website/</link>
      <pubDate>Wed, 11 Dec 2019 00:00:00 +0000</pubDate>
      <guid>/blog/announcing-new-website/</guid>
      <description>&lt;p&gt;The brand &lt;a href=&#34;https://airflow.apache.org/&#34;&gt;new Airflow website&lt;/a&gt; has arrived! Those who have been following the process know that the journey to update &lt;a href=&#34;https://airflow.readthedocs.io/en/1.10.6/&#34;&gt;the old Airflow website&lt;/a&gt; started at the beginning of the year.&#xA;Thanks to sponsorship from the Cloud Composer team at Google that allowed us to&#xA;collaborate with &lt;code&gt;Polidea&lt;/code&gt; and with their design studio &lt;code&gt;Utilo&lt;/code&gt;, and deliver an awesome website.&lt;/p&gt;&#xA;&lt;p&gt;Documentation of open source projects is key to engaging new contributors in the maintenance,&#xA;development, and adoption of software. We want the Apache Airflow community to have&#xA;the best possible experience to contribute and use the project. We also took this opportunity to make the project&#xA;more accessible, and in doing so, increase its reach.&lt;/p&gt;</description>
    </item>
    <item>
      <title>ApacheCon Europe 2019 — Thoughts and Insights by Airflow Committers</title>
      <link>/blog/apache-con-europe-2019-thoughts-and-insights-by-airflow-committers/</link>
      <pubDate>Fri, 22 Nov 2019 00:00:00 +0000</pubDate>
      <guid>/blog/apache-con-europe-2019-thoughts-and-insights-by-airflow-committers/</guid>
      <description>&lt;p&gt;Is it possible to create an organization that delivers tens of projects used by millions, nearly no one is paid for doing their job, and still, it has been fruitfully carrying on for more than 20 years? Apache Software Foundation proves it is possible. For the last two decades, ASF has been crafting a model called the Apache Way—a way of organizing and leading tech open source projects. Due to this approach, which is strongly based on the “community over code” motto, we can enjoy such awesome projects like Apache Spark, Flink, Beam, or Airflow (and many more).&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
