Skip to content

Commit 561b61f

Browse files
committed
small fix: meta under config in dbt_run_results
1 parent 3a4b2ee commit 561b61f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

models/run_results.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,12 @@ models:
136136
Each row is the invocation result of a single resource (model, test, snapshot, etc).
137137
New data is loaded to this model on an on-run-end hook named 'elementary.upload_run_results' from each invocation that produces a result object.
138138
This is an incremental model.
139-
meta:
140-
deprecated_columns:
141-
- name: compiled_sql
142-
data_type: string
143-
description: The compiled SQL executed against the database.
139+
config:
140+
meta:
141+
deprecated_columns:
142+
- name: compiled_sql
143+
data_type: string
144+
description: The compiled SQL executed against the database.
144145

145146
columns:
146147
- name: model_execution_id

0 commit comments

Comments
 (0)