-
### Bug Description
## Bug description
1. Edit a SQL insight
2. Click update and run
3. Save the insight
4. View that the updated results are displayed
5. Click to edit the SQL insight
6. Vie…
-
### Description
`pnpm run kyb-manual-review-example` results in failure, more specifically database connection error when `@ballerine/workflows-service@0.7.37 db:reset` is invoked. Running `npm db:…
-
### Search before asking
- [X] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar.
### Motivation
I activated the privilege system.
In our business scen…
-
## What is the current behavior?
there is alternative
https://docs.snowflake.com/en/sql-reference/functions/get
instead of `sql.func.array_agg(col)[0]` use `sql.func.get(sql.func.array_agg(col),0)…
-
There's an issue since upgrading to 6.3.2 where I can no longer change the SQL editor background color. When I hit the apply button, it temporarily changes until I close the preferences window, then i…
-
I installed RPresto from current github repo. My dbplyr version is 2.5.0.
tbl(con, 'table_name') is not working. Full backtrace:
```
Error in `as_table_path()`:
! `con` is absent but must be sup…
-
### Bug description
1. Install latest Apache Airflow in Ubuntu machine - 22.04.3
2. Initialize the superset db
3. Login in the superset admin // admin
4. Add the database connection, choose "Ot…
-
### Feature Description
I was kinda disappointed to see that `migration:show` does not output the SQL of the migration.
This is a relatively essential feature for many applications for instance if…
alper updated
1 month ago
-
# SQL Parsing
For the initial milestone, we're just taking in SQL as input (i.e., the source *create tables* & the target *create tables*, *constraints* and *mappings*). It follows then that we'll ha…
-
**Describe the problem you faced**
Record lookup in a table with record level index results in `None.get` exception.
**To Reproduce**
Steps to reproduce the behavior:
1. Create a table wi…