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: