Simon
Simon
Improves the connectors documentation: - [x] General connectors index - [x] Input connectors - [x] Output connectors Is this a user-visible change (yes/no): yes
**Describe the bug** Renaming pipeline does not propagate to row insertion **To reproduce** 1. Create any program, e.g. named `supply-chain-program`: ``` CREATE TABLE product ( pid INT PRIMARY KEY, name...
**Describe the bug** Viewing view rows gives error "Invariant failed" **To reproduce** 1. Create program: ``` CREATE TABLE product ( pid INT PRIMARY KEY, name VARCHAR, price DOUBLE ); CREATE...
**Steps to reproduce:** 1. Go to SQL programs 2. Create a program named "a " (i.e., the letter a with a space after it) The URL for the program is:...
Self-descriptive API testing which is easily extensible by having tuples of API actions and expected response(s).
**Tasks:** - [ ] SQL comment preamble for metadata - [ ] Refactor the simplest of demos to just use a single SQL file using the preamble - [ ]...
If you clone the feldera repository, only leave the essential crates, and build: ```bash git clone [email protected]:feldera/feldera.git mkdir -p temp/crates cp -r feldera/crates/pipeline-types temp/crates cp -r feldera/crates/dbsp temp/crates cp -r...
There could also be a more extensive status with the different compilation stages, or indicating their place in the queue. Maybe even showing a timer or an expectation how far...
When SQL compilation fails, an extensive error is returned with line and column numbers. Currently, this is directly returned as a dictionary in the returned Error, but it would be...
* The operations related to program status (waiting for compilation) and pipeline status (e.g., starting, stopping, pausing) should all have a timeout associated to them * Timeouts should be set...