Apache Airflow (Incubating)
Перейти к файлу
Jarek Potiuk 7ee7d7cf3f
Move perf_kit to tests.utils (#10470)
Perf_kit was a separate folder and it was a problem when we tried to
build it from Docker-embedded sources, because there was a hidden,
implicit dependency between tests (conftest) and perf.

Perf_kit is now moved to tests to be avaiilable in the CI image
also when we run tests without the sources mounted.
This is changing back in #10441 and we need to move perf_kit
for it to work.
2020-08-22 21:53:07 +02:00
.github Optimise production image building during k8s tests on CI (#10476) 2020-08-22 21:35:55 +02:00
airflow Fix broken Markdown refernces in Providers README (#10483) 2020-08-22 20:44:02 +01:00
backport_packages Fix broken Markdown refernces in Providers README (#10483) 2020-08-22 20:44:02 +01:00
chart Add ingress to the helm chart (#10064) 2020-08-15 18:41:21 +01:00
clients point go client mod path to new repo (#9922) 2020-07-22 09:56:55 +02:00
dags [AIRFLOW-6817] remove imports from `airflow/__init__.py`, replaced implicit imports with explicit imports, added entry to `UPDATING.MD` - squashed/rebased (#7456) 2020-02-22 08:21:19 +01:00
dev Replace file.io with artifacts (#10137) 2020-08-04 01:26:59 +02:00
docs Fix typo in timed_out (#10459) 2020-08-22 11:01:27 +02:00
empty Prepare release candidate for backport packages (#8891) 2020-05-17 20:38:46 +02:00
hooks Group CI scripts in subdirectories (#9653) 2020-07-16 18:05:35 +02:00
images Links Breeze documentation to new Breeze video (#9768) 2020-07-11 21:21:19 +02:00
kubernetes_tests Fix broken Kubernetes PodRuntimeInfoEnv (#10478) 2020-08-22 17:52:41 +01:00
license-templates
licenses [AIRFLOW-5277] Gantt chart respects per-user the Timezone UI setting (#8096) 2020-04-03 17:54:45 +01:00
manifests [AIRFLOW-7013] Automated check if Breeze image needs to be pulled (#7656) 2020-03-12 09:48:24 +01:00
metastore_browser Add PyDocstyle Precommit Hook (#9456) 2020-06-21 09:34:41 +01:00
requirements Update celery and kombu versions (#9496) 2020-08-04 13:04:24 +02:00
scripts Move perf_kit to tests.utils (#10470) 2020-08-22 21:53:07 +02:00
tests Move perf_kit to tests.utils (#10470) 2020-08-22 21:53:07 +02:00
.asf.yaml Disable wiki. (#10173) 2020-08-05 18:31:05 +02:00
.bash_completion [AIRFLOW-3611] Simplified development environment (#4932) 2019-08-27 14:39:36 -04:00
.coveragerc Bring back code coverage (#10143) 2020-08-05 09:44:24 +02:00
.dockerignore Do not override in_container scripts when building the image (#10442) 2020-08-21 17:21:57 +02:00
.editorconfig [AIRFLOW-6714] Remove magic comments about UTF-8 (#7338) 2020-02-02 22:18:19 +01:00
.flake8 Remove vendored nvd3 and slugify libraries (#9136) 2020-06-04 15:45:29 +01:00
.gitignore Add 'helm-chart' label for PRs touching Airflow Helm Chart (#9359) 2020-06-18 00:32:48 +01:00
.hadolint.yaml [AIRFLOW-5180] Added static checks (yamllint) + auto-licences for yaml file (#5790) 2019-08-22 10:13:56 -04:00
.mailmap Add more .mailmap entries (#9489) 2020-06-23 16:40:43 +01:00
.pre-commit-config.yaml CI Images are now pre-build and stored in registry (#10368) 2020-08-20 09:57:07 +02:00
.rat-excludes Fixes rat-check pre-commit in case Airflow is added as subrepo (#10347) 2020-08-15 20:32:04 +02:00
.readthedocs.yml [AIRFLOW-5180] Added static checks (yamllint) + auto-licences for yaml file (#5790) 2019-08-22 10:13:56 -04:00
BREEZE.rst Mount gcloud kubeconifg to breeze (#10439) 2020-08-21 21:22:32 +02:00
CHANGELOG.txt Fix typo in "wait_for_done" (#10458) 2020-08-22 10:08:38 +02:00
CI.rst Status of quarantined tests is stored in Github Issue (#10119) 2020-08-03 20:01:00 +02:00
CODE_OF_CONDUCT.md Add Apache Airflow CODE_OF_CONDUCT.md (#9715) 2020-08-05 16:02:04 +02:00
CONTRIBUTING.rst You can disable spellcheck or documentation when building docs. (#10377) 2020-08-18 19:40:18 +02:00
Dockerfile Do not override in_container scripts when building the image (#10442) 2020-08-21 17:21:57 +02:00
Dockerfile.ci Do not override in_container scripts when building the image (#10442) 2020-08-21 17:21:57 +02:00
IMAGES.rst Do not override in_container scripts when building the image (#10442) 2020-08-21 17:21:57 +02:00
INSTALL Add 'apache.beam' to docs/installation.rst (#10244) 2020-08-08 18:34:18 +02:00
LICENSE Remove vendored nvd3 and slugify libraries (#9136) 2020-06-04 15:45:29 +01:00
LOCAL_VIRTUALENV.rst Constraint files are now maintained automatically (#9889) 2020-07-20 14:36:03 +02:00
MANIFEST.in Remove vendored nvd3 and slugify libraries (#9136) 2020-06-04 15:45:29 +01:00
NOTICE Housekeeping of auth backend & Update Security doc (#8071) 2020-04-03 18:20:39 +02:00
README.md Add redbubble link to Airflow merch (#10359) 2020-08-17 21:12:26 +02:00
STATIC_CODE_CHECKS.rst Do not override in_container scripts when building the image (#10442) 2020-08-21 17:21:57 +02:00
TESTING.rst Fix port number in webserver for kind setup (#10452) 2020-08-21 20:29:09 +02:00
UPDATING.md Change provider configuration keys for OAuth (#9759) 2020-08-21 18:44:19 +02:00
breeze Optimise production image building during k8s tests on CI (#10476) 2020-08-22 21:35:55 +02:00
breeze-complete CI Images are now pre-build and stored in registry (#10368) 2020-08-20 09:57:07 +02:00
codecov.yml Improves stability of reported coverage and makes it nicer (#10208) 2020-08-07 12:47:15 +02:00
confirm fixed typo in confirm script (#8419) 2020-04-17 17:14:28 +02:00
pylintrc Pylint checks should be way faster now (#10207) 2020-08-07 11:07:15 +02:00
pytest.ini [AIRFLOW-6460] - Reverting "Reduce timeout in pytest (#7051)" (#7062) 2020-01-05 13:33:35 +01:00
setup.cfg More strict rules in mypy (#9705) (#9906) 2020-07-22 13:56:02 +02:00
setup.py Unpin pytest (#10314) 2020-08-13 16:42:24 +02:00
yamllint-config.yml [AIRFLOW-5180] Added static checks (yamllint) + auto-licences for yaml file (#5790) 2019-08-22 10:13:56 -04:00

README.md

Apache Airflow

PyPI version GitHub Build Coverage Status Documentation Status License PyPI - Python Version Docker Pulls Docker Stars

Twitter Follow Slack Status

Apache Airflow (or simply Airflow) is a platform to programmatically author, schedule, and monitor workflows.

When workflows are defined as code, they become more maintainable, versionable, testable, and collaborative.

Use Airflow to author workflows as directed acyclic graphs (DAGs) of tasks. The Airflow scheduler executes your tasks on an array of workers while following the specified dependencies. Rich command line utilities make performing complex surgeries on DAGs a snap. The rich user interface makes it easy to visualize pipelines running in production, monitor progress, and troubleshoot issues when needed.

Table of contents

Requirements

Apache Airflow is tested with:

Master version (2.0.0dev)

  • Python versions: 3.6, 3.7, 3.8
  • Postgres DB: 9.6, 10
  • MySQL DB: 5.7
  • Sqlite - latest stable (it is used mainly for development purpose)
  • Kubernetes - 1.16.2, 1.17.0

Stable version (1.10.11)

  • Python versions: 2.7, 3.5, 3.6, 3.7, 3.8
  • Postgres DB: 9.6, 10
  • MySQL DB: 5.6, 5.7
  • Sqlite - latest stable (it is used mainly for development purpose)
  • Kubernetes - 1.16.2, 1.17.0

Additional notes on Python version requirements

  • Stable version requires at least Python 3.5.3 when using Python 3

Getting started

Please visit the Airflow Platform documentation (latest stable release) for help with installing Airflow, getting a quick start, or a more complete tutorial.

Documentation of GitHub master (latest development branch): ReadTheDocs Documentation

For further information, please visit the Airflow Wiki.

Official container (Docker) images for Apache Airflow are described in IMAGES.rst.

Installing from PyPI

Airflow is published as apache-airflow package in PyPI. Installing it however might be sometimes tricky because Airflow is a bit of both a library and application. Libraries usually keep their dependencies open and applications usually pin them, but we should do neither and both at the same time. We decided to keep our dependencies as open as possible (in setup.py) so users can install different versions of libraries if needed. This means that from time to time plain pip install apache-airflow will not work or will produce unusable Airflow installation.

In order to have repeatable installation, however, introduced in Airflow 1.10.10 and updated in Airflow 1.10.12 we also keep a set of "known-to-be-working" constraint files in the orphan constraints-master and constraints-1-10 branches. We keep those "known-to-be-working" constraints files separately per major/minor python version. You can use them as constraint files when installing Airflow from PyPI. Note that you have to specify correct Airflow tag/version/branch and python versions in the URL.

  1. Installing just airflow:
pip install apache-airflow==1.10.12 \
 --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-1.10.12/constraints-3.7.txt"
  1. Installing with extras (for example postgres,google)
pip install apache-airflow[postgres,google]==1.10.11 \
 --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-1.10.12/constraints-3.7.txt"

Official Docker images

In order to use Airflow in Docker Compose or Kubernetes, you might need to use or build production images of Apache Airflow. The community provides two types of support for the production images:

  • We provide pre-build released version of production image in PyPI build from released sources of Apache Airflow - shortly after release. Those images are available in the DockerHub. You can pull those images via docker pull apache/airflow:<VERSION>-pythonX.Y - version is the version number (for example 1.10.11). Additionally docker pull apache/airflow will pull latest stable version of the image with default python version (currently 3.6)

  • In master branch of Airflow and in v1-10-stable branch we provide Dockerfiles and accompanying files that allow to build your own customized version of the Airflow Production image. The instructions on how to build your own image with additional dependencies (if needed) are provided in the IMAGES.rst if you want to build it using docker build command or in BREEZE.rst to use Breeze tool which easier interface, auto-complete, and accompanying screencast video. Note, that while it is possible to use master branch to build images for released Airflow versions, it might at times get broken so you should rather rely on building your own images from the v1-10-stable branch.

Beyond the Horizon

Airflow is not a data streaming solution. Tasks do not move data from one to the other (though tasks can exchange metadata!). Airflow is not in the Spark Streaming or Storm space, it is more comparable to Oozie or Azkaban.

Workflows are expected to be mostly static or slowly changing. You can think of the structure of the tasks in your workflow as slightly more dynamic than a database structure would be. Airflow workflows are expected to look similar from a run to the next, this allows for clarity around unit of work and continuity.

Principles

  • Dynamic: Airflow pipelines are configuration as code (Python), allowing for dynamic pipeline generation. This allows for writing code that instantiates pipelines dynamically.
  • Extensible: Easily define your own operators, executors and extend the library so that it fits the level of abstraction that suits your environment.
  • Elegant: Airflow pipelines are lean and explicit. Parameterizing your scripts is built into the core of Airflow using the powerful Jinja templating engine.
  • Scalable: Airflow has a modular architecture and uses a message queue to orchestrate an arbitrary number of workers.

User Interface

  • DAGs: Overview of all DAGs in your environment.

  • Tree View: Tree representation of a DAG that spans across time.

  • Graph View: Visualization of a DAG's dependencies and their current status for a specific run.

  • Task Duration: Total time spent on different tasks over time.

  • Gantt View: Duration and overlap of a DAG.

  • Code View: Quick way to view source code of a DAG.

Backport packages

Context: Airflow 2.0 operators, hooks, and secrets

Currently, stable Apache Airflow versions are from the 1.10.* series. We are working on the future, major version of Airflow from the 2.0.* series. It is going to be released in 2020. However, the exact time of release depends on many factors and is not yet confirmed.

We have already a lot of changes in the operators, transfers, hooks, sensors, secrets for many external systems, but they are not used nor tested widely because they are part of the master/2.0 release.

In the Airflow 2.0 - following AIP-21 "change in import paths" all the non-core interfaces to external systems of Apache Airflow have been moved to the "airflow.providers" package.

Thanks to that and automated backport effort we took, the operators from Airflow 2.0 can be used in Airflow 1.10 as separately installable packages, with the constraint that those packages can only be used in python3.6+ environment.

Installing Airflow 2.0 operators in Airflow 1.10

We released backport packages that can be installed for older Airflow versions. Those backport packages are going to be released more frequently that main Airflow 1.10.* releases.

You will not have to upgrade your Airflow version to use those packages. You can find those packages in the PyPI and install them separately for each provider.

Those packages are available now and can be used in the latest Airflow 1.10.* version. Most of those packages are also installable and usable in most Airflow 1.10.* releases but there is no extensive testing done beyond the latest released version, so you might expect more problems in earlier Airflow versions.

An easier migration path to 2.0

With backported providers package users can migrate their DAGs to the new providers package incrementally and once they convert to the new operators/sensors/hooks they can seamlessly migrate their environments to Airflow 2.0. The nice thing about providers backport packages is that you can use both old and new classes at the same time - even in the same DAG. So your migration can be gradual and smooth. Note that in Airflow 2.0 old classes raise deprecation warning and redirect to the new classes wherever it is possible. In some rare cases the new operators will not be fully backwards compatible - you will find information about those cases in UPDATING.md where we explained all such cases. Switching early to the Airflow 2.0 operators while still running Airflow 1.10 will make your migration much easier.

More information about the status and releases of the back-ported packages are available at Backported providers package page

Installing backport packages

Note that the backport packages might require extra dependencies. Pip installs the required dependencies automatically when it installs the backport package, but there are sometimes cross-dependencies between the backport packages. For example google package has cross-dependency with amazon package to allow transfers between those two cloud providers. You might need to install those packages in case you use cross-dependent packages. The easiest way to install them is to use "extras" when installing the package, for example the below will install both google and amazon backport packages:

pip install apache-airflow-backport-providers-google[amazon]

This is all documented in the PyPI description of the packages as well as in the README.md file available for each provider package. For example for google package you can find the readme in README.md. You will also find there the summary of both - new classes and moved classes as well as requirement information.

Troubleshooting installing backport packages

Backport providers only work when they are installed in the same namespace as the 'apache-airflow' 1.10 package. This is majority of cases when you simply run pip install - it installs all packages in the same folder (usually in /usr/local/lib/pythonX.Y/site-packages). But when you install the apache-airflow and apache-airflow-backport-package-* using different methods (for example using pip install -e . or pip install --user they might be installed in different namespaces. If that's the case, the provider packages will not be importable (the error in such case is ModuleNotFoundError: No module named 'airflow.providers').

If you experience the problem, you can easily fix it by creating symbolic link in your installed "airflow" folder to the "providers" folder where you installed your backport packages. If you installed it with -e, this link should be created in your airflow sources, if you installed it with the --user flag it should be from the ~/.local/lib/pythonX.Y/site-packages/airflow/ folder,

Contributing

Want to help build Apache Airflow? Check out our contributing documentation.

Who uses Apache Airflow?

As the Apache Airflow community grows, we'd like to keep track of who is using the platform. Please send a PR with your company name and @githubhandle if you may.

Currently officially using Airflow:

  1. 4G Capital [@posei]
  2. 6play [@lemourA, @achaussende, @d-nguyen, @julien-gm]
  3. 8fit [@nicor88, @frnzska]
  4. 90 Seconds [@aaronmak]
  5. 99 [@fbenevides, @gustavoamigo & @mmmaia]
  6. AdBOOST [AdBOOST]
  7. Adobe [@mishikaSingh, @ramandumcs, @vardancse]
  8. Agari [@r39132]
  9. Agoda [@akki]
  10. Airbnb [@mistercrunch, @artwr]
  11. AirDNA
  12. Airfinity [@sibowyer]
  13. Airtel [@harishbisht]
  14. Akamas [@GiovanniPaoloGibilisco, @lucacavazzana]
  15. Alan [@charles-go]
  16. allegro.pl [@kretes]
  17. AloPeyk [@blcksrx, @AloPeyk]
  18. AltX [@pedromduarte]
  19. AMPATH[@AMPATH, @fatmali]
  20. Apigee [@btallman]
  21. ARGO Labs [@California Data Collaborative]
  22. ARMEDANGELS [@swiffer]
  23. Arquivei [@arquivei]
  24. Arrive
  25. Asana [@chang, @dima-asana, @jdavidheiser, @ricardoandresrojas]
  26. Astronomer [@schnie, @ashb, @kaxil, @dimberman, @andriisoldatenko, @ryw, @andrewhharmon]
  27. Auth0 [@sicarul]
  28. Automattic [@anandnalya, @bperson, @khrol, @xyu]
  29. Away [@trunsky]
  30. Azri Solutions [@userimack]
  31. Bagelcode
  32. BalanceHero [@swalloow]
  33. Banco de Formaturas [@guiligan]
  34. BandwidthX [@dineshdsharma]
  35. Basetis
  36. BBM
  37. Beamly [@christopheralcock]
  38. Beeswax
  39. Bellhops
  40. BelugaDB [@fabio-nukui & @joao-sallaberry & @lucianoviola & @tmatuki]
  41. Betterment [@betterment]
  42. Bexs Bank [@felipefb & @ilarsen]
  43. BigQuant [@bigquant]
  44. Birdz by Veolia [@benjamingrenier]
  45. BlaBlaCar [@puckel & @wmorin]
  46. Blacklane [@serkef]
  47. Bloc [@dpaola2]
  48. Bloomberg [@dimberman]
  49. Blue Yonder [@blue-yonder]
  50. BlueApron [@jasonjho & @matthewdavidhauser]
  51. Bluecore [@JLDLaughlin]
  52. Bluekiri [@Bluekiri]
  53. Boda Telecom Suite - CE [@erssebaggala, @bodastage]
  54. Bodastage Solutions [@erssebaggala, @bodastage]
  55. Bombora Inc [@jeffkpayne, @pakelley, @dNavalta, @austynh, @TheOriginalAlex]
  56. Bonial International GmbH
  57. Bonnier Broadcasting [@wileeam]
  58. BounceX [@JoshFerge, @hudsonrio, @ronniekritou]
  59. Braintree [@coopergillan, @curiousjazz77, @raymondberg]
  60. Branch [@sdebarshi, @dmitrig01]
  61. Caesars Entertainment
  62. California Data Collaborative powered by ARGO Labs
  63. Capital One [@anoopengineer]
  64. Carbonite [@ajbosco]
  65. CarLabs [@sganz & @odannyc]
  66. CAVA [@minh5 & @patchus]
  67. Celect [@superdosh & @chadcelect]
  68. Censys [@zakird, @dadrian, & @andrewsardone]
  69. Change.org [@change, @vijaykramesh]
  70. Chartboost [@cgelman & @dclubb]
  71. Checkr [@tongboh]
  72. Children's Hospital of Philadelphia Division of Genomic Diagnostics [@genomics-geek]
  73. Cinimex DataLab [@kdubovikov]
  74. City of San Diego [@MrMaksimize, @andrell81 & @arnaudvedy]
  75. City of Toronto [@CityofToronto, @radumas]
  76. ciValue [@chencivalue, @YoavGaudin, @saleem-boshnak]
  77. Civey [@WesleyBatista]
  78. Clairvoyant [@shekharv]
  79. Classmethod, Inc. [@shoito]
  80. Cleartax [@anks & @codebuff]
  81. Clover Health [@gwax & @vansivallab]
  82. Colgate-Palmolive [@fhoda]
  83. Collectivehealth Inc. [@retornam]
  84. Compass [@wdhorton]
  85. ConnectWise [@jacobeturpin]
  86. ContaAzul [@bern4rdelli, @renanleme & @sabino]
  87. Cotap [@maraca & @richardchew]
  88. Craig@Work
  89. Crealytics
  90. Credit Karma [@preete-dixit-ck & @harish-gaggar-ck & @greg-finley-ck]
  91. Creditas [@dcassiano]
  92. CreditCards.com[@vmAggies & @jay-wallaby]
  93. Cryptalizer.com
  94. Custom Ink [@david-dalisay, @dmartin11 & @mpeteuil]
  95. Cyscale [@ocical]
  96. Dailymotion [@germaintanguy & @hc]
  97. Danamica [@testvinder]
  98. Data Reply [@kaxil]
  99. DataCamp [@dgrtwo]
  100. DataFox [@sudowork]
  101. Dentsu Inc. [@bryan831 & @loozhengyuan]
  102. Deseret Digital Media [@formigone
  103. Digital First Media [@duffn & @mschmo & @seanmuth]
  104. DigitalOcean [@ajbosco]
  105. Digitas Pixelpark [@feluelle]
  106. DoorDash
  107. Dotmodus [@dannylee12]
  108. Drivy [@AntoineAugusti]
  109. Dynata [@neil3handari]
  110. Easy Taxi [@caique-lima & @diraol]
  111. EBANX [@estevammr & @nathangngencissk & @raafaadg & @whrocha]
  112. EllisDon [@d2kalra & @zbasama]
  113. Endesa [@drexpp]
  114. Enigma [@hydrosquall]
  115. Datamaran [@valexharo]
  116. Etsy [@mchalek]
  117. evo.company [@orhideous]
  118. Experity (formerly DocuTAP) [@cloneluke & @tobyjoliver]
  119. Fathom Health
  120. Firestone Inventing [@zihengCat]
  121. Flipp [@sethwilsonwishabi]
  122. Format [@format & @jasonicarter]
  123. FreeNow [@freenowtech]
  124. FreshBooks [@DinoCow]
  125. Freshworks [@shaikshakeel]
  126. FullContact
  127. Fuller, Inc. [@wutali & @sh-tech]
  128. Fundera [@andyxhadji]
  129. G Adventures [@chchtv11, @tgumbley, @tomwross]
  130. GameWisp [@tjbiii & @theryanwalls]
  131. Geekie [@wolney]
  132. GeneCards [@oferze]
  133. Gentner Lab [@neuromusic]
  134. Get Simpl [@rootcss]
  135. GitLab [@tayloramurphy & @m_walker]
  136. Glassdoor [@syvineckruyk & @sid88in]
  137. Global Fashion Group [@GFG]
  138. GoDataDriven [@BasPH, @danielvdende, @ffinfo, @Fokko, @gglanzani, @hgrif, @jrderuiter, @NielsZeilemaker]
  139. Gojek [@gojek, @rootcss]
  140. GovTech GDS [@chrissng & @datagovsg]
  141. Grab [@calvintran]
  142. Gradeup [@gradeup]
  143. Grand Rounds [@richddr, @timz1290, @wenever, & @runongirlrunon]
  144. Greytip [@greytip]
  145. Groupalia [@jesusfcr]
  146. Groupon [@stevencasey]
  147. Growbots[@exploy]
  148. GrowthSimple
  149. GSN Games
  150. Gusto [@frankhsu]
  151. Handshake [@mhickman]
  152. Handy [@marcintustin / @mtustin-handy]
  153. happn [@pcorbel]
  154. HAVAN [@botbiz]
  155. HBC Digital [@tmccartan & @dmateusp]
  156. HBO[@yiwang]
  157. Healthjump [@miscbits]
  158. HelloFresh [@tammymendt & @davidsbatista & @iuriinedostup]
  159. Hipages [@arihantsurana]
  160. Holimetrix [@thibault-ketterer]
  161. HomeToGo [@HomeToGo, @AurimasGr]
  162. Hootsuite
  163. Hostnfly [@CyrilLeMat & @pierrechopin & @alexisrosuel]
  164. HotelQuickly [@zinuzoid]
  165. Huq Industries [@huqindustries, @alepuccetti, @turbomerl]
  166. Iflix [@ChaturvediSulabh]
  167. IFTTT [@apurvajoshi]
  168. iHeartRadio[@yiwang]
  169. imgix [@dclubb]
  170. ING
  171. Instacart 🥕 [@arp1t & @code-sauce & @jasonlew & @j4p3 & @lubert & @mmontagna & @RyanAD &@zzadeh]
  172. Intercom [@fox & @paulvic]
  173. Interia
  174. Investorise [@svenvarkel]
  175. iS2.co [@iS2co]
  176. Jampp
  177. Jeitto [@BrennerPablo & @ds-mauri]
  178. Jetlore [@bderose]
  179. JobTeaser [@stefani75 & @knil-sama]
  180. JULO [@sepam & @tenapril & @verzqy]
  181. Kalibrr [@charlesverdad]
  182. Kargo [@chaithra-yenikapati, @akarsh3007 & @dineshanchan]
  183. Karmic [@hyw]
  184. King [@nathadfield]
  185. King Abdullah Petroleum Studies and Research Center(KAPSARC) [@saianupkumarp]
  186. Kiwi.com [@underyx]
  187. Kogan.com [@geeknam]
  188. Korbit [@jensenity]
  189. KPN B.V. [@biyanisuraj & @gmic]
  190. Kroton Educacional
  191. Lemann Foundation [@fernandosjp]
  192. LeMans Corporation [@alloydwhitlock] & [@tinyrye]
  193. LendUp [@lendup]
  194. LetsBonus [@jesusfcr & @OpringaoDoTurno]
  195. Liberty Global [@LibertyGlobal]
  196. liligo [@tromika]
  197. LingoChamp [@haitaoyao]
  198. Logitravel Group
  199. Los Angeles Times [@standyro]
  200. LokSuvidha [@saurabhwahile]
  201. Lucid [@jbrownlucid & @kkourtchikov]
  202. Lumos Labs [@rfroetscher & @zzztimbo]
  203. Lyft [@feng-tao, @milton0825, @astahlman, @youngyjd, @ArgentFalcon]
  204. M4U [@msantino]
  205. Madrone [@mbreining & @scotthb]
  206. Markovian [@al-xv, @skogsbaeck, @waltherg]
  207. Mercadoni [@demorenoc]
  208. Mercari [@yu-iskw]
  209. MeuVendoo [@CarlosDutra]
  210. MFG Labs
  211. Ministry of Economy of Brazil [@nitaibezerra, @vitorbellini]
  212. MiNODES [@dice89, @diazcelsa]
  213. Modernizing Medicine[@kehv1n, @dalupus]
  214. Movember
  215. Multiply [@nrhvyc]
  216. National Bank of Canada [@brilhana]
  217. Neoway [@neowaylabs]
  218. Nerdwallet
  219. New Relic [@marcweil]
  220. Newzoo [@newzoo-nexus]
  221. NEXT Trucking [@earthmancash2, @kppullin]
  222. Nextdoor [@SivaPandeti, @zshapiro & @jthomas123]
  223. Nielsen [@roitvt & @itaiy]
  224. Nine [@TheZepto]
  225. OdysseyPrime [@davideberdin]
  226. OfferUp
  227. OneFineStay [@slangwald]
  228. Open Knowledge International @vitorbaptista
  229. Optum - UnitedHealthGroup [@fhoda, @ianstanton, @nilaybhatt,@hiteshrd]
  230. OrangeBank [@HamzaBoukraa]
  231. Outcome Health [@mikethoun, @rolandotribo]
  232. Overstock [@mhousley & @mct0006]
  233. OVH [@ncrocfer & @anthonyolea]
  234. Pagar.me [@pagarme]
  235. Palo Alto Networks [@PaloAltoNetworks]
  236. Pandora Media [@Acehaidrey & @wolfier]
  237. Paraná Banco [@lopesdiego12]
  238. PayFit [@pcorbel]
  239. PAYMILL [@paymill & @matthiashuschle]
  240. PayPal [@r39132 & @jhsenjaliya]
  241. Pecan [@ohadmata]
  242. Pernod-Ricard [@romain-nio]
  243. Plaid [@plaid, @AustinBGibbons & @jeeyoungk]
  244. Playbuzz [@clintonboys & @dbn]
  245. Playsimple Games [@joshi95]
  246. PMC [@andrewm4894]
  247. Polidea [@potiuk, @mschickensoup, @mik-laj, @turbaszek, @michalslowikowski00, @olchas], @debek
  248. Poshmark
  249. Postmates [@syeoryn]
  250. Premise [@jmccallum-premise]
  251. Promofarma [@JavierLopezT]
  252. Pronto Tools [@zkan & @mesodiar]
  253. proton.ai [@prmsolutions]
  254. PubNub [@jzucker2]
  255. PXYData [@patchus]
  256. Qplum [@manti]
  257. Quantopian [@eronarn]
  258. Qubole [@msumit]
  259. QuintoAndar [@quintoandar]
  260. Quizlet [@quizlet]
  261. Quora
  262. Qoala [@gnomeria, @qoala-engineering]
  263. Rakuten
  264. Raízen [@rudlac & @guifneves]
  265. Rapido [@ChethanUK]
  266. REA Group
  267. Reddit [@reddit]
  268. Reverb[@reverbdotcom]
  269. Revolut [@sztanko & @nautilus28]
  270. Robinhood [@vineet-rh]
  271. RushOwl [@songyanho]
  272. Scaleway [@kdeldycke]
  273. Seasoned [@joshuacano] & [@mmyers] & [@tjward]
  274. Secret Escapes [@secretescapes]
  275. Semantics3 [@abishekk92]
  276. Sense360 [@kamilmroczek]
  277. Sentry.io [@tiopi]
  278. ShopBack [@shopback]
  279. Shopkick [@shopkick]
  280. Sidecar [@getsidecar]
  281. SimilarWeb [@similarweb]
  282. Simply Business [@simplybusiness]
  283. Skyscanner [@skyscanner]
  284. SmartNews [@takus]
  285. SnapTravel
  286. SocialCops [@vinayak-mehta & @sharky93]
  287. Société générale [@medmrgh & @s83]
  288. Spotahome [@spotahome]
  289. SpotHero [@benjigoldberg]
  290. Spotify [@znichols]
  291. Square
  292. Stackspace
  293. StoneCo [@lgwacker]
  294. Strava [@strava, @dhuang & @liamstewart]
  295. Stripe [@jbalogh]
  296. Strongmind [@tomchapin & @wongstein]
  297. Surfline [@jawang35]
  298. T2 Systems [@unclaimedpants]
  299. Tails.com [@alanmcruickshank]
  300. TEK [@telac]
  301. Telefonica Innovation Alpha [@Alpha-Health]
  302. Telia Company
  303. Ternary Data [@mhousley, @JoeReis]
  304. Tesla [@thoralf-gutierrez]
  305. The Climate Corporation[@jmelching]
  306. The Home Depot[@apekshithr]
  307. THE ICONIC [@revathijay] [@ilikedata]
  308. Thinking Machines [@marksteve]
  309. Thinknear [@d3cay1, @ccson, & @ababian]
  310. ThoughtWorks [@sann3]
  311. ThredUP [@kosteev]
  312. Thumbtack [@kamalacharya, @dwjoss]
  313. Tictail
  314. Tile [@ranjanmanish]
  315. Tinder [@kbendick]
  316. Tink [@tink-ab]
  317. TokenAnalyst [@simonohanlon101, @ankitchiplunkar, @sidshekhar, @sp6pe]
  318. Tokopedia [@topedmaria]
  319. Trocafone [@idontdomath & @gseva & @ordonezf & @PalmaLeandro]
  320. TruFactor [@gholmes & @angadsingh]
  321. Twine Labs [@ivorpeles]
  322. Twitter [@aoen]
  323. Ubisoft [@Walkoss]
  324. Udacity [@dandikunited, @simon-uc]
  325. United Airlines [@ilopezfr]
  326. Upsight
  327. VeeR VR [@pishilong]
  328. Veikkaus [@hixus]
  329. Vente-Exclusive.com [@alexvanboxel]
  330. Vevo [@csetiawan & @jerrygillespie]
  331. Vidio
  332. Ville de Montréal@VilledeMontreal]
  333. Vnomics [@lpalum]
  334. Walmart Labs [@bharathpalaksha, @vipul007ravi]
  335. Waze [@waze]
  336. WePay [@criccomini & @mtagle]
  337. WeTransfer [@coredipper & @higee & @azclub]
  338. Whistle Labs [@ananya77041]
  339. Wildlifestudios
  340. WiseBanyan
  341. Wooga
  342. WorldRemit [@boittega]
  343. Wrike [@eliseealex & teoretic6]
  344. Xero [@yan9yu & adamantnz]
  345. Xoom
  346. Yahoo!
  347. Yieldr [@ggeorgiadis]
  348. Zapier [@drknexus & @statwonk]
  349. Zego [@ruimffl, @james-welly, @ken-payne]
  350. Zendesk
  351. Zenly [@cerisier & @jbdalido]
  352. Zerodha [@johnnybravo-xyz]
  353. Zymergen
  354. Zynga

Who Maintains Apache Airflow?

Airflow is the work of the community, but the core committers/maintainers are responsible for reviewing and merging PRs as well as steering conversation around new feature requests. If you would like to become a maintainer, please review the Apache Airflow committer requirements.

Can I use the Apache Airflow logo in my presentation?

Yes! Be sure to abide by the Apache Foundation trademark policies and the Apache Airflow Brandbook. The most up to date logos are found in this repo and on the Apache Software Foundation website.

Airflow merchandise

If you would love to have Apache Airflow stickers, t-shirt etc. then check out Redbubble Shop.