VladaZakharova commented on code in PR #72084:
URL: https://github.com/apache/airflow/pull/72084#discussion_r3893106198
##########
providers/google/tests/system/google/cloud/managed_kafka/example_managed_kafka_cluster.py:
##########
@@ -46,7 +46,7 @@
DAG_ID = "managed_kafka_cluster_operations"
LOCATION = "us-central1"
-CLUSTER_ID = f"cluster_{DAG_ID}_{ENV_ID}".replace("_", "-")
+CLUSTER_ID = f"cluster-kafka-cluster-{ENV_ID}".replace("_", "-")
Review Comment:
The problem is that DAG_ID name is too long for Kafka cluster, so the
decision was to shorten it
--
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]