Andrushika commented on code in PR #70740:
URL: https://github.com/apache/airflow/pull/70740#discussion_r3702987110
##########
providers/google/src/airflow/providers/google/cloud/transfers/azure_fileshare_to_gcs.py:
##########
@@ -127,6 +128,14 @@ def __init__(
else:
self.return_gcs_uris = return_gcs_uris
+ def render_template_fields(self, context: Context, jinja_env:
jinja2.Environment | None = None) -> None:
Review Comment:
Fixed with the flag approach you suggested. Added
`test_mapped_task_aliases_directory_name` that goes through `partial()` ->
`unmap()` -> `execute()`. I checked it fails on the previous version of this PR
and passes on main. Thanks for catching this!
--
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]