This is an automated email from the ASF dual-hosted git repository.
eladkal 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 c3410b30df3 change to owner airflow in example dag (#62957)
c3410b30df3 is described below
commit c3410b30df335ff43cc0c980b02e5743a68ab66f
Author: Elad Kalif <[email protected]>
AuthorDate: Fri Mar 6 00:03:08 2026 +0200
change to owner airflow in example dag (#62957)
---
providers/apache/hive/tests/system/apache/hive/example_twitter_dag.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/providers/apache/hive/tests/system/apache/hive/example_twitter_dag.py
b/providers/apache/hive/tests/system/apache/hive/example_twitter_dag.py
index 65b8d77f35c..71fd15d43c1 100644
--- a/providers/apache/hive/tests/system/apache/hive/example_twitter_dag.py
+++ b/providers/apache/hive/tests/system/apache/hive/example_twitter_dag.py
@@ -78,7 +78,7 @@ def transfer_to_db():
with DAG(
dag_id=DAG_ID,
default_args={
- "owner": "Ekhtiar",
+ "owner": "airflow",
"retries": 1,
},
schedule="@daily",