vincbeck commented on a change in pull request #22157:
URL: https://github.com/apache/airflow/pull/22157#discussion_r824061122
##########
File path:
airflow/providers/amazon/aws/example_dags/example_redshift_data_execute_sql.py
##########
@@ -40,29 +40,26 @@
POLL_INTERVAL = 10
-# [START howto_redshift_data]
-@dag(
- dag_id='example_redshift_data',
- schedule_interval=None,
- start_date=datetime(2021, 1, 1),
- dagrun_timeout=timedelta(minutes=60),
- tags=['example'],
- catchup=False,
-)
Review comment:
Good question. We (AWS) are trying to be consistent across the Amazon
providers package and decided to go with this format
--
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]