You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bugfix: Fix rendering of object_name in GCSToLocalFilesystemOperator (#15487)
#14918 made coms consistency changes
where the template_fields was changed for ``GCSToLocalFilesystemOperator``.
While the change was correct since``object`` param was deprecated, the
instance attribute wasn't updated hence you see this error:
```
AttributeError: 'GCSToLocalFilesystemOperator' object has no attribute 'object_name'
```
0 commit comments