You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/08/29 11:49:39 UTC

[GitHub] [airflow] bhirsz commented on a diff in pull request #26036: Migrate Cloud Storage Transfer Service system tests to AIP-47

bhirsz commented on code in PR #26036:
URL: https://github.com/apache/airflow/pull/26036#discussion_r957224022


##########
tests/system/providers/google/cloud/cloud_sql/example_cloud_sql.py:
##########
@@ -141,7 +141,7 @@
 
 with models.DAG(
     DAG_ID,
-    schedule=None,
+    schedule="@once",

Review Comment:
   Not related to this PR but it's a very minor fix to other system tests that wasn't worth separate PR - "None" schedule made this tests to always pass



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

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org