dejii commented on PR #63725:
URL: https://github.com/apache/airflow/pull/63725#issuecomment-4067894183
Thanks for the ping, and apologies for missing the earlier testing mention.
The issue is that `template_ext = (".json",)` applies to all
template_fields, including `gcs_schema_object` which holds a GCS URI ending in
.json - so Airflow tries to load it as a local file.
I didn't realize system tests needed to be run manually and will keep that
in mind going forward. Might also be worth having a unit test for this scenario.
Reverting makes sense here, thanks!
--
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]