Adaverse commented on code in PR #32368:
URL: https://github.com/apache/airflow/pull/32368#discussion_r1254691133
##########
tests/system/providers/google/cloud/automl/example_automl_nl_text_classification.py:
##########
@@ -99,10 +95,17 @@
project_id=GCP_PROJECT_ID,
)
+ # TEST BODY
import_dataset_task >> create_model
+ # TEST TEARDOWN
delete_model_task >> delete_datasets_task
# Task dependencies created via `XComArgs`:
# create_dataset_task >> import_dataset_task
# create_dataset_task >> create_model
# create_dataset_task >> delete_datasets_task
+
Review Comment:
Seems like we need a watcher?
--
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]