databricks-sdk-go
databricks-sdk-go copied to clipboard
[discuss] Don't generate shortcuts for list functions
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