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
For example command object could have a collection of objects representing "external data" - a class with name, schema and a callback that accepts writer and generates data
The text was updated successfully, but these errors were encountered:
It should not be a problem API-wise (they can be represented as table-valued parameters), but I'm not sure how well it will work with the HTTP API, as I use POST body to pass query. Will need to investigate
Is is possible to add support for external data for the queries? According to clickhouse documentation HTTP api supports it:
For example command object could have a collection of objects representing "external data" - a class with name, schema and a callback that accepts writer and generates data
The text was updated successfully, but these errors were encountered: