From 8d1cfff727b44966b9337954519c414d7782ee91 Mon Sep 17 00:00:00 2001 From: n1njab0b Date: Wed, 20 Nov 2024 12:04:15 -0500 Subject: [PATCH] Update databricks-configs.md Corrects reference to `time_zone_value` in example code --- website/docs/reference/resource-configs/databricks-configs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/reference/resource-configs/databricks-configs.md b/website/docs/reference/resource-configs/databricks-configs.md index 3e94ee788b6..c77f3494aa7 100644 --- a/website/docs/reference/resource-configs/databricks-configs.md +++ b/website/docs/reference/resource-configs/databricks-configs.md @@ -1031,7 +1031,7 @@ The following table summarizes our configuration support: partition_by='id', schedule = { 'cron': '0 0 * * * ? *', - 'time_zone': 'Etc/UTC' + 'time_zone_value': 'Etc/UTC' }, tblproperties={ 'key': 'value'