Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyisaev2 committed Sep 2, 2024
1 parent 2c652e3 commit 1358a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/tests/tools/fq_runner/fq_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ def create_clickhouse_connection(self, name, database_name, database_id, login,

@retry.retry_intrusive
def create_greenplum_connection(self, name, database_name, database_id, login, password,
secure=False, visibility=fq.Acl.Visibility.PRIVATE, auth_method=AuthMethod.service_account('sa'), check_issues=True):
secure=False, visibility=fq.Acl.Visibility.PRIVATE, auth_method=AuthMethod.service_account('sa'), check_issues=True):
request = fq.CreateConnectionRequest()
request.content.name = name
gp = request.content.setting.greenplum_cluster
Expand Down

0 comments on commit 1358a58

Please sign in to comment.