You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/02/11 18:32:05 UTC

[GitHub] [airflow] josh-fell commented on issue #21443: Status of testing Providers that were prepared on February 09, 2022

josh-fell commented on issue #21443:
URL: https://github.com/apache/airflow/issues/21443#issuecomment-1036500692


   #21195, #21285, and #21403 Look good
   
   #21237 Looks good except for an inconsequential typo in the `template_fields_renderers` dict for `HiveOperator` in the Apache Hive provider. 
   
   TIL that the logic which chooses the renderer will, cleverly, default to the template field name if it cannot find said template field in the `template_fields_renderers` dict. For `HiveOperator` the key in `template_fields_renderers` is "sql" when it should be "hql". Luckily "hql" is itself a renderer so there is no impact on the visual rendering in the UI. @potiuk I created #21525 to fix the typo.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org