Parag Jain
Parag Jain
### Description Currently there is no way to know how much data is processed by task during ingestion. This PR adds `ingest/events/processedBytes` metric to emit number of bytes read since...
follow up on https://github.com/rilldata/rill-developer/pull/896 This just supports syntax parsing nothing more.
- To serilalize queries to Druid Dialect - Change SQL lib methods to accept dialect to be used for output
this will probably spill over next sprint as well. Tasks to be done - - [ ] Parse the CREATE SOURCE statement - [ ] Return the protobuf representation to...
If `.withDialect(PostgresqlSqlDialect.DEFAULT)` is removed while creating the fixture, test case passes. JIRA ticket for this -https://issues.apache.org/jira/browse/CALCITE-5271
any plans to support device code auth flow on server side ?
### Description Support for exporting msq results to gcs bucket. This is essentially copying the logic of s3 export for gs, originally done by @adarshsanjeev in this PR - https://github.com/apache/druid/pull/15689...
Fixes https://github.com/rilldata/rill-private-issues/issues/238
Be able to deploy to cloud from UI without CLI
This PR adds 3 new APIs to support auto-deploy from UI. 1. `DeployValidation` - It does basic validation and returns a response which can indicate further action to be taken...