josh-fell commented on a change in pull request #16872:
URL: https://github.com/apache/airflow/pull/16872#discussion_r666622858
##########
File path: airflow/providers/neo4j/example_dags/example_neo4j.py
##########
@@ -23,13 +23,8 @@
from airflow.providers.neo4j.operators.neo4j import Neo4jOperator
from airflow.utils.dates import days_ago
-default_args = {
- 'owner': 'airflow',
-}
-
dag = DAG(
'example_neo4j',
- default_args=default_args,
Review comment:
We do also provide an example of setting the `owner` as part of
`default_args` on the Concepts: DAGs documentation
(https://airflow.apache.org/docs/apache-airflow/stable/concepts/dags.html).
Perhaps that is good enough @ashb?
--
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]