diff --git a/.quickstart/quickstart.yml b/.quickstart/quickstart.yml index f9a5806..8fb700e 100644 --- a/.quickstart/quickstart.yml +++ b/.quickstart/quickstart.yml @@ -22,7 +22,5 @@ public_models: [ "marketo__email_templates", "marketo__lead_history", "marketo__email_sends", - "marketo__campaigns", - "marketo__leads", - "marketo__programs" + "marketo__leads" ] diff --git a/CHANGELOG.md b/CHANGELOG.md index 55c74c4..fd5f6ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# dbt_marketo v0.12.1 +[PR #42](https://github.com/fivetran/dbt_marketo/pull/42) includes the following updates: + +## Documentation +- Updated README formatting. + +## Internal Updates (Maintainers Only) +- Removed `marketo__campaigns` and `marketo__programs` from the public models list in `quickstart.yml` since they are disabled by default. This serves as a temporary measure until the models and the upstream sources are updated to be enabled by default. + # dbt_marketo v0.12.0 [PR #39](https://github.com/fivetran/dbt_marketo/pull/39) includes the following updates: diff --git a/README.md b/README.md index cd86494..a660bed 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -

+# Marketo Transformation dbt Package ([docs](https://fivetran.github.io/dbt_marketo/)) + +

@@ -13,7 +15,6 @@

-# Marketo Transformation dbt Package ([docs](https://fivetran.github.io/dbt_marketo/)) ## What does this dbt package do? - Produces modeled tables that leverage Marketo data from [Fivetran's connector](https://fivetran.com/docs/applications/marketo) in the format described by [this ERD](https://fivetran.com/docs/applications/marketo#schema) and builds off the output of our [Marketo source package](https://github.com/fivetran/dbt_marketo_source). - Enables you to better understand your Marketo email performance and how your leads change over time. The output includes models with enriched email metrics for leads, programs, email templates, and campaigns. It also includes a lead history table that shows the state of leads on every day, for a set of columns that you define. diff --git a/dbt_project.yml b/dbt_project.yml index 5926e00..681c815 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,5 +1,5 @@ name: 'marketo' -version: '0.12.0' +version: '0.12.1' config-version: 2 require-dbt-version: [">=1.3.0", "<2.0.0"] on-run-start: "{{ lead_history_columns_warning() }}" diff --git a/integration_tests/dbt_project.yml b/integration_tests/dbt_project.yml index 7009efe..bedda0b 100644 --- a/integration_tests/dbt_project.yml +++ b/integration_tests/dbt_project.yml @@ -1,5 +1,5 @@ name: 'marketo_integration_tests' -version: '0.12.0' +version: '0.12.1' profile: 'integration_tests' config-version: 2