You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2020/05/23 19:21:42 UTC

[airflow] branch master updated: Fix migration message (#8988)

This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new 971cae3  Fix migration message (#8988)
971cae3 is described below

commit 971cae35200968ecbeea81d39846f2d8309644a0
Author: larluo <la...@clojurians.org>
AuthorDate: Sun May 24 03:21:08 2020 +0800

    Fix migration message (#8988)
---
 airflow/migrations/versions/b3b105409875_add_root_dag_id_to_dag.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/airflow/migrations/versions/b3b105409875_add_root_dag_id_to_dag.py b/airflow/migrations/versions/b3b105409875_add_root_dag_id_to_dag.py
index dc8260a..a193f9f 100644
--- a/airflow/migrations/versions/b3b105409875_add_root_dag_id_to_dag.py
+++ b/airflow/migrations/versions/b3b105409875_add_root_dag_id_to_dag.py
@@ -17,9 +17,11 @@
 # under the License.
 
 """add root_dag_id to DAG
+
 Revision ID: b3b105409875
 Revises: d38e04c12aa2
 Create Date: 2019-09-28 23:20:01.744775
+
 """
 
 import sqlalchemy as sa