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: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# Changelog
2
2
3
+
## [0.49.2] - 2025-04-23
4
+
5
+
- Introduced explicit `object_type` to `source_type` mapping for `STREAM`. It should help to reduce naming inconsistency presented in output of `SHOW STREAMS` command.
6
+
- Added `STREAM` tests targeting `EXTERNAL_TABLE` and `STAGE` (directory table).
7
+
- Added workaround for Snowflake bug related to `SHOW STREAMS` command returning not fully qualified names for `STAGE` targets.
8
+
3
9
## [0.49.1] - 2025-04-23
4
10
5
11
- Added explicit `.rstrip(";")` call when reading `text` from `VIEW` and `MATERIALIZED_VIEW` metadata. Other object types should not be affected by trailing semicolon problem.
0 commit comments