Skip to content

Commit 8061b8e

Browse files
committed
Control-M Integrations Factory up to April 2024
1 parent b586325 commit 8061b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aapi/integration_factory/connection_profiles.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@ class ConnectionProfileGCPDataproc(ConnectionProfile):
859859
'_aapi_repr_': 'Identity Type'})
860860
dataproc_url: str = attrs.field(kw_only=True, default=None, metadata={
861861
'_aapi_repr_': 'Dataproc URL'})
862-
service_account_key__json_format: str = attrs.field(kw_only=True, default=None, metadata={
862+
service_account_key_json_format: str = attrs.field(kw_only=True, default=None, metadata={
863863
'_aapi_repr_': 'Service Account Key (JSON Format)'})
864864
connection_timeout: str = attrs.field(kw_only=True, default=None, metadata={
865865
'_aapi_repr_': 'Connection timeout'})

0 commit comments

Comments
 (0)