Skip to content

Commit

Permalink
collect file name (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
austinFlipside authored Jan 4, 2024
1 parent b1f59ab commit b6b9643
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions macros/streamline/models.sql
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
)
) AS id,
s.{{ partition_name }},
s.value AS VALUE
s.value AS VALUE,
file_name
FROM
{{ source(
"bronze_streamline",
Expand Down Expand Up @@ -85,7 +86,8 @@ SELECT
)
) AS id,
s.{{ partition_name }},
s.value AS VALUE
s.value AS VALUE,
file_name
FROM
{{ source(
"bronze_streamline",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
SELECT
id,
block_number,
file_name,
_inserted_timestamp
FROM

Expand Down

0 comments on commit b6b9643

Please sign in to comment.