Anshul Khandelwal
Anshul Khandelwal
Added two function: 1. `time_range_start(duration, [unit, col])` and `time_range_end(duration, [unit, col])` 2. `time_range` will be added in later phases.
The watcher sends multiple events for a single edit in a file. This leads to multiple restarts of the controller due to edit in `rill.yaml` or `.env` file. We now...
This PR adds a `TLSConfig` options apart from existing `Certificates`. Clients can set `GetCertificate` inside `tls.Config` which enables zero downtime certificate rotation
Add an option `database` in connector config that allows setting the database to be used for creating models.
`CREATE AS SELECT` is forbidden on replicated clickhouse cluster : https://github.com/ClickHouse/ClickHouse/pull/57796 This is what is executed when we create models. Need to find workarounds. May be create DDL first and...