Skip to content

Commit 32b8097

Browse files
authored
Fix weird formatting on code snippet for may 2025 roadmap post (#11692)
* May 2025 - dbt Core roadmap post * fix formatting on roadmap post * fix link
1 parent 36f1143 commit 32b8097

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/roadmap/2025-05-new-engine-same-language.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ The first supported use case for external catalogs is around materializing dbt m
116116
select * from {{ source('my_catalog', 'my_iceberg_table') }}
117117
```
118118

119-
You can already hack this with the [experimental code](https://www.notion.so/Core-Roadmap-Post-5-28-1f8bb38ebda780ce8dd4ec19a7411fc7?pvs=21) today — but we see an opportunity to build it into dbt out-of-the-box, and to standardize the configurations for everyone interacting with Iceberg tables, for both use cases (sources and models) in their dbt projects.
119+
You can already hack this with the [experimental code](https://github.com/dbt-labs/dbt-labs-experimental-features/tree/main/read-external-iceberg) today — but we see an opportunity to build it into dbt out-of-the-box, and to standardize the configurations for everyone interacting with Iceberg tables, for both use cases (sources and models) in their dbt projects.
120120

121121
### **Model freshness checks**
122122

@@ -137,7 +137,7 @@ models:
137137
- name: stg_orders
138138
config:
139139
freshness:
140-
# Fusion-powered state-aware orchestration: build this model after 4 hours, as long as it has new data
140+
# Fusion-powered state-aware orchestration: build this model after 4 hours, as long as it has new data
141141
build_after: {count: 4, period: hour}
142142

143143
# Future: check that model has successfully updated within expected SLA, warn/error owner otherwise

0 commit comments

Comments
 (0)