Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31367,7 +31367,7 @@ components:
type: string
dataset_id:
description: The identifier of the dataset, or `null` if not set.
example: "MW5vdGVib29rX2NlbGw6ZDI0ZTM2MWMtZDFlNC00NDYwLWIyOWUtNTg3YTczMzA3MDFm"
example: "MW5vdGVib29rX2NlbGw6MDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAw"
nullable: true
type: string
description:
Expand Down Expand Up @@ -180352,7 +180352,7 @@ paths:
operationId: ListDatasetReportSchedules
parameters:
- description: The identifier of the published dataset to retrieve report schedules for.
example: "MW5vdGVib29rX2NlbGw6ZDI0ZTM2MWMtZDFlNC00NDYwLWIyOWUtNTg3YTczMzA3MDFm"
example: "MW5vdGVib29rX2NlbGw6MDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAw"
in: path
name: dataset_id
required: true
Expand All @@ -180368,7 +180368,7 @@ paths:
data:
- attributes:
cell_id: "sevhjcis"
dataset_id: "MW5vdGVib29rX2NlbGw6ZDI0ZTM2MWMtZDFlNC00NDYwLWIyOWUtNTg3YTczMzA3MDFm"
dataset_id: "MW5vdGVib29rX2NlbGw6MDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAw"
description: "This is a scheduled notebook dataset report."
file_row_limit: 5000
inline_row_limit: 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public static void main(String[] args) {
try {
DatasetReportScheduleListResponse result =
apiInstance.listDatasetReportSchedules(
"MW5vdGVib29rX2NlbGw6ZDI0ZTM2MWMtZDFlNC00NDYwLWIyOWUtNTg3YTczMzA3MDFm");
"MW5vdGVib29rX2NlbGw6MDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAw");
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ReportSchedulesApi#listDatasetReportSchedules");
Expand Down
Loading