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

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


The following commit(s) were added to refs/heads/main by this push:
     new 0d665d0b02e Add a `schedule` parameter to the Asana example dag 
(#58267)
0d665d0b02e is described below

commit 0d665d0b02e9328a182ba708fab9ff86795a0dba
Author: Dev-iL <[email protected]>
AuthorDate: Thu Nov 13 15:32:09 2025 +0200

    Add a `schedule` parameter to the Asana example dag (#58267)
---
 providers/asana/tests/system/asana/example_asana.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/providers/asana/tests/system/asana/example_asana.py 
b/providers/asana/tests/system/asana/example_asana.py
index a7f4943beda..1b52e210189 100644
--- a/providers/asana/tests/system/asana/example_asana.py
+++ b/providers/asana/tests/system/asana/example_asana.py
@@ -48,6 +48,7 @@ DAG_ID = "example_asana"
 
 with DAG(
     DAG_ID,
+    schedule="@once",
     start_date=datetime(2021, 1, 1),
     default_args={"conn_id": CONN_ID},
     tags=["example"],

Reply via email to