-
I have two tables I want to query from, the fully qualified names are `foo_catalog.foo_schema.foo` and `bar_catalog.bar_schema.bar`. I can specify a schema and a tablename in the table definition but …
-
ImportError: No module named flask.ext.sqlalchemy
还要requirements.txt里面什么都没有啊
-
- [ ] Pull requests to consider from /datamodel: https://github.com/QGEP/datamodel/pulls
- [ ] [qgepqwat2ili issues for this milestone](https://github.com/QGEP/qgepqwat2ili/issues?q=is%3Aopen+is%3Ais…
-
Hi,
I found some problems with SQLAlchemy:
`[AttributeError: module 'sqlalchemy' has no attribute '__all__']`
I solved this problem by updating versions in requirements.txt as below:
```…
-
**Describe the bug**
This isn't a bug _per se_, but a small improvement for autogenerate when using TypeDecorator.
When a TypeDecorator is used in a column definition, e.g.:
```py
"""
File:…
-
## What is the current behavior?
Currently, the Snowflake-SQLAlchemy library does not support the query_tag parameter when executing queries against Snowflake. The query_tag parameter allows users to…
-
I'm getting this error when running a pipeline from a custom tap build on the SDK (tap-pipedrive).
```
sqlalchemy.exc.IntegrityError: (psycopg2.errors.UniqueViolation) duplicate key value violates…
-
Sorry - pressed enter too fast.
Some combinations of platform / packages might generate too long cache file names. Tested with `0.1.18` on my mint Linux
(reproducible with `main` airflow`).
…
-
Hi guys,
Con we add support for sql alchemy 2.0 please ?
Thank you
-
### Body
https://docs.sqlalchemy.org/en/14/orm/extensions/mypy.html describes how type checking can be used with SQLAlchemy.
This is possible after we bump the SQLAlchemy version to 1.4+