Skip to content

Commit ad5ca1b

Browse files
add some documentation
1 parent 9b4e516 commit ad5ca1b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

knowledge_base/alerts/resources/nyc_taxi_daily_revenue.alert.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,10 @@ resources:
5050
timezone_id: "UTC"
5151

5252
# This alert is configured identically to the above alert, but it refers to a .dbalert.json file
53-
# instead of inlining the configuration in YAML.
53+
# instead of inlining the configuration in YAML. We recommend inlining the configuration in YAML
54+
# when you need to productionize the alert across different target (dev, staging, prod) and
55+
# use a .dbalert.json file when you have a single target alert that you author in the Databricks UI
56+
# or using the databricks bundle generate alert command.
5457
nyc_taxi_daily_revenue_as_file:
5558
permissions:
5659
- level: CAN_MANAGE

0 commit comments

Comments
 (0)