potiuk edited a comment on issue #21348:
URL: https://github.com/apache/airflow/issues/21348#issuecomment-1031832322
The second option is to indeed drop all the "21237" providers an release
them in RC2 with some "conditional" code that will check if the lexer is there.
After thinking a bit I think that would be much "cleaner" solution and I am
leaning towards this option.
smth like:
```
template_fields_renderer = {//}.update({'sql': 'sql'} if 'sql' in
get_attr_renderer() else {})
```
--
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]