The GitHub Actions job "Tests" on airflow.git has failed. Run started by GitHub user kaxil (triggered by kaxil).
Head commit for run: 8c2b16d5fedc6894e270228d1ae094b76c38cc01 / Kaxil Naik <[email protected]> Refactor implementation to get OTel tracer Previous implementation had redundant logic in add_span for parameter inspection: ```python with Trace.start_span(span_name=func_name, component=component): if len(inspect.signature(func).parameters) > 0: return func(*args, **kwargs) else: return func() ``` `_Trace` Metaclass was using `__init__` and few more Python-related changes Report URL: https://github.com/apache/airflow/actions/runs/11937520937 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
