-
### 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…
-
Since we're going to use SQLAlchemy, should we just go ahead and use the Flask-SQLAlchemy extension? is that going to mess us up at all?
-
## 前言
flask是Python众多web框架中的一个,相比于django,flask是一个micro web framework,学习成本低,易上手。同时flask extension设计得非常方便,flask生态圈比较完善。sqlalchemy也是老牌的python ORM框架,其内置的events注册机制,可以灵活实现各种功能。flask-sqlalchemy则利用了flask和s…
-
## Problem Description
The typehint of
```python
db.relationship("...", secondary=..., back_populates="...")
```
should be `sq_orm.Relationship[...]`, not `sq_orm.RelationshipProperty[...]`…
-
The `downgrade` and `upgrade` commands expect the the target revision to always be relative. Therefore, e.g. `flask db downgrade 1730111612` would try to revert the last 1730111612 revisions instead o…
-
Hello,After using flask sqlalchemy, the search does not yield any data. The code is as follows:
search_config:
```python
from flask_msearch import Search
from jieba.analyse import ChineseAnalyzer…
-
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…
-
Flask 3.0.0 is out! This is likely going to trigger updates for a number of other dependencies too...some notes inline.
* [ ] Flask - https://flask.palletsprojects.com/en/3.0.x/changes/#version-3-0…
-
versions:
python==3.10
PyMySQL==1.1.0
SQLAlchemy==2.0.20
flask-sqlacodegen==2.0.0
error command:
flask-sqlacodegen 'mysql+pymysql://username:password@ip:port/db' --outfile './models.py'
s…
-
Once the version 3.0 of flask-sqlalchemy is out as it fixes the error on getting the engine behind sqlachemy.
ggsdc updated
10 months ago