Skip to content

Commit baeef18

Browse files
Apply wording changes suggested with Declarative Automation Bundles rename (#150)
@juliacrawf-db these were the changes you suggested in #148 that weren't properly incorporated --------- Co-authored-by: Julia Crawford (Databricks) <julia.crawford@databricks.com>
1 parent f001c3e commit baeef18

23 files changed

Lines changed: 23 additions & 23 deletions

File tree

contrib/data_engineering/databricks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This is a Declarative Automation Bundle definition for data_engineering.
1+
# This is a bundle definition for data_engineering.
22
# See https://docs.databricks.com/dev-tools/bundles/index.html for documentation.
33
bundle:
44
name: data_engineering

contrib/job_with_ai_parse_document/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AI Document Processing Job with Structured Streaming
22

3-
A Declarative Automation Bundle demonstrating **incremental document processing** using `ai_parse_document`, `ai_query`, and Databricks Jobs with Structured Streaming.
3+
This Declarative Automation Bundles example demonstrates incremental document processing using `ai_parse_document`, `ai_query`, and Databricks Jobs with Structured Streaming.
44

55
## Overview
66

contrib/job_with_ai_parse_document/databricks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This is a Declarative Automation Bundle definition for ai_parse_document_workflow.
1+
# This is a bundle definition for ai_parse_document_workflow.
22
# See https://docs.databricks.com/dev-tools/bundles/index.html for documentation.
33
bundle:
44
name: ai_parse_document_workflow

contrib/templates/data-engineering/template/{{.project_name}}/databricks.yml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This is a Declarative Automation Bundle definition for {{.project_name}}.
1+
# This is a bundle definition for {{.project_name}}.
22
# See https://docs.databricks.com/dev-tools/bundles/index.html for documentation.
33
bundle:
44
name: {{.project_name}}

contrib/templates/default-scala/template/{{.project_name}}/databricks.yml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This is a Declarative Automation Bundle definition for {{.project_name}}.
1+
# This is a bundle definition for {{.project_name}}.
22
# See https://docs.databricks.com/dev-tools/bundles/index.html for documentation.
33
bundle:
44
name: {{.project_name}}

contrib/templates/streamlit-app/template/{{.project_name}}/databricks.yml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This is a Declarative Automation Bundle definition for {{.project_name}}.
1+
# This is a bundle definition for {{.project_name}}.
22
# See https://docs.databricks.com/dev-tools/bundles/index.html for documentation.
33
bundle:
44
name: {{.project_name}}

knowledge_base/app_with_database/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Databricks app with OLTP database
22

33
This example demonstrates how to define a Databricks app backed by
4-
an OLTP Postgres in a Declarative Automation Bundle.
4+
an OLTP Postgres in a bundle.
55

66
It includes and deploys an example application that uses Python and Dash and a database instance.
77
When application is started it provisions its own schema and demonstration data in the OLTP database.

knowledge_base/app_with_database/databricks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This is a Declarative Automation Bundle definition for app_with_database.
1+
# This is a bundle definition for app_with_database.
22
bundle:
33
name: app_with_database_example
44

knowledge_base/dashboard_nyc_taxi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dashboard for NYC Taxi Trip Analysis
22

3-
This example shows how to define a Declarative Automation Bundle with an AI/BI dashboard and a job that captures a snapshot of the dashboard and emails it to a subscriber.
3+
This Declarative Automation Bundles example shows how to define an AI/BI dashboard and a job that captures a snapshot of the dashboard and emails it to a subscriber.
44

55
It deploys the sample __NYC Taxi Trip Analysis__ dashboard to a Databricks workspace and configures a daily schedule to run the dashboard and send the snapshot in email to a specified email address.
66

knowledge_base/database_with_catalog/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OLTP database instance with a catalog
22

3-
This example demonstrates how to define an OLTP database instance and a database catalog in a Declarative Automation Bundle.
3+
This Declarative Automation Bundles example demonstrates how to define an OLTP database instance and a database catalog.
44

55
It includes and deploys an example database instance and a catalog. When data changes in the database instance, they are reflected in Unity Catalog.
66

0 commit comments

Comments
 (0)