diff --git a/content/en/data_jobs/databricks.md b/content/en/data_jobs/databricks.md index cf7dd4f3fa60b..49312ba20db08 100644 --- a/content/en/data_jobs/databricks.md +++ b/content/en/data_jobs/databricks.md @@ -86,7 +86,7 @@ Datadog can install and manage a global init script in the Databricks workspace. bash -c "$(curl -L https://dd-data-jobs-monitoring-setup.s3.amazonaws.com/scripts/databricks/databricks_init_latest.sh)" || true ``` - The script above sets the required parameters, downloads and runs the latest init script for Data Jobs Monitoring in Databricks. If you want to pin your script to a specific version, you can replace the file name in the URL with `databricks_init_1.5.1.sh` to use the last stable version. + The script above sets the required parameters, downloads and runs the latest init script for Data Jobs Monitoring in Databricks. If you want to pin your script to a specific version, you can replace the file name in the URL with `databricks_init_1.7.1.sh` to use the last stable version. 1. To enable the script for all new and restarted clusters, toggle **Enabled**. {{< img src="data_jobs/databricks/toggle.png" alt="Databricks UI, admin settings, global init scripts. A script called 'install-datadog-agent' is in a list with an enabled toggle." style="width:100%;" >}}