Anshul Khandelwal

Results 21 comments of Anshul Khandelwal

We can also consider following alternate solutions if the use case is only for `mapping` files kind of situations: 1. Create a non materialised model on top of the file...

> About 1. here – for ClickHouse, the file/local_file connector should still load the local path on the runtime and upload/write it into a ClickHouse table. Because the goal for...

I think this was introduced in this PR : https://github.com/rilldata/rill/pull/5103 The `max_execution_time` settings is added directly by underlying driver. The issue is that clickhouse playground is very restrictive and the...

Hey @mindspank The backend changes for this are now complete.

Hey @arnavawasthi Thanks for the report. The problem is that in absence of any extension the system can not determine the type of the file. This works for Athena connector...

For clickhouse this is possible with native support, for duckdb need to build support

I can no longer reproduce it. May be it got fixed already or is reproducible under specific conditions only. Closing issue for now.

Also tagging @ericpgreen2 for review on frontend changes.

Hey @EdwardArchive Thanks for your work here. I added some more comments. Mostly should be minor. Please also take a look at the failing checks.

Hey @EdwardArchive Please also fix the failing checks.