You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/07/18 18:49:01 UTC

[GitHub] [airflow] chethanuk-plutoflume commented on a diff in pull request #24239: AIP-47 - Migrate redshift DAGs to new design #22438

chethanuk-plutoflume commented on code in PR #24239:
URL: https://github.com/apache/airflow/pull/24239#discussion_r923708654


##########
tests/system/providers/amazon/aws/redshift/__init__.py:
##########
@@ -0,0 +1,17 @@
+#

Review Comment:
   No reason will move to `tests/system/providers/amazon/aws`



##########
tests/system/providers/amazon/aws/redshift/example_redshift_cluster.py:
##########
@@ -28,7 +28,11 @@
     RedshiftResumeClusterOperator,
 )
 from airflow.providers.amazon.aws.sensors.redshift_cluster import RedshiftClusterSensor
+from airflow.utils.trigger_rule import TriggerRule
+from tests.system.providers.amazon.aws.utils import set_env_id
 
+ENV_ID = set_env_id()
+DAG_ID = 'example_redshift_cluster'

Review Comment:
   resolved



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org