From 7d6cb9ad271e3c649a584ddf51b84b635f8a57e0 Mon Sep 17 00:00:00 2001 From: graciegoheen Date: Fri, 20 Dec 2024 11:44:40 -0700 Subject: [PATCH] fix yml spacing --- docs/roadmap/2024-12-play-on.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/roadmap/2024-12-play-on.md b/docs/roadmap/2024-12-play-on.md index e4229e6d9c2..5313e5a7806 100644 --- a/docs/roadmap/2024-12-play-on.md +++ b/docs/roadmap/2024-12-play-on.md @@ -125,10 +125,10 @@ Imagine a new top-level `catalogs.yml` that tells dbt about the catalog integrat catalogs: - catalog_name: my_first_catalog write_integrations: - - integration_name: prod_glue_write_integration - external_volume: my_prod_external_volume - table_format: iceberg - catalog_type: glue + - integration_name: prod_glue_write_integration + external_volume: my_prod_external_volume + table_format: iceberg + catalog_type: glue ``` Then, in your model’s configuration, simply specify the `catalog` field: