Skip to content
Merged
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
1 change: 1 addition & 0 deletions NEXT_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
* Ignore unity catalog managed schema property defaults to avoid unnecessary drift ([#5195](https://github.com/databricks/cli/pull/5195)).
* Add Postgres role as a bundle resource ([#5467](https://github.com/databricks/cli/pull/5467)).
* direct: Stop spurious recreate/rename on redeploy when the backend normalizes a resource's name-based ID (e.g. Unity Catalog lowercasing a schema or volume name) ([#5599](https://github.com/databricks/cli/pull/5599)).
* Fix the generated pipeline README to suggest `databricks bundle run <pipeline> --refresh <table>` for running a single transformation; the previously documented `--select` flag is not supported by `bundle run` ([#5252](https://github.com/databricks/cli/issues/5252)).

### Dependency updates

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ To get started, go to the `transformations` folder -- most of the relevant sourc
* Take a look at the sample called "sample_trips_my_default_python.py" to get familiar with the syntax.
Read more about the syntax at https://docs.databricks.com/dlt/python-ref.html.
* If you're using the workspace UI, use `Run file` to run and preview a single transformation.
* If you're using the CLI, use `databricks bundle run my_default_python_etl --select sample_trips_my_default_python` to run a single transformation.
* If you're using the CLI, use `databricks bundle run my_default_python_etl --refresh sample_trips_my_default_python` to run a single transformation.

For more tutorials and reference material, see https://docs.databricks.com/dlt.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ To get started, go to the `transformations` folder -- most of the relevant sourc
* Take a look at the sample called "sample_trips_my_default_python.py" to get familiar with the syntax.
Read more about the syntax at https://docs.databricks.com/dlt/python-ref.html.
* If you're using the workspace UI, use `Run file` to run and preview a single transformation.
* If you're using the CLI, use `databricks bundle run my_default_python_etl --select sample_trips_my_default_python` to run a single transformation.
* If you're using the CLI, use `databricks bundle run my_default_python_etl --refresh sample_trips_my_default_python` to run a single transformation.

For more tutorials and reference material, see https://docs.databricks.com/dlt.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ To get started, go to the `transformations` folder -- most of the relevant sourc
* Take a look at the sample called "sample_trips_my_lakeflow_pipelines.py" to get familiar with the syntax.
Read more about the syntax at https://docs.databricks.com/dlt/python-ref.html.
* If you're using the workspace UI, use `Run file` to run and preview a single transformation.
* If you're using the CLI, use `databricks bundle run my_lakeflow_pipelines_etl --select sample_trips_my_lakeflow_pipelines` to run a single transformation.
* If you're using the CLI, use `databricks bundle run my_lakeflow_pipelines_etl --refresh sample_trips_my_lakeflow_pipelines` to run a single transformation.

For more tutorials and reference material, see https://docs.databricks.com/dlt.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ To get started, go to the `transformations` folder -- most of the relevant sourc
* Take a look at the sample called "sample_trips_my_lakeflow_pipelines.py" to get familiar with the syntax.
Read more about the syntax at https://docs.databricks.com/dlt/python-ref.html.
* If you're using the workspace UI, use `Run file` to run and preview a single transformation.
* If you're using the CLI, use `databricks bundle run my_lakeflow_pipelines_etl --select sample_trips_my_lakeflow_pipelines` to run a single transformation.
* If you're using the CLI, use `databricks bundle run my_lakeflow_pipelines_etl --refresh sample_trips_my_lakeflow_pipelines` to run a single transformation.

For more tutorials and reference material, see https://docs.databricks.com/dlt.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ To get started, go to the `transformations` folder -- most of the relevant sourc
* Take a look at the sample called "sample_trips_lakeflow_project.py" to get familiar with the syntax.
Read more about the syntax at https://docs.databricks.com/dlt/python-ref.html.
* If you're using the workspace UI, use `Run file` to run and preview a single transformation.
* If you're using the CLI, use `databricks bundle run lakeflow_project_etl --select sample_trips_lakeflow_project` to run a single transformation.
* If you're using the CLI, use `databricks bundle run lakeflow_project_etl --refresh sample_trips_lakeflow_project` to run a single transformation.

For more tutorials and reference material, see https://docs.databricks.com/dlt.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ To get started, go to the `transformations` folder -- most of the relevant sourc
* Take a look at the sample called "sample_trips_my_python_project.py" to get familiar with the syntax.
Read more about the syntax at https://docs.databricks.com/dlt/python-ref.html.
* If you're using the workspace UI, use `Run file` to run and preview a single transformation.
* If you're using the CLI, use `databricks bundle run my_python_project_etl --select sample_trips_my_python_project` to run a single transformation.
* If you're using the CLI, use `databricks bundle run my_python_project_etl --refresh sample_trips_my_python_project` to run a single transformation.

For more tutorials and reference material, see https://docs.databricks.com/dlt.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ To get started, go to the `transformations` folder -- most of the relevant sourc
* Take a look at the sample called "sample_trips_my_sql_project.py" to get familiar with the syntax.
Read more about the syntax at https://docs.databricks.com/dlt/python-ref.html.
* If you're using the workspace UI, use `Run file` to run and preview a single transformation.
* If you're using the CLI, use `databricks bundle run my_sql_project_etl --select sample_trips_my_sql_project` to run a single transformation.
* If you're using the CLI, use `databricks bundle run my_sql_project_etl --refresh sample_trips_my_sql_project` to run a single transformation.

For more tutorials and reference material, see https://docs.databricks.com/dlt.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ To get started, go to the `transformations` folder -- most of the relevant sourc
* Take a look at the sample called "sample_trips_{{.project_name}}.py" to get familiar with the syntax.
Read more about the syntax at https://docs.databricks.com/dlt/python-ref.html.
* If you're using the workspace UI, use `Run file` to run and preview a single transformation.
* If you're using the CLI, use `databricks bundle run {{.project_name}}_etl --select sample_trips_{{.project_name}}` to run a single transformation.
* If you're using the CLI, use `databricks bundle run {{.project_name}}_etl --refresh sample_trips_{{.project_name}}` to run a single transformation.

For more tutorials and reference material, see https://docs.databricks.com/dlt.
Loading