[VOTE] Release Apache Airflow 1.10.12 based on 1.10.12rc2

2020-08-18 Thread Kaxil Naik
Hello Apache Airflow Community, This is a call for the vote to release Apache Airflow version 1.10.12. The release candidate: https://dist.apache.org/repos/dist/dev/airflow/1.10.12rc2/ *apache-airflow-1.10.12rc2-source.tar.gz* is a source release that comes with INSTALL instructions.

Re: [AIP-34] Rewrite SubDagOperator

2020-08-18 Thread Gerard Casas Saez
Is it not possible to solve this at the UI level? Aka tell dagre to only add 1 edge to the group instead of to all nodes in the group? No need to do SubDag behaviour, but just reduce the edges on the graph. Should reduce load time if I understand correctly. I would strongly avoid the Dummy

Generic Transfer Operator

2020-08-18 Thread Kamil Olszewski
Hello all, in Polidea we have come up with an idea for a generic transfer operator that would be able to transport data between two destinations of various types (file, database, storage, etc.) - please find the link with a short doc with POC

Re: [2.0 spring cleaning] Remove remote mode in Airflow CLI and in-core API Client

2020-08-18 Thread Jarek Potiuk
Fine for me. Deprecating might be deferred, I have no problem with that :). On Thu, Aug 13, 2020 at 11:08 PM Kaxil Naik wrote: > I feel deprecating without having a replacement will not aid anything. > > "deprecations" are marked just to give users a warning and I feel we have > enough warnings