diff --git a/models/marts/enriched_history/enriched_history_operations.yml b/models/marts/enriched_history/enriched_history_operations.yml index 7612cc3..ad31b9e 100644 --- a/models/marts/enriched_history/enriched_history_operations.yml +++ b/models/marts/enriched_history/enriched_history_operations.yml @@ -649,3 +649,6 @@ models: - name: operation_trace_code description: '{{ doc("operation_trace_code") }}' + + - name: details_json + description: '{{ doc("details") }}' diff --git a/models/marts/enriched_history/enriched_history_operations_soroban.yml b/models/marts/enriched_history/enriched_history_operations_soroban.yml index adbb8c7..61a6964 100644 --- a/models/marts/enriched_history/enriched_history_operations_soroban.yml +++ b/models/marts/enriched_history/enriched_history_operations_soroban.yml @@ -283,3 +283,6 @@ models: - name: operation_trace_code description: '{{ doc("operation_trace_code") }}' + + - name: details_json + description: '{{ doc("details") }}' diff --git a/models/sources/src_history_operations.yml b/models/sources/src_history_operations.yml index 48b8f2c..f869fb9 100644 --- a/models/sources/src_history_operations.yml +++ b/models/sources/src_history_operations.yml @@ -415,3 +415,6 @@ sources: - not_null: config: where: batch_run_date > current_datetime - interval 2 day + + - name: details_json + description: '{{ doc("details") }}'