From e0d00e6986ba4325d034409910775f7e9388efca Mon Sep 17 00:00:00 2001 From: ljstella Date: Mon, 24 Nov 2025 10:24:30 -0500 Subject: [PATCH] Add output fields to DS model serialization --- contentctl/objects/data_source.py | 1 + 1 file changed, 1 insertion(+) diff --git a/contentctl/objects/data_source.py b/contentctl/objects/data_source.py index 715d6fdf..e606a9f2 100644 --- a/contentctl/objects/data_source.py +++ b/contentctl/objects/data_source.py @@ -55,6 +55,7 @@ def serialize_model(self): "field_mappings": self.field_mappings, "convert_to_log_source": self.convert_to_log_source, "example_log": self.example_log, + "output_fields": self.output_fields, } # Combine fields from this model with fields from parent