-
### Apache Airflow version
2.10.2
### If "Other Airflow 2 version" selected, which one?
_No response_
### What happened?
We are using custom plugin with listener on_dag_run_running. That is being…
-
pyfa v2.60.1
EVE Data Version: 2701110 (2024-10-03 06:18:43)
OS version: Windows-10-10.0.22631-SP0
Python version: 3.11.9 (tags/v3.11.9:de54cf5, Apr 2 2024, 10:12:12) [MSC v.1938 64 bit (AMD64)]…
-
SQLAlchemy 2.0 was released, introducing a lot of breaking changes.
We need to adapt metacatalog where SQLAlchemy is used to make metacatalog compatible to SQLAlchemy 2.0.
There is an official mig…
-
see https://docs.sqlalchemy.org/en/20/changelog/migration_20.html
-
Getting the following error message on opening pyfa after updating to the most recent version. As far as I can tell all dependencies are met. Pyfa seems to be functioning as expected.
```
pyfa v…
-
Indico 3.3.2
```
2024-08-07 13:30:06,701 28a52a0aba3d4e08 2 indico.flask - ERROR errors.py:110 -- Timetable inconsistent: Entry ends after its parent block
Traceback (most recent call l…
-
In transmogrify.sqlalchemy.**init**
`from sqlalchemy.exceptions import OperationalError`
will raise ImportError with SQLAlchemy >= 0.8 since the that package's **init** no longer imports `.exc` as `e…
-
1.版本问题,主要应该是下面几个
Flask==1.1.4
Flask-Login==0.6.2
Flask-Script==2.0.6
Flask-SQLAlchemy==2.5.1
Flask-WTF==1.1.1
SQLAlchemy==1.4.0
2.用户名密码已经被修改了,建议用navicat连上SQLite查看,方便查看其他数据。SQLite环境也要装好
管理员:201…
-
I am able to build the container with the following command:
docker build --rm -t puckel/docker-airflow .
Then run the container with this command.
docker run -d -p 8080:8080 -v D:/airflow/loca…
-
Hi Jean,
As far as I can tell, I don't see any part of the code here that actually requires Flask-SQLAlchemy. I'm currently using it in a project that doesn't use Flask-SQLAlchemy without any probl…