shreyas-dev commented on PR #60369:
URL: https://github.com/apache/airflow/pull/60369#issuecomment-3836471647
Hey @vincbeck , I'm guessing structlog was introduced in airflow 3+ and
airflow 2.11 used standard logging. How to resolve this issue? On the contrary
I'm now thinking of removing the warning cause Its a just informational message.
```python
logger.warning(
"The PowerBIDatasetRefreshOperator now always uses
deferrable execution when wait_for_termination=True."
)
```
In this case I can remove structlog entirely
--
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]