howardyoo commented on code in PR #37989:
URL: https://github.com/apache/airflow/pull/37989#discussion_r1524154829


##########
pyproject.toml:
##########
@@ -865,6 +865,10 @@ openlineage = [ # source: 
airflow/providers/openlineage/provider.yaml
 opensearch = [ # source: airflow/providers/opensearch/provider.yaml
   "opensearch-py>=2.2.0",
 ]
+opentelemetry = [ # source: airflow/providers/opentelemetry/provider.yaml

Review Comment:
   Right, it did have collision when I tried to use `otel` for the providers. 
So, I instead opted to use `opentelemetry` for providers, and `otel` for 
airflow core opentelemetry. I'm not sure I know how to combine the name of both 
to `opentelemetry` - might need someone else's help on getting the names 
squared away.



-- 
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-unsubscr...@airflow.apache.org

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

Reply via email to