Skip to content

Instantly share code, notes, and snippets.

View zakpaw's full-sized avatar

Paweł Żak zakpaw

View GitHub Profile
@zakpaw
zakpaw / generate_nested_table.sql
Last active June 23, 2023 09:17
dbt_big_query_dfs_nested_table_creation.sql
-- EXAMPLE HIERARCHY (the macro works with infinite depth and width of child tables).
-- {% set mailchimp_lists_hierarchy = {
-- 'stg_lists': {
-- '_hashid': '_lists_hashid',
-- 'child_tables': {
-- 'stg_lists_campaign_defaults': {
-- '_hashid': '_lists_hashid'
-- },
-- 'stg_lists_contact': {
-- '_hashid': '_lists_hashid'