-
### Describe the use case
We are using SQLAlchemy to work with Postgres DB that has full-text indexes (`to_tsvector` and so on), and whenever those need a change it is unfortunate that alembic is u…
-
***Issue migrated from Redmine: https://redmine.postgresql.org/issues/6456***
*Originally created by **Nagendra Nekkanti** at 2021-05-17 12:41:03 UTC.*
I have started with a fresh postgres on install…
dpage updated
2 years ago
-
It appears that only sqlite and postgres are supported?
https://github.com/PrefectHQ/prefect/blob/ea6f062d5005096ff890aab9595cecc1e4bde9ed/src/prefect/orion/utilities/database.py#L4-L5
Since Prefe…
-
Whenever I make a new migration `flask migrate` somehow detects the `cascade` constraint of any property in the database as a change and proceeds to drop it in the migration file.
It drops & recrea…
-
### Official Helm Chart version
1.6.0 (latest released)
### Apache Airflow version
2.4.1
### Kubernetes Version
1.22
### Helm Chart configuration
```
# Licensed to the Apache Software Foundati…
-
### Apache Airflow version
Other Airflow 2 version
### What happened
I installed the airflow using helm chart 1.6.0, changed values of default airflow : 2.3.0-python3.8. When the dags failed, ins…
-
## Description
If an Alembic version A has an associated data migration (or test) that queries a back-referenced table T, and a subsequent Alembic version B adds a column T.C, A's data migration (o…
-
### Helm chart name
powerdns-admin
### Helm chart version
1.1.1
### Container name
ngoduykhanh/powerdns-admin
### Container tag
v0.2.4
### Description
Enabling persistence on `data` results i…
-
* create a basic fastapi app.
* create a database / import DDL generated from ER Studio
* evaluate whether defs can be slurped into app. or define how database models can be handled external to fastap…
-
**Describe the bug**
auto generating migration scripts returns a script that doesn't work. when upgrading the database I get undefined table error.
**Expected behavior**
the autogenerated…