You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/changelog.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@
7
7
* Add support for `ExternalTableReference` to point to tables in external (i.e. not managed by `pipedag`) schemas.
8
8
* Remove support for `ExternalTableReference` that points to table in schema of current stage. I.e. `ExternalTableReference` can only point to tables in external schemas.
9
9
- Fix polars import in `pyproject.toml` when using OS X with rosetta2
10
+
- Bug fix ibm_db2 backend:
11
+
* input tables for SQL queries were not locked
10
12
11
13
## 0.6.10 (2024-02-29)
12
14
- Fix bug where a `Task` that was declared lazy but provided a `Table` without a query string would always be cache valid.
0 commit comments