-
**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…
-
- [x] JSON fields
- [ ] More aggregation functions - e.g. SUM
- [x] Aliases in SELECT queries (e.g. `SELECT foo AS bar FROM my_table`)
- [ ] Improved support for data migrations
- [x] Fixtures
- …
-
### Apache Airflow version
2.3.2
### What happened
Airflow uses unsafe practice in the implementation of multiple migration version scripts, including some recent ones that are guaranteed to …
-
Hello there,
I'm in a huge pickle. Flask-Migrate is not generating any migrations. I keep getting the following:
```
INFO [alembic.runtime.migration] Context impl PostgresqlImpl.
INFO [alembic.r…
-
As part this task, we should include 2 checks in the CI execution for Domain Proxy.
1. When running tests (probably integration tests and not unit tests) we should not apply sqlalchemy schema on the …
jkmar updated
2 years ago
-
**Describe the bug**
Use MSSQL, the password contains @, the error shows `Failed to execute migrations to revision 12685bc9edf4. (pyodbc.OperationalError) ('HYT00', '[HYT00] [Microsoft][ODBC Driv…
-
Hi, I'm new to clojure in general and have started using migratus.
But one thing that's been difficult for me coming from other languages like python is that with ORMs there like sqlalchemy, in add…
himat updated
2 years ago
-
We use `SQLAlchemy` paired with `alembic` to communicate to the database and manage migrations. To establish a pattern for this we have to achieve the following:
- [x] Create a SQLAlchemy context t…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
I made a basic Sanic instance that only reads from Github webhooks to trigger an Update. Here…
-
I have cloned the Git to my MacOS and have added the Snowflake/MSSQL package in the dags/requirements.txt as below
```
apache-airflow-providers-snowflake==1.2.0
snowflake-connector-python==2.4.2
…