-
## What is the current behavior?
Unable to patch Session.sql() method. After following the documentation receiving the error: `NotImplementedError: [Local Testing] Session.sql is not supported.'`
``…
-
**Describe the bug**
When using postgres dialect, inserting a row with an Array SQL column type (e.g. `text[]`) does not generate the correct SQL. For the values corresponding to that column, it gene…
-
### What happened?
Still working on a query builder to convert transformation steps into SQL via PRQL
We have an issue with `append` that doesn't seem to work well with basic tables
I'm more than h…
-
As a full knex replacement:
https://www.jakso.me/blog/kysely-a-type-safe-sql-query-builder-for-typescript
-
### Apache Iceberg version
1.5.0 (latest release)
### Query engine
Spark
### Please describe the bug 🐞
Previously my pipeline was using iceberg 1.3 on Dataproc (image version 2.1 which has spark …
-
Has anyone managed to make a pagination with a sql query in advanced mode? There is a specific section for it but there is no documentation or it does not work directly. It would be nice if someone fr…
-
Symptom:
```
$ python3 runner.py
...
DEBUG | All tests have been successfully completed.
Traceback (most recent call last):
File "runner.py", line 158, in
main()
File "runner.py…
-
Possibly related to:
https://github.com/dotnet/efcore/issues/20277
https://github.com/dotnet/efcore/issues/22089
https://github.com/dotnet/efcore/issues/20929
https://github.com/dotnet/efc…
-
I have a sql in advanced mode that shows me 120 results. I am trying to use the pagination with the option they put, but I am not able. I've checked the documentation and I don't see anything. There i…
-
I have asked support and at the moment it is not possible to use loops in the query builder. It would be great if they could integrate it in some way.