[
https://issues.apache.org/jira/browse/AIRFLOW-6683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17029305#comment-17029305
]
ASF subversion and git services commented on AIRFLOW-6683:
----------------------------------------------------------
Commit f9648013c7a633c49d2b17c640a093ae51eadd8c in airflow's branch
refs/heads/v1-10-stable from Anita Fronczak
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=f964801 ]
[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)