-
Repro Model:
```sql
MODEL(
name db.test,
);
SELECT
tb.col,
cola,
struct_col_2,
ds
FROM
tb
lateral view explode(struct_col) AS struct_col_2
```
Error:
```
…
-
### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the FastAPI documentation, with the i…
-
I am trying to set up the [farm-haystack](https://github.com/deepset-ai/haystack/) application with PDM, but when I try to install from its pyproject.toml file, it takes hours to work through all the …
-
**Describe the bug**
I get 'Error: Command "pc run" exited with 1' when I try to run my app on Vercel hosting.
I can use 'pc run' on my own machine and everything wokrs.
Here is the full log w…
-
### First Check
- [X] I added a very descriptive title here.
- [X] I used the GitHub search to find a similar question and didn't find it.
- [X] I searched the FastAPI documentation, with the integra…
-
### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the FastAPI documentation, with the i…
-
> Tab completion support - works great with iPython and VSCode.
While autocompletion does work when building the query, unfortunately, it does not work for query results:
I can imagine that …
-
I love how you structured this. Would it be possible to add an example of many to many models? I'm having a difficult time getting them to work with your structure. The issue here is if you had a many…
-
Now in project after Model.create(name="zxc") i need use db.session.commit().
-
Hi, thanks for creating such a powerful and useful template!
I am attempting to retrieve a `hero` by its `name`, e.g. 'spiderman'.
I have created a record under the `Hero` table with `name`='spi…