[
https://issues.apache.org/jira/browse/AIRFLOW-6683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Work on AIRFLOW-6683 started by Anita Fronczak.
-----------------------------------------------
> Make API respect serialized DAG feature
> ---------------------------------------
>
> Key: AIRFLOW-6683
> URL: https://issues.apache.org/jira/browse/AIRFLOW-6683
> Project: Apache Airflow
> Issue Type: Bug
> Components: api, serialization
> Affects Versions: 1.10.7
> Reporter: Anita Fronczak
> Assignee: Anita Fronczak
> Priority: Major
>
> Currently, when running a DAG using HTTP request STORE_ERIALIZED_DAG setting
> is not respected.
> Example call:
> curl -X POST \ [http://localhost:8080/api/experimental/dags/DAG77/dag_runs] \
> -H 'Cache-Control: no-cache' \ -H 'Content-Type: application/json' \ -d
> '\{"conf":"{\"key\":\"value\"}"}'
> Here is a PR that fixes it: [https://github.com/apache/airflow/pull/7296]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)