Dev-iL commented on issue #56738:
URL: https://github.com/apache/airflow/issues/56738#issuecomment-3423441230
If you need to use `mapped_column` do the following:
1. `from airflow.providers.common.compat.sqlalchemy.orm import mapped_column`
2. Add this exact dependency (including the comment) to the provider's
`pyproject.toml`:
```python
"apache-airflow-providers-common-compat>=1.7.4", # + TODO: bump to
next version
```
If by the time you make the change a version newer than `1.7.4` is
available - just use that one (+no need for the comment).
--
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]