nikolauspschuetz commented on issue #71321:
URL: https://github.com/apache/airflow/issues/71321#issuecomment-5242776923

   Tested `apache-airflow-providers-google==22.3.0rc3` for #69108 (make 
`schema_fields` templated in `GCSToBigQueryOperator`).
   
   Installed the RC from PyPI into a clean Python 3.13 venv against 
`apache-airflow==3.3.0`, verified against the installed artifact:
   - `schema_fields` is now in `GCSToBigQueryOperator.template_fields` with a 
`json` renderer, and
   - a templated value (`schema_fields="{{ var.value.schema_fields }}"`) 
renders to the expected list at runtime (`render_template_as_native_obj`).
   
   Works as expected. 👍
   
   <sub>Drafted-by: Claude Code (Opus 4.8) — I ran the verification and 
reviewed the result.</sub>
   


-- 
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]

Reply via email to