Skip to content

Wrong example code in Python integration section #4494

@wh201906

Description

@wh201906

https://clickhouse.com/docs/integrations/python#insertcontexts

test_data = [[1, 'v1', 'v2'], [2, 'v3', 'v4']]
ic = test_client.create_insert_context(table='test_table', data='test_data')

I think the 'test_data' at Line 970 should be test_data.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions