-
Similar to the [moped update recently](https://github.com/cityofaustin/atd-data-tech/issues/17924), the postgrest database is also at EOL at version 12. We need to either get it up to date via RDS upg…
-
If a query is executed after the Postgres database is restarted, a connection error occurs and the current clickhouse version is 23.10.4.25.
After I restarted the postgre database myself, I immediate…
-
i am using corda 4.10 and trying to connect to postgresql driver verison 42.2.9 then it gives error like **incompatible database schema version detected please run schema migration scripts reasion …
-
### Description
Using Grid mode for output, when I run a query against DuckDB that produces nested data in one of the columns, the presented result is missing the nested data. The identical query run…
-
### Bug description
I am following this tutorial: https://www.youtube.com/watch?v=6-mGtUyfGLw
After executing the ``` npx prisma migrate dev --name init ``` command, an error appears:
``` Envi…
-
### TL;DR
1. Set insights_config
```
module "sql_db" {
source = "GoogleCloudPlatform/sql-db/google//modules/mysql"
version = "21.0.0"
insights_config = {
…
-
According to George Beckett:
CSD3 recommend we set up a PostgreSQL database in a service call ARCAS: this is a cloud platform that sits next to CSD3 (I think it is in the same racks). The only limi…
-
When using a connection profile the report designer keeps saving these details in the .rptdesign file.
I believe it sould not save them in the .rptdesign as long they are specified in the connection …
-
Hello,
I am unable to synchronize carp from scratch in the preprod network. The logs show the following error message:
```
2024-11-25T07:38:04.507880Z INFO carp: Starting Carp
2024-11-25T07:3…
-
### Description
- use the query:
```
select f
from film as f
```
- open Charts
Expected: in addition to the f-alias itself, all its separate columns are also available in a list of X- and Y-…