We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b586325 commit 8061b8eCopy full SHA for 8061b8e
src/aapi/integration_factory/connection_profiles.py
@@ -859,7 +859,7 @@ class ConnectionProfileGCPDataproc(ConnectionProfile):
859
'_aapi_repr_': 'Identity Type'})
860
dataproc_url: str = attrs.field(kw_only=True, default=None, metadata={
861
'_aapi_repr_': 'Dataproc URL'})
862
- service_account_key__json_format: str = attrs.field(kw_only=True, default=None, metadata={
+ service_account_key_json_format: str = attrs.field(kw_only=True, default=None, metadata={
863
'_aapi_repr_': 'Service Account Key (JSON Format)'})
864
connection_timeout: str = attrs.field(kw_only=True, default=None, metadata={
865
'_aapi_repr_': 'Connection timeout'})
0 commit comments