diff --git a/.vscode/settings.json b/.vscode/settings.json index f623757..00986fa 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -5,4 +5,9 @@ "dbt.altimateAiKey": "417364456c23e22279b19f1faa9ae018", "dbt.altimateInstanceName": "dbtcloud", "dbt.queryLimit": 500, + "dbt.deferConfigPerProject": { + "": { + "deferToProduction": true + } + }, } \ No newline at end of file diff --git a/models/staging/segment/int_segment__pages.sql b/models/staging/segment/int_segment__pages.sql index 078182d..017315a 100644 --- a/models/staging/segment/int_segment__pages.sql +++ b/models/staging/segment/int_segment__pages.sql @@ -26,7 +26,7 @@ with context_page_path, context_page_url, context_user_agent, - '{{ source }}' as src + '{{ source }}' as src, from {{ ref('stg_' ~ source ~ '__pages') }} where url not like 'http://127.0.0.1:8000%'