ClickHouse / ClickHouse/clickhouse-cs
External Data
Open
- Dominant language
- C#
- Stars
- 94
- Forks
- 22
- Avg merge
- 11h 26m
- Merged PRs (30d)
- 22
Description
Hi!
Is it possible to use External Data tables through ClickHouse.Driver?
Previously, I used HttpClient directly and added something like that into the URL
"string.Format("&{0}_structure={1}&{0}_format=CSV", TableName, GetDataStructure())", then main data went into FormData as CSV attachment.
This approach allows to send temp tables data with the main SELECT or INSERT query, and I need it as oxygen.
I see that third party libraries have a property for this Command.ExternalTables, but I don't see something similar here. Could you help with an example or advice?
Thanks in advance.
Contributor guide
Assessment
This issue has not been assessed yet.