nathadfield commented on pull request #17321: URL: https://github.com/apache/airflow/pull/17321#issuecomment-902509415
@potiuk There doesn't appear to be any UI issues if you specify a key path in a provider but the version of core Airflow doesn't have this capability yet. The existing code in [views.py](https://github.com/apache/airflow/blob/2.1.2/airflow/www/views.py#L970) looks up values from `template_field_renderers` against the operator class but these key paths will never match with anything. -- 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]
