databricks-sdk-go icon indicating copy to clipboard operation
databricks-sdk-go copied to clipboard

[discuss] Don't generate shortcuts for list functions

Open pietern opened this issue 1 year ago • 1 comments

Changes

The ListByZZZ functions don't use the same pagination as the main functions.

By definition, the shortcut functions are generated only if there are required request parameters. Therefore, they should either return the same paginator, or not exist at all.

Tests

n/a

pietern avatar Jun 03 '24 09:06 pietern