chenglongyan commented on code in PR #24941:
URL: https://github.com/apache/airflow/pull/24941#discussion_r917416402
##########
tests/system/providers/google/ads/example_ads.py:
##########
@@ -61,28 +68,58 @@
"metrics.all_conversions.value",
"metrics.cost_micros.value",
]
-
# [END howto_google_ads_env_variables]
with models.DAG(
- "example_google_ads",
- schedule_interval=None, # Override to match your needs
+ DAG_ID,
+ schedule_interval='@once',
Review Comment:
This is mentioned in the AIP-47 **Design details**.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]