[ 
https://issues.apache.org/jira/browse/AIRFLOW-6683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17029004#comment-17029004
 ] 

ASF subversion and git services commented on AIRFLOW-6683:
----------------------------------------------------------

Commit 353f924e3e08b7abd26fee433ad44d8fdbc29f4e in airflow's branch 
refs/heads/v1-10-test from Anita Fronczak
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=353f924 ]

[AIRFLOW-6683] REST API respects store_serialized_dag setting (#7296)

Make REST API respect core.store_serialized_dags setting

(cherry picked from commit eb0f6d1b2c317088ee261aa10caa6df783fb8652)


> 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
>             Fix For: 1.10.8
>
>
> 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)

Reply via email to