diff --git a/README.md b/README.md index 79118e4..68f3bd9 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,6 @@ # Linkedin dbt Package -
- This dbt package transforms data from Fivetran's Linkedin connector into analytics-ready tables. ## Resources @@ -29,6 +14,8 @@ This dbt package transforms data from Fivetran's Linkedin connector into analyti - [dbt Docs](https://fivetran.github.io/dbt_linkedin/#!/overview) - [DAG](https://fivetran.github.io/dbt_linkedin/#!/overview?g_v=1) - [Changelog](https://github.com/fivetran/dbt_linkedin/blob/main/CHANGELOG.md) +- dbt Core™ supported versions + - `>=1.3.0, <3.0.0` ## What does this dbt package do? This package enables you to better understand the performance of your ads across varying grains and materializes output models designed to work simultaneously with our multi-platform Ad Reporting package. It creates enriched models with metrics focused on account, campaign, campaign group, creative, and utm/url level reports. diff --git a/integration_tests/dbt_project.yml b/integration_tests/dbt_project.yml index 49c6adc..2208e2f 100644 --- a/integration_tests/dbt_project.yml +++ b/integration_tests/dbt_project.yml @@ -22,6 +22,9 @@ vars: linkedin_ads__conversion_fields: ['external_website_conversions', 'one_click_leads'] models: + +persist_docs: + relation: true + columns: "{{ false if target.type in ('databricks') else true }}" +schema: "linkedin_{{ var('directed_schema','dev') }}" seeds: