You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/02/03 13:59:00 UTC

[jira] [Commented] (AIRFLOW-6683) Make API respect serialized DAG feature

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

ASF GitHub Bot commented on AIRFLOW-6683:
-----------------------------------------

mik-laj commented on pull request #7296: [AIRFLOW-6683] Make REST API respect store_serialized_dag setting
URL: https://github.com/apache/airflow/pull/7296
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> 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)