You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
insert_file takes a database keyword that you can use instead of a full table name, but you're correct that using the full table name instead of the separate database argument is currently broken. There should be a fix in the next release.
Describe the bug
when pass full table name to insert_file(), will raise table not exist exception
Steps to reproduce
Expected behaviour
No exception.
Code example
clickhouse-connect and/or ClickHouse server logs
Configuration
Environment
ClickHouse server
CREATE TABLE
statements for tables involved:The text was updated successfully, but these errors were encountered: