zoomingrocket commented on issue #73583: URL: https://github.com/apache/airflow/issues/73583#issuecomment-5802324046
@schizophrenicmaniac - One interesting observation is with pyPI virtual env install of v3.3.2, the site-packages/airflow/observability folder has no "traces" folder itself, do we have a packaging issue as part of move https://github.com/apache/airflow/pull/56187 ? This is the directory "observability" structure with 3.3.2 virtual environment installed with constraint file [..observability]$ tree . ├── __init__.py ├── metrics │ ├── datadog_logger.py │ ├── __init__.py │ ├── otel_logger.py │ ├── __pycache__ │ │ ├── datadog_logger.cpython-312.pyc │ │ ├── __init__.cpython-312.pyc │ │ ├── otel_logger.cpython-312.pyc │ │ ├── statsd_logger.cpython-312.pyc │ │ └── stats_utils.cpython-312.pyc │ ├── statsd_logger.py │ └── stats_utils.py ├── __pycache__ │ ├── __init__.cpython-312.pyc │ └── stats.cpython-312.pyc └── stats.py -- 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]
