dlt This Week: Replace Loads, Secrets, and SQLAlchemy DuckDB

   |   4 minute read

dlt is a Python data loading toolkit, and this activity batch is worth reading if your pipelines use replace loads, dataset relations, or managed secret storage. The headline change is practical: empty replace resources now clear destination tables through package state instead of relying on fake zero row load jobs.

Read More >>

SQLAlchemy This Week: pytest Class Fixture Migration for pytest 10

   |   4 minute read

SQLAlchemy shipped a small but important test harness update this week: class scoped pytest fixtures across the project now use @classmethod and cls instead of instance methods with self. The change tracks pytest 9.1 deprecation guidance and clears the path before pytest 10 drops the old pattern entirely.

Read More >>
Page 1 of 1
denis256 at denis256.dev