Skip to content

Commit 32152dd

Browse files
authored
fix(db_cluster_events): forward event_types to the API (#236)
1 parent c123cdf commit 32152dd

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
- Fixed `git_source()` erroring when `type` was left at its default
44
- Fixed Unity Catalog volume file requests so `db_volume_*` paths containing spaces are encoded correctly (#231)
5+
- `db_cluster_events()` now forwards the `event_types` argument to the API, which was previously ignored
56
- `db_uc_volumes_list()` now forwards the `max_results`, `include_browse`, and `page_token` arguments to the API, which were previously ignored
67
- `db_vs_indexes_query()` now sends the `score_threshold` argument to the API, which was previously ignored
78

R/clusters.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -854,6 +854,7 @@ db_cluster_events <- function(
854854
cluster_id = cluster_id,
855855
start_time = as.integer(start_time),
856856
end_time = as.integer(end_time),
857+
event_types = event_types,
857858
order = order,
858859
offset = as.integer(offset),
859860
limit = as.integer(limit)

0 commit comments

Comments
 (0)