Leonti Bielski
Leonti Bielski
Hi! First of all, thanks for the amazing library. I'm writing a UI with it and so far it has everything I needed. Really enjoying it! I'm using it with...
Hi! Json Api standard specifies the way to update relationships via a PATCH request(http://jsonapi.org/format/#crud-updating-relationships), for example: PATCH /articles/1/relationships/author ``` { "data": { "type": "people", "id": "12" } } ``` My...
I've ordered the pcb and have built the sensor, however it always reports 100% value even if the sensor is not in soil/water. R3 is 10k R4 is 1M C3...
**Before you file an issue** - Make sure you specify the "read" dialect eg. `parse_one(sql, read="spark")` - Make sure you specify the "write" dialect eg. `ast.sql(dialect="duckdb")` - Check if the...
We have observed, that when a `SELECT` query fails it is executed twice. This undesirable, because once a warehouse timeout is reached (let's say it's 3 hours) it runs a...