File tree Expand file tree Collapse file tree
examples/v2/report-schedules Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31367,7 +31367,7 @@ components:
3136731367 type: string
3136831368 dataset_id:
3136931369 description: The identifier of the dataset, or `null` if not set.
31370- example: "MW5vdGVib29rX2NlbGw6ZDI0ZTM2MWMtZDFlNC00NDYwLWIyOWUtNTg3YTczMzA3MDFm "
31370+ example: "MW5vdGVib29rX2NlbGw6MDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAw "
3137131371 nullable: true
3137231372 type: string
3137331373 description:
@@ -180352,7 +180352,7 @@ paths:
180352180352 operationId: ListDatasetReportSchedules
180353180353 parameters:
180354180354 - description: The identifier of the published dataset to retrieve report schedules for.
180355- example: "MW5vdGVib29rX2NlbGw6ZDI0ZTM2MWMtZDFlNC00NDYwLWIyOWUtNTg3YTczMzA3MDFm "
180355+ example: "MW5vdGVib29rX2NlbGw6MDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAw "
180356180356 in: path
180357180357 name: dataset_id
180358180358 required: true
@@ -180368,7 +180368,7 @@ paths:
180368180368 data:
180369180369 - attributes:
180370180370 cell_id: "sevhjcis"
180371- dataset_id: "MW5vdGVib29rX2NlbGw6ZDI0ZTM2MWMtZDFlNC00NDYwLWIyOWUtNTg3YTczMzA3MDFm "
180371+ dataset_id: "MW5vdGVib29rX2NlbGw6MDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAw "
180372180372 description: "This is a scheduled notebook dataset report."
180373180373 file_row_limit: 5000
180374180374 inline_row_limit: 10
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ public static void main(String[] args) {
1313 try {
1414 DatasetReportScheduleListResponse result =
1515 apiInstance .listDatasetReportSchedules (
16- "MW5vdGVib29rX2NlbGw6ZDI0ZTM2MWMtZDFlNC00NDYwLWIyOWUtNTg3YTczMzA3MDFm " );
16+ "MW5vdGVib29rX2NlbGw6MDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAw " );
1717 System .out .println (result );
1818 } catch (ApiException e ) {
1919 System .err .println ("Exception when calling ReportSchedulesApi#listDatasetReportSchedules" );
You can’t perform that action at this time.
0 commit comments