Skip to content

Commit

Permalink
fix(targets): missing begin()s related to SQLAlchemy 2.0 (#1954)
Browse files Browse the repository at this point in the history
Co-authored-by: Ken Payne <[email protected]>
Co-authored-by: Edgar Ramírez Mondragón <[email protected]>
  • Loading branch information
3 people authored Sep 13, 2023
1 parent 07198b0 commit d817e96
Show file tree
Hide file tree
Showing 5 changed files with 367 additions and 224 deletions.
2 changes: 2 additions & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
)
test_dependencies = [
"coverage[toml]",
"duckdb",
"duckdb-engine",
"pytest",
"pytest-snapshot",
"pytest-durations",
Expand Down
Loading

0 comments on commit d817e96

Please sign in to comment.