You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Edgar Rodriguez (JIRA)" <ji...@apache.org> on 2018/01/11 00:56:00 UTC

[jira] [Updated] (AIRFLOW-1986) Fix inconsistencies in running tasks with subdag operator

     [ https://issues.apache.org/jira/browse/AIRFLOW-1986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Edgar Rodriguez updated AIRFLOW-1986:
-------------------------------------
    Description: 
There are different code paths to running tasks which makes it very difficult to maintain and implement features like impersonation.
SubDags executing tasks via {{SequentialExecutor}} do not support properly impersonation, failing to propagate configuration values, ultimately failing.

This ticket should address in the long term the fix done in AIRFLOW-1985

  was:
There are different code paths to running tasks which makes it very difficult to maintain and implement features like impersonation.
SubDags executing tasks via SequentialExecutor do not support properly impersonation, failing to propagate configuration values, ultimately failing.

This ticket should address in the long term the fix done in AIRFLOW-1985


> Fix inconsistencies in running tasks with subdag operator
> ---------------------------------------------------------
>
>                 Key: AIRFLOW-1986
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1986
>             Project: Apache Airflow
>          Issue Type: Bug
>            Reporter: Edgar Rodriguez
>
> There are different code paths to running tasks which makes it very difficult to maintain and implement features like impersonation.
> SubDags executing tasks via {{SequentialExecutor}} do not support properly impersonation, failing to propagate configuration values, ultimately failing.
> This ticket should address in the long term the fix done in AIRFLOW-1985



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)