boundary-layer icon indicating copy to clipboard operation
boundary-layer copied to clipboard

Builds Airflow DAGs from configuration files. Powers all DAGs on the Etsy Data Platform

Results 31 boundary-layer issues
Sort by recently updated
recently updated
newest added

## Description > Please include a brief summary of the changes. ## Context / Why are we making this change? > Please include details on why this change is necessary,...

First off, thank you so much for making this tool available! I am very happy using this library at my work. For historical reasons, I version-control my generated DAGs and...

Migration to marshmallow 3, specifically 3.6.1 Also removed python27 env from tox. I am able to run all test successfully except below two test related to Oozie workflow. As I...

https://github.com/apache/airflow/blob/main/airflow/providers/google/cloud/operators/dataflow.py#L701

Closes #79 One of our operators has an optional field that requires bytes. If that field is populated, it will error out when it gets formatted. This should fix that.

Hi team, I want to use xcom values in downstream tasks. how to do that?

`do_xcom_push` is the right way to use xcom in Airflow (xcom_push on k8s pod operator doesn't actually work on newer versions).

Add an oracle operator for use with Oracle databases.