Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersson007 committed Jan 28, 2025
1 parent a5bc8d2 commit f4e759c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
- name: Insert into test table using named args
register: result
community.clickhouse.clickhouse_client:
execute: "INSERT INTO test_table1 (x) VALUES (%(a)s), (%(b)s), (%(c)s)"
execute: "INSERT INTO foo.test_table1 (x) VALUES (%(a)s), (%(b)s), (%(c)s)"
execute_kwargs:
params:
a: one
Expand Down

0 comments on commit f4e759c

Please sign in to comment.