databricks-bundles 0.266.0__tar.gz → 0.267.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (173) hide show
  1. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/PKG-INFO +2 -2
  2. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/README.md +1 -1
  3. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/__init__.py +6 -0
  4. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/continuous.py +14 -0
  5. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/environment.py +10 -0
  6. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/gcp_attributes.py +14 -0
  7. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/init_script_info.py +16 -0
  8. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/job_email_notifications.py +13 -1
  9. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/library.py +10 -0
  10. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/spark_jar_task.py +25 -1
  11. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/task_email_notifications.py +13 -1
  12. databricks_bundles-0.267.0/databricks/bundles/jobs/_models/task_retry_mode.py +17 -0
  13. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/pipelines/__init__.py +32 -0
  14. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/pipelines/_models/gcp_attributes.py +14 -0
  15. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/pipelines/_models/ingestion_gateway_pipeline_definition.py +10 -0
  16. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/pipelines/_models/ingestion_pipeline_definition.py +18 -0
  17. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/pipelines/_models/init_script_info.py +16 -0
  18. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/pipelines/_models/pipeline.py +2 -2
  19. databricks_bundles-0.267.0/databricks/bundles/pipelines/_models/postgres_catalog_config.py +50 -0
  20. databricks_bundles-0.267.0/databricks/bundles/pipelines/_models/postgres_slot_config.py +60 -0
  21. databricks_bundles-0.267.0/databricks/bundles/pipelines/_models/source_catalog_config.py +64 -0
  22. databricks_bundles-0.267.0/databricks/bundles/pipelines/_models/source_config.py +48 -0
  23. databricks_bundles-0.267.0/databricks/bundles/version.py +1 -0
  24. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/pyproject.toml +2 -1
  25. databricks_bundles-0.266.0/databricks/bundles/version.py +0 -1
  26. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/LICENSE +0 -0
  27. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/__init__.py +0 -0
  28. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/__init__.py +0 -0
  29. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/build.py +0 -0
  30. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/core/__init__.py +0 -0
  31. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/core/_bundle.py +0 -0
  32. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/core/_diagnostics.py +0 -0
  33. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/core/_load.py +2 -2
  34. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/core/_location.py +0 -0
  35. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/core/_resource.py +0 -0
  36. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/core/_resource_mutator.py +0 -0
  37. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/core/_resource_type.py +0 -0
  38. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/core/_resources.py +0 -0
  39. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/core/_transform.py +0 -0
  40. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/core/_transform_to_json.py +0 -0
  41. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/core/_variable.py +1 -1
  42. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/adlsgen2_info.py +0 -0
  43. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/authentication_method.py +0 -0
  44. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/auto_scale.py +0 -0
  45. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/aws_attributes.py +0 -0
  46. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/aws_availability.py +0 -0
  47. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/azure_attributes.py +0 -0
  48. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/azure_availability.py +0 -0
  49. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/clean_rooms_notebook_task.py +0 -0
  50. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/clients_types.py +0 -0
  51. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/cluster_log_conf.py +0 -0
  52. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/cluster_spec.py +0 -0
  53. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/compute_config.py +0 -0
  54. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/condition.py +0 -0
  55. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/condition_task.py +0 -0
  56. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/condition_task_op.py +0 -0
  57. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/cron_schedule.py +0 -0
  58. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/dashboard_task.py +0 -0
  59. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/data_security_mode.py +0 -0
  60. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/dbfs_storage_info.py +0 -0
  61. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/dbt_platform_task.py +0 -0
  62. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/dbt_task.py +0 -0
  63. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/docker_basic_auth.py +0 -0
  64. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/docker_image.py +0 -0
  65. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/ebs_volume_type.py +0 -0
  66. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/file_arrival_trigger_configuration.py +0 -0
  67. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/for_each_task.py +0 -0
  68. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/gcp_availability.py +0 -0
  69. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/gcs_storage_info.py +0 -0
  70. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/gen_ai_compute_task.py +0 -0
  71. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/git_provider.py +0 -0
  72. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/git_source.py +0 -0
  73. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/job.py +0 -0
  74. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/job_cluster.py +0 -0
  75. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/job_environment.py +0 -0
  76. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/job_notification_settings.py +0 -0
  77. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/job_parameter_definition.py +0 -0
  78. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/job_permission.py +0 -0
  79. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/job_permission_level.py +0 -0
  80. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/job_run_as.py +0 -0
  81. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/jobs_health_metric.py +0 -0
  82. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/jobs_health_operator.py +0 -0
  83. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/jobs_health_rule.py +0 -0
  84. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/jobs_health_rules.py +0 -0
  85. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/local_file_info.py +0 -0
  86. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/log_analytics_info.py +0 -0
  87. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/maven_library.py +0 -0
  88. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/notebook_task.py +0 -0
  89. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/pause_status.py +0 -0
  90. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/performance_target.py +0 -0
  91. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/periodic_trigger_configuration.py +0 -0
  92. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/periodic_trigger_configuration_time_unit.py +0 -0
  93. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/pipeline_params.py +0 -0
  94. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/pipeline_task.py +0 -0
  95. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/power_bi_model.py +0 -0
  96. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/power_bi_table.py +0 -0
  97. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/power_bi_task.py +0 -0
  98. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/python_py_pi_library.py +0 -0
  99. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/python_wheel_task.py +0 -0
  100. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/queue_settings.py +0 -0
  101. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/r_cran_library.py +0 -0
  102. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/run_if.py +0 -0
  103. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/run_job_task.py +0 -0
  104. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/runtime_engine.py +0 -0
  105. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/s3_storage_info.py +0 -0
  106. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/source.py +0 -0
  107. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/spark_python_task.py +0 -0
  108. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/spark_submit_task.py +0 -0
  109. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/sql_task.py +0 -0
  110. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/sql_task_alert.py +0 -0
  111. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/sql_task_dashboard.py +0 -0
  112. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/sql_task_file.py +0 -0
  113. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/sql_task_query.py +0 -0
  114. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/sql_task_subscription.py +0 -0
  115. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/storage_mode.py +0 -0
  116. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/subscription.py +0 -0
  117. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/subscription_subscriber.py +0 -0
  118. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/table_update_trigger_configuration.py +0 -0
  119. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/task.py +0 -0
  120. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/task_dependency.py +0 -0
  121. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/task_notification_settings.py +0 -0
  122. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/trigger_settings.py +0 -0
  123. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/volumes_storage_info.py +0 -0
  124. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/webhook.py +0 -0
  125. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/webhook_notifications.py +0 -0
  126. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/workload_type.py +0 -0
  127. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/jobs/_models/workspace_storage_info.py +0 -0
  128. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/pipelines/_models/adlsgen2_info.py +0 -0
  129. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/pipelines/_models/aws_attributes.py +0 -0
  130. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/pipelines/_models/aws_availability.py +0 -0
  131. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/pipelines/_models/azure_attributes.py +0 -0
  132. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/pipelines/_models/azure_availability.py +0 -0
  133. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/pipelines/_models/cluster_log_conf.py +0 -0
  134. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/pipelines/_models/day_of_week.py +0 -0
  135. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/pipelines/_models/dbfs_storage_info.py +0 -0
  136. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/pipelines/_models/ebs_volume_type.py +0 -0
  137. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/pipelines/_models/event_log_spec.py +0 -0
  138. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/pipelines/_models/file_library.py +0 -0
  139. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/pipelines/_models/filters.py +0 -0
  140. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/pipelines/_models/gcp_availability.py +0 -0
  141. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/pipelines/_models/gcs_storage_info.py +0 -0
  142. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/pipelines/_models/ingestion_config.py +0 -0
  143. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/pipelines/_models/ingestion_pipeline_definition_table_specific_config_query_based_connector_config.py +0 -0
  144. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/pipelines/_models/ingestion_source_type.py +0 -0
  145. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/pipelines/_models/local_file_info.py +0 -0
  146. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/pipelines/_models/log_analytics_info.py +0 -0
  147. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/pipelines/_models/maven_library.py +0 -0
  148. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/pipelines/_models/notebook_library.py +0 -0
  149. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/pipelines/_models/notifications.py +0 -0
  150. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/pipelines/_models/path_pattern.py +0 -0
  151. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/pipelines/_models/pipeline_cluster.py +0 -0
  152. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/pipelines/_models/pipeline_cluster_autoscale.py +0 -0
  153. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/pipelines/_models/pipeline_cluster_autoscale_mode.py +0 -0
  154. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/pipelines/_models/pipeline_library.py +0 -0
  155. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/pipelines/_models/pipeline_permission.py +0 -0
  156. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/pipelines/_models/pipeline_permission_level.py +0 -0
  157. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/pipelines/_models/pipelines_environment.py +0 -0
  158. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/pipelines/_models/report_spec.py +0 -0
  159. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/pipelines/_models/restart_window.py +0 -0
  160. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/pipelines/_models/run_as.py +0 -0
  161. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/pipelines/_models/s3_storage_info.py +0 -0
  162. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/pipelines/_models/schema_spec.py +0 -0
  163. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/pipelines/_models/table_spec.py +0 -0
  164. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/pipelines/_models/table_specific_config.py +0 -0
  165. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/pipelines/_models/table_specific_config_scd_type.py +0 -0
  166. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/pipelines/_models/volumes_storage_info.py +0 -0
  167. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/pipelines/_models/workspace_storage_info.py +0 -0
  168. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/py.typed +0 -0
  169. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/volumes/__init__.py +0 -0
  170. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/volumes/_models/volume.py +0 -0
  171. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/volumes/_models/volume_grant.py +0 -0
  172. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/volumes/_models/volume_grant_privilege.py +0 -0
  173. {databricks_bundles-0.266.0 → databricks_bundles-0.267.0}/databricks/bundles/volumes/_models/volume_type.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: databricks-bundles
3
- Version: 0.266.0
3
+ Version: 0.267.0
4
4
  Summary: Python support for Databricks Asset Bundles
5
5
  Author-email: Gleb Kanterov <gleb.kanterov@databricks.com>
6
6
  Requires-Python: >=3.10
@@ -22,7 +22,7 @@ Reference documentation is available at https://databricks.github.io/cli/experim
22
22
 
23
23
  To use `databricks-bundles`, you must first:
24
24
 
25
- 1. Install the [Databricks CLI](https://github.com/databricks/cli), version 0.266.0 or above
25
+ 1. Install the [Databricks CLI](https://github.com/databricks/cli), version 0.267.0 or above
26
26
  2. Authenticate to your Databricks workspace if you have not done so already:
27
27
 
28
28
  ```bash
@@ -13,7 +13,7 @@ Reference documentation is available at https://databricks.github.io/cli/experim
13
13
 
14
14
  To use `databricks-bundles`, you must first:
15
15
 
16
- 1. Install the [Databricks CLI](https://github.com/databricks/cli), version 0.266.0 or above
16
+ 1. Install the [Databricks CLI](https://github.com/databricks/cli), version 0.267.0 or above
17
17
  2. Authenticate to your Databricks workspace if you have not done so already:
18
18
 
19
19
  ```bash
@@ -244,6 +244,8 @@ __all__ = [
244
244
  "TaskNotificationSettingsDict",
245
245
  "TaskNotificationSettingsParam",
246
246
  "TaskParam",
247
+ "TaskRetryMode",
248
+ "TaskRetryModeParam",
247
249
  "TriggerSettings",
248
250
  "TriggerSettingsDict",
249
251
  "TriggerSettingsParam",
@@ -648,6 +650,10 @@ from databricks.bundles.jobs._models.task_notification_settings import (
648
650
  TaskNotificationSettingsDict,
649
651
  TaskNotificationSettingsParam,
650
652
  )
653
+ from databricks.bundles.jobs._models.task_retry_mode import (
654
+ TaskRetryMode,
655
+ TaskRetryModeParam,
656
+ )
651
657
  from databricks.bundles.jobs._models.trigger_settings import (
652
658
  TriggerSettings,
653
659
  TriggerSettingsDict,
@@ -5,6 +5,10 @@ from databricks.bundles.core._transform import _transform
5
5
  from databricks.bundles.core._transform_to_json import _transform_to_json_value
6
6
  from databricks.bundles.core._variable import VariableOrOptional
7
7
  from databricks.bundles.jobs._models.pause_status import PauseStatus, PauseStatusParam
8
+ from databricks.bundles.jobs._models.task_retry_mode import (
9
+ TaskRetryMode,
10
+ TaskRetryModeParam,
11
+ )
8
12
 
9
13
  if TYPE_CHECKING:
10
14
  from typing_extensions import Self
@@ -19,6 +23,11 @@ class Continuous:
19
23
  Indicate whether the continuous execution of the job is paused or not. Defaults to UNPAUSED.
20
24
  """
21
25
 
26
+ task_retry_mode: VariableOrOptional[TaskRetryMode] = None
27
+ """
28
+ Indicate whether the continuous job is applying task level retries or not. Defaults to NEVER.
29
+ """
30
+
22
31
  @classmethod
23
32
  def from_dict(cls, value: "ContinuousDict") -> "Self":
24
33
  return _transform(cls, value)
@@ -35,5 +44,10 @@ class ContinuousDict(TypedDict, total=False):
35
44
  Indicate whether the continuous execution of the job is paused or not. Defaults to UNPAUSED.
36
45
  """
37
46
 
47
+ task_retry_mode: VariableOrOptional[TaskRetryModeParam]
48
+ """
49
+ Indicate whether the continuous job is applying task level retries or not. Defaults to NEVER.
50
+ """
51
+
38
52
 
39
53
  ContinuousParam = ContinuousDict | Continuous
@@ -16,6 +16,11 @@ class Environment:
16
16
  In this minimal environment spec, only pip dependencies are supported.
17
17
  """
18
18
 
19
+ client: VariableOrOptional[str] = None
20
+ """
21
+ [DEPRECATED] Use `environment_version` instead.
22
+ """
23
+
19
24
  dependencies: VariableOrList[str] = field(default_factory=list)
20
25
  """
21
26
  List of pip dependencies, as supported by the version of pip in this environment.
@@ -46,6 +51,11 @@ class Environment:
46
51
  class EnvironmentDict(TypedDict, total=False):
47
52
  """"""
48
53
 
54
+ client: VariableOrOptional[str]
55
+ """
56
+ [DEPRECATED] Use `environment_version` instead.
57
+ """
58
+
49
59
  dependencies: VariableOrList[str]
50
60
  """
51
61
  List of pip dependencies, as supported by the version of pip in this environment.
@@ -53,6 +53,13 @@ class GcpAttributes:
53
53
  for the supported number of local SSDs for each instance type.
54
54
  """
55
55
 
56
+ use_preemptible_executors: VariableOrOptional[bool] = None
57
+ """
58
+ [DEPRECATED] This field determines whether the spark executors will be scheduled to run on preemptible
59
+ VMs (when set to true) versus standard compute engine VMs (when set to false; default).
60
+ Note: Soon to be deprecated, use the 'availability' field instead.
61
+ """
62
+
56
63
  zone_id: VariableOrOptional[str] = None
57
64
  """
58
65
  Identifier for the availability zone in which the cluster resides.
@@ -108,6 +115,13 @@ class GcpAttributesDict(TypedDict, total=False):
108
115
  for the supported number of local SSDs for each instance type.
109
116
  """
110
117
 
118
+ use_preemptible_executors: VariableOrOptional[bool]
119
+ """
120
+ [DEPRECATED] This field determines whether the spark executors will be scheduled to run on preemptible
121
+ VMs (when set to true) versus standard compute engine VMs (when set to false; default).
122
+ Note: Soon to be deprecated, use the 'availability' field instead.
123
+ """
124
+
111
125
  zone_id: VariableOrOptional[str]
112
126
  """
113
127
  Identifier for the availability zone in which the cluster resides.
@@ -8,6 +8,10 @@ from databricks.bundles.jobs._models.adlsgen2_info import (
8
8
  Adlsgen2Info,
9
9
  Adlsgen2InfoParam,
10
10
  )
11
+ from databricks.bundles.jobs._models.dbfs_storage_info import (
12
+ DbfsStorageInfo,
13
+ DbfsStorageInfoParam,
14
+ )
11
15
  from databricks.bundles.jobs._models.gcs_storage_info import (
12
16
  GcsStorageInfo,
13
17
  GcsStorageInfoParam,
@@ -45,6 +49,12 @@ class InitScriptInfo:
45
49
  Contains the Azure Data Lake Storage destination path
46
50
  """
47
51
 
52
+ dbfs: VariableOrOptional[DbfsStorageInfo] = None
53
+ """
54
+ [DEPRECATED] destination needs to be provided. e.g.
55
+ `{ "dbfs": { "destination" : "dbfs:/home/cluster_log" } }`
56
+ """
57
+
48
58
  file: VariableOrOptional[LocalFileInfo] = None
49
59
  """
50
60
  destination needs to be provided, e.g.
@@ -93,6 +103,12 @@ class InitScriptInfoDict(TypedDict, total=False):
93
103
  Contains the Azure Data Lake Storage destination path
94
104
  """
95
105
 
106
+ dbfs: VariableOrOptional[DbfsStorageInfoParam]
107
+ """
108
+ [DEPRECATED] destination needs to be provided. e.g.
109
+ `{ "dbfs": { "destination" : "dbfs:/home/cluster_log" } }`
110
+ """
111
+
96
112
  file: VariableOrOptional[LocalFileInfoParam]
97
113
  """
98
114
  destination needs to be provided, e.g.
@@ -3,7 +3,7 @@ from typing import TYPE_CHECKING, TypedDict
3
3
 
4
4
  from databricks.bundles.core._transform import _transform
5
5
  from databricks.bundles.core._transform_to_json import _transform_to_json_value
6
- from databricks.bundles.core._variable import VariableOrList
6
+ from databricks.bundles.core._variable import VariableOrList, VariableOrOptional
7
7
 
8
8
  if TYPE_CHECKING:
9
9
  from typing_extensions import Self
@@ -13,6 +13,12 @@ if TYPE_CHECKING:
13
13
  class JobEmailNotifications:
14
14
  """"""
15
15
 
16
+ no_alert_for_skipped_runs: VariableOrOptional[bool] = None
17
+ """
18
+ [DEPRECATED] If true, do not send email to recipients specified in `on_failure` if the run is skipped.
19
+ This field is `deprecated`. Please use the `notification_settings.no_alert_for_skipped_runs` field.
20
+ """
21
+
16
22
  on_duration_warning_threshold_exceeded: VariableOrList[str] = field(
17
23
  default_factory=list
18
24
  )
@@ -53,6 +59,12 @@ class JobEmailNotifications:
53
59
  class JobEmailNotificationsDict(TypedDict, total=False):
54
60
  """"""
55
61
 
62
+ no_alert_for_skipped_runs: VariableOrOptional[bool]
63
+ """
64
+ [DEPRECATED] If true, do not send email to recipients specified in `on_failure` if the run is skipped.
65
+ This field is `deprecated`. Please use the `notification_settings.no_alert_for_skipped_runs` field.
66
+ """
67
+
56
68
  on_duration_warning_threshold_exceeded: VariableOrList[str]
57
69
  """
58
70
  A list of email addresses to be notified when the duration of a run exceeds the threshold specified for the `RUN_DURATION_SECONDS` metric in the `health` field. If no rule for the `RUN_DURATION_SECONDS` metric is specified in the `health` field for the job, notifications are not sent.
@@ -30,6 +30,11 @@ class Library:
30
30
  Specification of a CRAN library to be installed as part of the library
31
31
  """
32
32
 
33
+ egg: VariableOrOptional[str] = None
34
+ """
35
+ [DEPRECATED] Deprecated. URI of the egg library to install. Installing Python egg files is deprecated and is not supported in Databricks Runtime 14.0 and above.
36
+ """
37
+
33
38
  jar: VariableOrOptional[str] = None
34
39
  """
35
40
  URI of the JAR library to install. Supported URIs include Workspace paths, Unity Catalog Volumes paths, and S3 URIs.
@@ -82,6 +87,11 @@ class LibraryDict(TypedDict, total=False):
82
87
  Specification of a CRAN library to be installed as part of the library
83
88
  """
84
89
 
90
+ egg: VariableOrOptional[str]
91
+ """
92
+ [DEPRECATED] Deprecated. URI of the egg library to install. Installing Python egg files is deprecated and is not supported in Databricks Runtime 14.0 and above.
93
+ """
94
+
85
95
  jar: VariableOrOptional[str]
86
96
  """
87
97
  URI of the JAR library to install. Supported URIs include Workspace paths, Unity Catalog Volumes paths, and S3 URIs.
@@ -3,7 +3,11 @@ from typing import TYPE_CHECKING, TypedDict
3
3
 
4
4
  from databricks.bundles.core._transform import _transform
5
5
  from databricks.bundles.core._transform_to_json import _transform_to_json_value
6
- from databricks.bundles.core._variable import VariableOr, VariableOrList
6
+ from databricks.bundles.core._variable import (
7
+ VariableOr,
8
+ VariableOrList,
9
+ VariableOrOptional,
10
+ )
7
11
 
8
12
  if TYPE_CHECKING:
9
13
  from typing_extensions import Self
@@ -20,6 +24,11 @@ class SparkJarTask:
20
24
  The code must use `SparkContext.getOrCreate` to obtain a Spark context; otherwise, runs of the job fail.
21
25
  """
22
26
 
27
+ jar_uri: VariableOrOptional[str] = None
28
+ """
29
+ [DEPRECATED] Deprecated since 04/2016. Provide a `jar` through the `libraries` field instead. For an example, see :method:jobs/create.
30
+ """
31
+
23
32
  parameters: VariableOrList[str] = field(default_factory=list)
24
33
  """
25
34
  Parameters passed to the main method.
@@ -27,6 +36,11 @@ class SparkJarTask:
27
36
  Use [Task parameter variables](https://docs.databricks.com/jobs.html#parameter-variables) to set parameters containing information about job runs.
28
37
  """
29
38
 
39
+ run_as_repl: VariableOrOptional[bool] = None
40
+ """
41
+ [DEPRECATED] Deprecated. A value of `false` is no longer supported.
42
+ """
43
+
30
44
  @classmethod
31
45
  def from_dict(cls, value: "SparkJarTaskDict") -> "Self":
32
46
  return _transform(cls, value)
@@ -45,6 +59,11 @@ class SparkJarTaskDict(TypedDict, total=False):
45
59
  The code must use `SparkContext.getOrCreate` to obtain a Spark context; otherwise, runs of the job fail.
46
60
  """
47
61
 
62
+ jar_uri: VariableOrOptional[str]
63
+ """
64
+ [DEPRECATED] Deprecated since 04/2016. Provide a `jar` through the `libraries` field instead. For an example, see :method:jobs/create.
65
+ """
66
+
48
67
  parameters: VariableOrList[str]
49
68
  """
50
69
  Parameters passed to the main method.
@@ -52,5 +71,10 @@ class SparkJarTaskDict(TypedDict, total=False):
52
71
  Use [Task parameter variables](https://docs.databricks.com/jobs.html#parameter-variables) to set parameters containing information about job runs.
53
72
  """
54
73
 
74
+ run_as_repl: VariableOrOptional[bool]
75
+ """
76
+ [DEPRECATED] Deprecated. A value of `false` is no longer supported.
77
+ """
78
+
55
79
 
56
80
  SparkJarTaskParam = SparkJarTaskDict | SparkJarTask
@@ -3,7 +3,7 @@ from typing import TYPE_CHECKING, TypedDict
3
3
 
4
4
  from databricks.bundles.core._transform import _transform
5
5
  from databricks.bundles.core._transform_to_json import _transform_to_json_value
6
- from databricks.bundles.core._variable import VariableOrList
6
+ from databricks.bundles.core._variable import VariableOrList, VariableOrOptional
7
7
 
8
8
  if TYPE_CHECKING:
9
9
  from typing_extensions import Self
@@ -13,6 +13,12 @@ if TYPE_CHECKING:
13
13
  class TaskEmailNotifications:
14
14
  """"""
15
15
 
16
+ no_alert_for_skipped_runs: VariableOrOptional[bool] = None
17
+ """
18
+ [DEPRECATED] If true, do not send email to recipients specified in `on_failure` if the run is skipped.
19
+ This field is `deprecated`. Please use the `notification_settings.no_alert_for_skipped_runs` field.
20
+ """
21
+
16
22
  on_duration_warning_threshold_exceeded: VariableOrList[str] = field(
17
23
  default_factory=list
18
24
  )
@@ -53,6 +59,12 @@ class TaskEmailNotifications:
53
59
  class TaskEmailNotificationsDict(TypedDict, total=False):
54
60
  """"""
55
61
 
62
+ no_alert_for_skipped_runs: VariableOrOptional[bool]
63
+ """
64
+ [DEPRECATED] If true, do not send email to recipients specified in `on_failure` if the run is skipped.
65
+ This field is `deprecated`. Please use the `notification_settings.no_alert_for_skipped_runs` field.
66
+ """
67
+
56
68
  on_duration_warning_threshold_exceeded: VariableOrList[str]
57
69
  """
58
70
  A list of email addresses to be notified when the duration of a run exceeds the threshold specified for the `RUN_DURATION_SECONDS` metric in the `health` field. If no rule for the `RUN_DURATION_SECONDS` metric is specified in the `health` field for the job, notifications are not sent.
@@ -0,0 +1,17 @@
1
+ from enum import Enum
2
+ from typing import Literal
3
+
4
+
5
+ class TaskRetryMode(Enum):
6
+ """
7
+ task retry mode of the continuous job
8
+ * NEVER: The failed task will not be retried.
9
+ * ON_FAILURE: Retry a failed task if at least one other task in the job is still running its first attempt.
10
+ When this condition is no longer met or the retry limit is reached, the job run is cancelled and a new run is started.
11
+ """
12
+
13
+ NEVER = "NEVER"
14
+ ON_FAILURE = "ON_FAILURE"
15
+
16
+
17
+ TaskRetryModeParam = Literal["NEVER", "ON_FAILURE"] | TaskRetryMode
@@ -96,6 +96,12 @@ __all__ = [
96
96
  "PipelinesEnvironment",
97
97
  "PipelinesEnvironmentDict",
98
98
  "PipelinesEnvironmentParam",
99
+ "PostgresCatalogConfig",
100
+ "PostgresCatalogConfigDict",
101
+ "PostgresCatalogConfigParam",
102
+ "PostgresSlotConfig",
103
+ "PostgresSlotConfigDict",
104
+ "PostgresSlotConfigParam",
99
105
  "ReportSpec",
100
106
  "ReportSpecDict",
101
107
  "ReportSpecParam",
@@ -111,6 +117,12 @@ __all__ = [
111
117
  "SchemaSpec",
112
118
  "SchemaSpecDict",
113
119
  "SchemaSpecParam",
120
+ "SourceCatalogConfig",
121
+ "SourceCatalogConfigDict",
122
+ "SourceCatalogConfigParam",
123
+ "SourceConfig",
124
+ "SourceConfigDict",
125
+ "SourceConfigParam",
114
126
  "TableSpec",
115
127
  "TableSpecDict",
116
128
  "TableSpecParam",
@@ -292,6 +304,16 @@ from databricks.bundles.pipelines._models.pipelines_environment import (
292
304
  PipelinesEnvironmentDict,
293
305
  PipelinesEnvironmentParam,
294
306
  )
307
+ from databricks.bundles.pipelines._models.postgres_catalog_config import (
308
+ PostgresCatalogConfig,
309
+ PostgresCatalogConfigDict,
310
+ PostgresCatalogConfigParam,
311
+ )
312
+ from databricks.bundles.pipelines._models.postgres_slot_config import (
313
+ PostgresSlotConfig,
314
+ PostgresSlotConfigDict,
315
+ PostgresSlotConfigParam,
316
+ )
295
317
  from databricks.bundles.pipelines._models.report_spec import (
296
318
  ReportSpec,
297
319
  ReportSpecDict,
@@ -313,6 +335,16 @@ from databricks.bundles.pipelines._models.schema_spec import (
313
335
  SchemaSpecDict,
314
336
  SchemaSpecParam,
315
337
  )
338
+ from databricks.bundles.pipelines._models.source_catalog_config import (
339
+ SourceCatalogConfig,
340
+ SourceCatalogConfigDict,
341
+ SourceCatalogConfigParam,
342
+ )
343
+ from databricks.bundles.pipelines._models.source_config import (
344
+ SourceConfig,
345
+ SourceConfigDict,
346
+ SourceConfigParam,
347
+ )
316
348
  from databricks.bundles.pipelines._models.table_spec import (
317
349
  TableSpec,
318
350
  TableSpecDict,
@@ -53,6 +53,13 @@ class GcpAttributes:
53
53
  for the supported number of local SSDs for each instance type.
54
54
  """
55
55
 
56
+ use_preemptible_executors: VariableOrOptional[bool] = None
57
+ """
58
+ [DEPRECATED] This field determines whether the spark executors will be scheduled to run on preemptible
59
+ VMs (when set to true) versus standard compute engine VMs (when set to false; default).
60
+ Note: Soon to be deprecated, use the 'availability' field instead.
61
+ """
62
+
56
63
  zone_id: VariableOrOptional[str] = None
57
64
  """
58
65
  Identifier for the availability zone in which the cluster resides.
@@ -108,6 +115,13 @@ class GcpAttributesDict(TypedDict, total=False):
108
115
  for the supported number of local SSDs for each instance type.
109
116
  """
110
117
 
118
+ use_preemptible_executors: VariableOrOptional[bool]
119
+ """
120
+ [DEPRECATED] This field determines whether the spark executors will be scheduled to run on preemptible
121
+ VMs (when set to true) versus standard compute engine VMs (when set to false; default).
122
+ Note: Soon to be deprecated, use the 'availability' field instead.
123
+ """
124
+
111
125
  zone_id: VariableOrOptional[str]
112
126
  """
113
127
  Identifier for the availability zone in which the cluster resides.
@@ -30,6 +30,11 @@ class IngestionGatewayPipelineDefinition:
30
30
  Required, Immutable. The name of the schema for the gateway pipelines's storage location.
31
31
  """
32
32
 
33
+ connection_id: VariableOrOptional[str] = None
34
+ """
35
+ [DEPRECATED] [Deprecated, use connection_name instead] Immutable. The Unity Catalog connection that this gateway pipeline uses to communicate with the source.
36
+ """
37
+
33
38
  gateway_storage_name: VariableOrOptional[str] = None
34
39
  """
35
40
  Optional. The Unity Catalog-compatible name for the gateway storage location.
@@ -63,6 +68,11 @@ class IngestionGatewayPipelineDefinitionDict(TypedDict, total=False):
63
68
  Required, Immutable. The name of the schema for the gateway pipelines's storage location.
64
69
  """
65
70
 
71
+ connection_id: VariableOrOptional[str]
72
+ """
73
+ [DEPRECATED] [Deprecated, use connection_name instead] Immutable. The Unity Catalog connection that this gateway pipeline uses to communicate with the source.
74
+ """
75
+
66
76
  gateway_storage_name: VariableOrOptional[str]
67
77
  """
68
78
  Optional. The Unity Catalog-compatible name for the gateway storage location.
@@ -12,6 +12,10 @@ from databricks.bundles.pipelines._models.ingestion_source_type import (
12
12
  IngestionSourceType,
13
13
  IngestionSourceTypeParam,
14
14
  )
15
+ from databricks.bundles.pipelines._models.source_config import (
16
+ SourceConfig,
17
+ SourceConfigParam,
18
+ )
15
19
  from databricks.bundles.pipelines._models.table_specific_config import (
16
20
  TableSpecificConfig,
17
21
  TableSpecificConfigParam,
@@ -40,6 +44,13 @@ class IngestionPipelineDefinition:
40
44
  Required. Settings specifying tables to replicate and the destination for the replicated tables.
41
45
  """
42
46
 
47
+ source_configurations: VariableOrList[SourceConfig] = field(default_factory=list)
48
+ """
49
+ :meta private: [EXPERIMENTAL]
50
+
51
+ Top-level source configurations
52
+ """
53
+
43
54
  source_type: VariableOrOptional[IngestionSourceType] = None
44
55
  """
45
56
  The type of the foreign source.
@@ -78,6 +89,13 @@ class IngestionPipelineDefinitionDict(TypedDict, total=False):
78
89
  Required. Settings specifying tables to replicate and the destination for the replicated tables.
79
90
  """
80
91
 
92
+ source_configurations: VariableOrList[SourceConfigParam]
93
+ """
94
+ :meta private: [EXPERIMENTAL]
95
+
96
+ Top-level source configurations
97
+ """
98
+
81
99
  source_type: VariableOrOptional[IngestionSourceTypeParam]
82
100
  """
83
101
  The type of the foreign source.
@@ -8,6 +8,10 @@ from databricks.bundles.pipelines._models.adlsgen2_info import (
8
8
  Adlsgen2Info,
9
9
  Adlsgen2InfoParam,
10
10
  )
11
+ from databricks.bundles.pipelines._models.dbfs_storage_info import (
12
+ DbfsStorageInfo,
13
+ DbfsStorageInfoParam,
14
+ )
11
15
  from databricks.bundles.pipelines._models.gcs_storage_info import (
12
16
  GcsStorageInfo,
13
17
  GcsStorageInfoParam,
@@ -45,6 +49,12 @@ class InitScriptInfo:
45
49
  Contains the Azure Data Lake Storage destination path
46
50
  """
47
51
 
52
+ dbfs: VariableOrOptional[DbfsStorageInfo] = None
53
+ """
54
+ [DEPRECATED] destination needs to be provided. e.g.
55
+ `{ "dbfs": { "destination" : "dbfs:/home/cluster_log" } }`
56
+ """
57
+
48
58
  file: VariableOrOptional[LocalFileInfo] = None
49
59
  """
50
60
  destination needs to be provided, e.g.
@@ -93,6 +103,12 @@ class InitScriptInfoDict(TypedDict, total=False):
93
103
  Contains the Azure Data Lake Storage destination path
94
104
  """
95
105
 
106
+ dbfs: VariableOrOptional[DbfsStorageInfoParam]
107
+ """
108
+ [DEPRECATED] destination needs to be provided. e.g.
109
+ `{ "dbfs": { "destination" : "dbfs:/home/cluster_log" } }`
110
+ """
111
+
96
112
  file: VariableOrOptional[LocalFileInfoParam]
97
113
  """
98
114
  destination needs to be provided, e.g.
@@ -203,7 +203,7 @@ class Pipeline(Resource):
203
203
 
204
204
  target: VariableOrOptional[str] = None
205
205
  """
206
- Target schema (database) to add tables in this pipeline to. Exactly one of `schema` or `target` must be specified. To publish to Unity Catalog, also specify `catalog`. This legacy field is deprecated for pipeline creation in favor of the `schema` field.
206
+ [DEPRECATED] Target schema (database) to add tables in this pipeline to. Exactly one of `schema` or `target` must be specified. To publish to Unity Catalog, also specify `catalog`. This legacy field is deprecated for pipeline creation in favor of the `schema` field.
207
207
  """
208
208
 
209
209
  @classmethod
@@ -361,7 +361,7 @@ class PipelineDict(TypedDict, total=False):
361
361
 
362
362
  target: VariableOrOptional[str]
363
363
  """
364
- Target schema (database) to add tables in this pipeline to. Exactly one of `schema` or `target` must be specified. To publish to Unity Catalog, also specify `catalog`. This legacy field is deprecated for pipeline creation in favor of the `schema` field.
364
+ [DEPRECATED] Target schema (database) to add tables in this pipeline to. Exactly one of `schema` or `target` must be specified. To publish to Unity Catalog, also specify `catalog`. This legacy field is deprecated for pipeline creation in favor of the `schema` field.
365
365
  """
366
366
 
367
367
 
@@ -0,0 +1,50 @@
1
+ from dataclasses import dataclass
2
+ from typing import TYPE_CHECKING, TypedDict
3
+
4
+ from databricks.bundles.core._transform import _transform
5
+ from databricks.bundles.core._transform_to_json import _transform_to_json_value
6
+ from databricks.bundles.core._variable import VariableOrOptional
7
+ from databricks.bundles.pipelines._models.postgres_slot_config import (
8
+ PostgresSlotConfig,
9
+ PostgresSlotConfigParam,
10
+ )
11
+
12
+ if TYPE_CHECKING:
13
+ from typing_extensions import Self
14
+
15
+
16
+ @dataclass(kw_only=True)
17
+ class PostgresCatalogConfig:
18
+ """
19
+ :meta private: [EXPERIMENTAL]
20
+
21
+ PG-specific catalog-level configuration parameters
22
+ """
23
+
24
+ slot_config: VariableOrOptional[PostgresSlotConfig] = None
25
+ """
26
+ :meta private: [EXPERIMENTAL]
27
+
28
+ Optional. The Postgres slot configuration to use for logical replication
29
+ """
30
+
31
+ @classmethod
32
+ def from_dict(cls, value: "PostgresCatalogConfigDict") -> "Self":
33
+ return _transform(cls, value)
34
+
35
+ def as_dict(self) -> "PostgresCatalogConfigDict":
36
+ return _transform_to_json_value(self) # type:ignore
37
+
38
+
39
+ class PostgresCatalogConfigDict(TypedDict, total=False):
40
+ """"""
41
+
42
+ slot_config: VariableOrOptional[PostgresSlotConfigParam]
43
+ """
44
+ :meta private: [EXPERIMENTAL]
45
+
46
+ Optional. The Postgres slot configuration to use for logical replication
47
+ """
48
+
49
+
50
+ PostgresCatalogConfigParam = PostgresCatalogConfigDict | PostgresCatalogConfig
@@ -0,0 +1,60 @@
1
+ from dataclasses import dataclass
2
+ from typing import TYPE_CHECKING, TypedDict
3
+
4
+ from databricks.bundles.core._transform import _transform
5
+ from databricks.bundles.core._transform_to_json import _transform_to_json_value
6
+ from databricks.bundles.core._variable import VariableOrOptional
7
+
8
+ if TYPE_CHECKING:
9
+ from typing_extensions import Self
10
+
11
+
12
+ @dataclass(kw_only=True)
13
+ class PostgresSlotConfig:
14
+ """
15
+ :meta private: [EXPERIMENTAL]
16
+
17
+ PostgresSlotConfig contains the configuration for a Postgres logical replication slot
18
+ """
19
+
20
+ publication_name: VariableOrOptional[str] = None
21
+ """
22
+ :meta private: [EXPERIMENTAL]
23
+
24
+ The name of the publication to use for the Postgres source
25
+ """
26
+
27
+ slot_name: VariableOrOptional[str] = None
28
+ """
29
+ :meta private: [EXPERIMENTAL]
30
+
31
+ The name of the logical replication slot to use for the Postgres source
32
+ """
33
+
34
+ @classmethod
35
+ def from_dict(cls, value: "PostgresSlotConfigDict") -> "Self":
36
+ return _transform(cls, value)
37
+
38
+ def as_dict(self) -> "PostgresSlotConfigDict":
39
+ return _transform_to_json_value(self) # type:ignore
40
+
41
+
42
+ class PostgresSlotConfigDict(TypedDict, total=False):
43
+ """"""
44
+
45
+ publication_name: VariableOrOptional[str]
46
+ """
47
+ :meta private: [EXPERIMENTAL]
48
+
49
+ The name of the publication to use for the Postgres source
50
+ """
51
+
52
+ slot_name: VariableOrOptional[str]
53
+ """
54
+ :meta private: [EXPERIMENTAL]
55
+
56
+ The name of the logical replication slot to use for the Postgres source
57
+ """
58
+
59
+
60
+ PostgresSlotConfigParam = PostgresSlotConfigDict | PostgresSlotConfig