The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
b45575300a6bbe09ddcec238278bcd42935d9ee7 / 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/11939499534

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to