rill
rill copied to clipboard
CREATE SOURCE support in calcite for DuckDB
this will probably spill over next sprint as well. Tasks to be done -
- [ ] Parse the CREATE SOURCE statement
- [ ] Return the protobuf representation to the runtime
- [ ] Test cases
More details:
- Get a CREATE SOURCE statement -> Runtime will pass in and get a logical AST representation.
- Runtime - connector for S3-DuckDB -> take the logical AST representation and write that into a DuckDB implementation.