ldacey commented on PR #49788: URL: https://github.com/apache/airflow/pull/49788#issuecomment-2876653564
> > I tried to update the local settings to fix the import error but then I ran into: > > ``` > > GCSRemoteLogIO.__init__() missing 3 required positional arguments: 'gcp_keyfile_dict', 'scopes', and 'project_id' > > ``` > > > > > > > > > > > > > > > > > > > > > > > > Same conn_id I always used in Airflow 2. I don't have any of those things defined since I just use Workload Identity and add the service account annotations. > > How your configuring this one? > > You need to set them in the logging section in conf with `remote_task_handler_kwargs` as key There is no keyfile dict or keyfile path though, so hopefully we can pass null or an empty string. Even if we were not using workload identity, I would assume this information would be retrieved from the gcp_conn_id? We wouldn't add sensitive information like the keyfile dict to the values.yaml. -- 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]
