This commit is contained in:
Anthony Miyaguchi 2020-06-17 10:13:39 -07:00
Родитель eca32d997e
Коммит 2bc22f9036
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -46,6 +46,7 @@ transformed AS (
WHERE
NOT STARTS_WITH(referenced_table.dataset_id, "_")
)
-- TODO: include edge weight by counting the number of times it has been referenced
SELECT
creation_time,
destination_table,