[
https://issues.apache.org/jira/browse/AIRFLOW-7023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jarek Potiuk resolved AIRFLOW-7023.
-----------------------------------
Fix Version/s: 1.10.10
Resolution: Fixed
> Remove duplicated package definitions in setup.py
> -------------------------------------------------
>
> Key: AIRFLOW-7023
> URL: https://issues.apache.org/jira/browse/AIRFLOW-7023
> Project: Apache Airflow
> Issue Type: Improvement
> Components: setup
> Affects Versions: 1.10.9
> Reporter: Kengo Seki
> Assignee: Kengo Seki
> Priority: Trivial
> Fix For: 1.10.10
>
>
> For now, the {{devel_all}} subpackage is defined in setup.py:
> {code}
> devel_all = (all_dbs + atlas + aws + azure + celery + cgroups + datadog +
> devel + doc + docker + druid +
> elasticsearch + gcp + grpc + jdbc + jenkins + kerberos +
> kubernetes + ldap + odbc + oracle +
> pagerduty + papermill + password + pinot + redis + salesforce +
> samba + segment + sendgrid +
> sentry + singularity + slack + snowflake + ssh + statsd +
> tableau + virtualenv + webhdfs +
> yandexcloud + zendesk)
> {code}
> But {{druid}} and {{pinot}} are also included in {{all_dbs}}, so they can be
> removed from {{devel_all}}.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)