Граф коммитов

17 Коммитов

Автор SHA1 Сообщение Дата
Kaxil Naik 69225d7f9d
Add 'apache.beam' to docs/installation.rst (#10244)
Also replace `'apache_beam'` to `apache.beam` for extras
2020-08-08 18:34:18 +02:00
Jarek Potiuk de9eaeb434
Constraint files are now maintained automatically (#9889)
* Constraint files are now maintained automatically

* No need to generate requirements when setup.py changes
* requirements are kept in separate orphan branches not in main repo
* merges to master verify if latest requirements are working and
  push tested requirements to orphaned branches
* we keep history of requirement changes and can label them
  individually for each version (by constraint-1.10.n tag name)
* consistently changed all references to be 'constraints' not
  'requirements'
2020-07-20 14:36:03 +02:00
yongheng.liu a2c5389a60
Add kylin operator (#9149)
Co-authored-by: yongheng.liu <yongheng.liu@kyligence.io>
2020-07-14 18:25:05 +02:00
Jarek Potiuk 92585ca4cb
Added automated release notes generation for backport operators (#8807)
We have now mechanism to keep release notes updated for the
backport operators in an automated way.

It really nicely generates all the necessary information:

* summary of requirements for each backport package
* list of dependencies (including extras to install them) when package
  depends on other providers packages
* table of new hooks/operators/sensors/protocols/secrets
* table of moved hooks/operators/sensors/protocols/secrets with
  information where they were moved from
* changelog of all the changes to the provider package (this will be
  automatically updated with incremental changelog whenever we decide to
  release separate packages.

The system is fully automated - we will be able to produce release notes
automatically (per-package) whenever we decide to release new version of
the package in the future.
2020-05-15 19:00:15 +02:00
Jarek Potiuk 1fb9f0722a
Synchronize extras between airflow and providers (#8819) 2020-05-11 19:25:15 +02:00
S S Rohit eee4ebaeeb
Added Facebook Ads Operator #7887 (#8008) 2020-04-14 15:08:35 +02:00
Pieter Mulder 69dc91b4ef
[AIRFLOW-6982] add native python exasol support (#7621)
* [AIRFLOW-6982] add native python exasol support

This adds exasol DB support, including a hook, connection type &
operator. The [pyexasol](https://github.com/badoo/pyexasol) library is
used to interact with the database.

* Add exasol to EXTRAS documentation

* Add exasol requirements to requirements files

* Add exasol to backport packages setup

Co-authored-by: Jan Omar <jan.omar@wooga.net>
2020-04-02 11:53:20 -07:00
Jarek Potiuk 07fd0d71c8
Add Production Docker image support (#7832) 2020-04-02 18:52:11 +01:00
Kaxil Naik 3f264274d6
Allow hvac pakage installation using 'hashicorp' extra (#7915) 2020-03-27 23:03:57 +00:00
Jarek Potiuk 3fb5f1568c
Requirements now depend on python version (#7841) 2020-03-27 15:27:53 +01:00
Jarek Potiuk 8c5638832f
[AIRFLOW-7067] Pinned version of Apache Airflow (#7730) 2020-03-22 13:34:48 +01:00
bolkedebruin 69adaee25c [AIRFLOW-3692] Remove ENV variables to avoid GPL (#4506) 2019-01-13 12:34:00 +00:00
Tao Feng 67572025cc [AIRFLOW-3612] Remove incubation/incubator mention (#4419) 2019-01-05 14:05:25 +00:00
PointyShinyBurning d7d323e3e6 [AIRFLOW-XXX] Replaces incorrect env var name in INSTALL (#3788)
INSTALL mis-named AIRFLOW_GPL_UNIDECODE environment variable.
2018-08-23 13:05:36 +01:00
bolkedebruin c37fc0b6ba
[AIRFLOW-2817] Force explicit choice on GPL dependency (#3660)
By default one of Apache Airflow's dependencies pulls in a GPL
library. Airflow should not install (and upgrade) without an explicit choice.

This is part of the Apache requirements as we cannot depend on Category X
software.
2018-08-01 11:25:31 +02:00
Bolke de Bruin 2fa1ae9896 [AIRFLOW-1430] Include INSTALL instructions to avoid GPL 2018-03-27 16:15:21 +02:00
Maxime Beauchemin da76ac72e8 [AIRFLOW-1476] add INSTALL instruction for source releases
Closes #2492 from mistercrunch/install
2017-09-11 15:23:29 +02:00