bhirsz commented on code in PR #24082:
URL: https://github.com/apache/airflow/pull/24082#discussion_r887646357
##########
tests/system/providers/yandex/example_yandexcloud_dataproc.py:
##########
@@ -153,3 +156,8 @@
create_cluster >> create_mapreduce_job >> create_hive_query >>
create_hive_query_from_file
create_hive_query_from_file >> create_spark_job >> create_pyspark_job >>
delete_cluster
Review Comment:
Shouldn't the ``delete_clusted`` be with ``Trigger_Rule.ALL_DONE``? (and
then use watcher task to watch the status of the DAG). In case there is any
failure in the DAG, we're left with clusted created by ``create_cluster`` task.
--
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]