From fa8530e8a1ca51aab1ba25e3ee6501e83a862e55 Mon Sep 17 00:00:00 2001 From: Benoit Perigaud <8754100+b-per@users.noreply.github.com> Date: Mon, 1 Jul 2024 13:13:38 +0200 Subject: [PATCH] Add failing test with source col desc --- integration_tests/models/staging/source_1/source.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/integration_tests/models/staging/source_1/source.yml b/integration_tests/models/staging/source_1/source.yml index f4e9495e..4e55fa28 100644 --- a/integration_tests/models/staging/source_1/source.yml +++ b/integration_tests/models/staging/source_1/source.yml @@ -8,6 +8,9 @@ sources: tables: - name: table_1 description: this is table 1. + columns: + - name: my_column + description: description for my source column - name: table_2 - name: table_4 - name: table_5