From b436f024907cc484480f101cc9affb59193f2370 Mon Sep 17 00:00:00 2001
From: Simon Chow <simon.chow@stellar.org>
Date: Mon, 29 Jul 2024 23:29:15 -0400
Subject: [PATCH] Update ymls

---
 models/marts/enriched_history/enriched_history_operations.yml  | 3 +++
 .../enriched_history/enriched_history_operations_soroban.yml   | 3 +++
 models/sources/src_history_operations.yml                      | 3 +++
 3 files changed, 9 insertions(+)

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") }}'