[GitHub] [airflow] ashb commented on a change in pull request #5701: [AIRFLOW-5088][AIP-24] Add DAG serialization using JSON

2019-08-14 Thread GitBox
ashb commented on a change in pull request #5701: [AIRFLOW-5088][AIP-24] Add DAG serialization using JSON URL: https://github.com/apache/airflow/pull/5701#discussion_r313867143 ## File path: airflow/dag/serialization.py ## @@ -0,0 +1,250 @@ +# -*- coding: utf-8 -*- +# +#

[GitHub] [airflow] ashb commented on a change in pull request #5701: [AIRFLOW-5088][AIP-24] Add DAG serialization using JSON

2019-08-14 Thread GitBox
ashb commented on a change in pull request #5701: [AIRFLOW-5088][AIP-24] Add DAG serialization using JSON URL: https://github.com/apache/airflow/pull/5701#discussion_r313866659 ## File path: airflow/dag/serialization.py ## @@ -0,0 +1,250 @@ +# -*- coding: utf-8 -*- +# +#

[GitHub] [airflow] ashb commented on a change in pull request #5701: [AIRFLOW-5088][AIP-24] Add DAG serialization using JSON

2019-08-12 Thread GitBox
ashb commented on a change in pull request #5701: [AIRFLOW-5088][AIP-24] Add DAG serialization using JSON URL: https://github.com/apache/airflow/pull/5701#discussion_r312822891 ## File path: airflow/dag/serialization/json_schema.py ## @@ -0,0 +1,140 @@ +# -*- coding:

[GitHub] [airflow] ashb commented on a change in pull request #5701: [AIRFLOW-5088][AIP-24] Add DAG serialization using JSON

2019-08-12 Thread GitBox
ashb commented on a change in pull request #5701: [AIRFLOW-5088][AIP-24] Add DAG serialization using JSON URL: https://github.com/apache/airflow/pull/5701#discussion_r312822137 ## File path: airflow/dag/serialization/serialization.py ## @@ -0,0 +1,221 @@ +# -*- coding:

[GitHub] [airflow] ashb commented on a change in pull request #5701: [AIRFLOW-5088][AIP-24] Add DAG serialization using JSON

2019-08-12 Thread GitBox
ashb commented on a change in pull request #5701: [AIRFLOW-5088][AIP-24] Add DAG serialization using JSON URL: https://github.com/apache/airflow/pull/5701#discussion_r312808250 ## File path: airflow/dag/serialization/serialized_baseoperator.py ## @@ -0,0 +1,76 @@ +# -*-

[GitHub] [airflow] ashb commented on a change in pull request #5701: [AIRFLOW-5088][AIP-24] Add DAG serialization using JSON

2019-08-12 Thread GitBox
ashb commented on a change in pull request #5701: [AIRFLOW-5088][AIP-24] Add DAG serialization using JSON URL: https://github.com/apache/airflow/pull/5701#discussion_r312808057 ## File path: airflow/dag/serialization/serialized_baseoperator.py ## @@ -0,0 +1,76 @@ +# -*-

[GitHub] [airflow] ashb commented on a change in pull request #5701: [AIRFLOW-5088][AIP-24] Add DAG serialization using JSON

2019-08-12 Thread GitBox
ashb commented on a change in pull request #5701: [AIRFLOW-5088][AIP-24] Add DAG serialization using JSON URL: https://github.com/apache/airflow/pull/5701#discussion_r312807862 ## File path: airflow/dag/serialization/serialized_baseoperator.py ## @@ -0,0 +1,76 @@ +# -*-

[GitHub] [airflow] ashb commented on a change in pull request #5701: [AIRFLOW-5088][AIP-24] Add DAG serialization using JSON

2019-08-12 Thread GitBox
ashb commented on a change in pull request #5701: [AIRFLOW-5088][AIP-24] Add DAG serialization using JSON URL: https://github.com/apache/airflow/pull/5701#discussion_r312807397 ## File path: airflow/dag/serialization/serialized_baseoperator.py ## @@ -0,0 +1,76 @@ +# -*-