collect file names (#368)

This commit is contained in:
Austin 2024-05-28 10:59:44 -04:00 committed by GitHub
parent c542406837
commit bda66f87be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 2 deletions

View File

@ -26,7 +26,8 @@
)
) AS id,
s.{{ partition_name }},
s.value AS VALUE
s.value AS VALUE,
file_name
FROM
{{ source(
"bronze_streamline",
@ -85,7 +86,8 @@ SELECT
)
) AS id,
s.{{ partition_name }},
s.value AS VALUE
s.value AS VALUE,
file_name
FROM
{{ source(
"bronze_streamline",

View File

@ -11,6 +11,7 @@
SELECT
id,
block_number,
file_name,
_inserted_timestamp
FROM

View File

@ -11,6 +11,7 @@
SELECT
id,
block_number,
file_name,
_inserted_timestamp
FROM