|
2 | 2 | "Adlsgen2Info", |
3 | 3 | "Adlsgen2InfoDict", |
4 | 4 | "Adlsgen2InfoParam", |
| 5 | + "AuthenticationMethod", |
| 6 | + "AuthenticationMethodParam", |
5 | 7 | "AutoScale", |
6 | 8 | "AutoScaleDict", |
7 | 9 | "AutoScaleParam", |
|
43 | 45 | "CronSchedule", |
44 | 46 | "CronScheduleDict", |
45 | 47 | "CronScheduleParam", |
| 48 | + "DashboardTask", |
| 49 | + "DashboardTaskDict", |
| 50 | + "DashboardTaskParam", |
46 | 51 | "DataSecurityMode", |
47 | 52 | "DataSecurityModeParam", |
48 | 53 | "DbfsStorageInfo", |
|
153 | 158 | "PipelineTask", |
154 | 159 | "PipelineTaskDict", |
155 | 160 | "PipelineTaskParam", |
| 161 | + "PowerBiModel", |
| 162 | + "PowerBiModelDict", |
| 163 | + "PowerBiModelParam", |
| 164 | + "PowerBiTable", |
| 165 | + "PowerBiTableDict", |
| 166 | + "PowerBiTableParam", |
| 167 | + "PowerBiTask", |
| 168 | + "PowerBiTaskDict", |
| 169 | + "PowerBiTaskParam", |
156 | 170 | "PythonPyPiLibrary", |
157 | 171 | "PythonPyPiLibraryDict", |
158 | 172 | "PythonPyPiLibraryParam", |
|
204 | 218 | "SqlTaskSubscription", |
205 | 219 | "SqlTaskSubscriptionDict", |
206 | 220 | "SqlTaskSubscriptionParam", |
| 221 | + "StorageMode", |
| 222 | + "StorageModeParam", |
| 223 | + "Subscription", |
| 224 | + "SubscriptionDict", |
| 225 | + "SubscriptionParam", |
| 226 | + "SubscriptionSubscriber", |
| 227 | + "SubscriptionSubscriberDict", |
| 228 | + "SubscriptionSubscriberParam", |
207 | 229 | "TableUpdateTriggerConfiguration", |
208 | 230 | "TableUpdateTriggerConfigurationDict", |
209 | 231 | "TableUpdateTriggerConfigurationParam", |
|
384 | 406 | WorkspaceStorageInfoDict, |
385 | 407 | WorkspaceStorageInfoParam, |
386 | 408 | ) |
| 409 | +from databricks.bundles.jobs._models.authentication_method import ( |
| 410 | + AuthenticationMethod, |
| 411 | + AuthenticationMethodParam, |
| 412 | +) |
387 | 413 | from databricks.bundles.jobs._models.clean_rooms_notebook_task import ( |
388 | 414 | CleanRoomsNotebookTask, |
389 | 415 | CleanRoomsNotebookTaskDict, |
|
414 | 440 | CronScheduleDict, |
415 | 441 | CronScheduleParam, |
416 | 442 | ) |
| 443 | +from databricks.bundles.jobs._models.dashboard_task import ( |
| 444 | + DashboardTask, |
| 445 | + DashboardTaskDict, |
| 446 | + DashboardTaskParam, |
| 447 | +) |
417 | 448 | from databricks.bundles.jobs._models.dbt_task import DbtTask, DbtTaskDict, DbtTaskParam |
418 | 449 | from databricks.bundles.jobs._models.file_arrival_trigger_configuration import ( |
419 | 450 | FileArrivalTriggerConfiguration, |
|
523 | 554 | PipelineTaskDict, |
524 | 555 | PipelineTaskParam, |
525 | 556 | ) |
| 557 | +from databricks.bundles.jobs._models.power_bi_model import ( |
| 558 | + PowerBiModel, |
| 559 | + PowerBiModelDict, |
| 560 | + PowerBiModelParam, |
| 561 | +) |
| 562 | +from databricks.bundles.jobs._models.power_bi_table import ( |
| 563 | + PowerBiTable, |
| 564 | + PowerBiTableDict, |
| 565 | + PowerBiTableParam, |
| 566 | +) |
| 567 | +from databricks.bundles.jobs._models.power_bi_task import ( |
| 568 | + PowerBiTask, |
| 569 | + PowerBiTaskDict, |
| 570 | + PowerBiTaskParam, |
| 571 | +) |
526 | 572 | from databricks.bundles.jobs._models.python_wheel_task import ( |
527 | 573 | PythonWheelTask, |
528 | 574 | PythonWheelTaskDict, |
|
581 | 627 | SqlTaskSubscriptionDict, |
582 | 628 | SqlTaskSubscriptionParam, |
583 | 629 | ) |
| 630 | +from databricks.bundles.jobs._models.storage_mode import StorageMode, StorageModeParam |
| 631 | +from databricks.bundles.jobs._models.subscription import ( |
| 632 | + Subscription, |
| 633 | + SubscriptionDict, |
| 634 | + SubscriptionParam, |
| 635 | +) |
| 636 | +from databricks.bundles.jobs._models.subscription_subscriber import ( |
| 637 | + SubscriptionSubscriber, |
| 638 | + SubscriptionSubscriberDict, |
| 639 | + SubscriptionSubscriberParam, |
| 640 | +) |
584 | 641 | from databricks.bundles.jobs._models.table_update_trigger_configuration import ( |
585 | 642 | TableUpdateTriggerConfiguration, |
586 | 643 | TableUpdateTriggerConfigurationDict, |
|
0 commit comments