crate / sqlalchemy-cratedb

SQLAlchemy dialect for CrateDB.
https://cratedb.com/docs/sqlalchemy-cratedb/
Apache License 2.0
3 stars 2 forks source link

Types: Unlock supporting timezone-aware `DateTime` fields #22

Closed amotl closed 2 months ago

amotl commented 8 months ago

About

Timezone-aware SQLAlchemy DateTime fields apparently are supported already. This patch just removes a corresponding assertion which prevented them from actually being used.

References

Originally, this is coming from a monkeypatch to meltano-target-cratedb. Most probably, it is also related to those requests:

Other than this, that other patch is also related:

Backlog