Lee-W commented on code in PR #38536:
URL: https://github.com/apache/airflow/pull/38536#discussion_r1575592940
##########
airflow/providers/hashicorp/_internal_client/vault_client.py:
##########
@@ -74,7 +74,7 @@ class _VaultClient(LoggingMixin):
:param key_id: Key ID for Authentication (for ``aws_iam`` and ''azure``
auth_type).
:param secret_id: Secret ID for Authentication (for ``approle``,
``aws_iam`` and ``azure`` auth_types).
:param role_id: Role ID for Authentication (for ``approle``, ``aws_iam``
auth_types).
- :param arn_role: AWS arn role (for ``aws_iam`` auth_type)
+ :param role_arn: AWS arn role (for ``aws_iam`` auth_type)
Review Comment:
Should we mark it as a breaking change?
--
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]