Stefano
Stefano
The following code: ```python import boto3 sqs_resource = boto3.resource('sqs', region_name='us-west-1') sqs_queue = sqs_resource.get_queue_by_name(QueueName='test-queue') res = sqs_queue.send_messages(Entries=[ {'Id': '1', 'MessageBody': json.dumps({'body': 'the body'})}, {'Id': '2', 'MessageBody': json.dumps({'body': 'the body'})}, {'Id': '3',...
**Related command** ` az container attach --resource-group --name ` **Description** To solve https://github.com/Azure/azure-cli/issues/24159 **Testing Guide** **History Notes** --- This checklist is used to make sure that common guidelines for a...
I'd like to authenticate to ClickHouse via SSH key instead of password. I already have multiple users that have been created without password (`... IDENTIFIED BY ssh_key ...`) that needs...
**Is your feature request related to a problem? Please describe.** I'd like to authenticate to ClickHouse via SSH key instead of password. I already have multiple users that have been...
### Connector Name destination-clickhouse ### Connector Version 2.1.14 ### What step the error happened? During the sync ### Relevant information Syncing a large table from MSSQL to ClickHouse using the...