From e31d53677dbc95394a5d400bd6d3d534715d481b Mon Sep 17 00:00:00 2001 From: fivetran-kristin Date: Fri, 11 Sep 2020 14:13:47 -0700 Subject: [PATCH] dbt 0.18.0 compatibility --- README.md | 1 + dbt_project.yml | 2 +- packages.yml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ae0d72..aaac524 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ or open PRs against `master`. Check out on the best workflow for contributing to a package. ## Resources: +- Provide [feedback](https://www.surveymonkey.com/r/DQ7K7WW) on our existing dbt packages or what you'd like to see next - Find all of Fivetran's pre-built dbt packages in our [dbt hub](https://hub.getdbt.com/fivetran/) - Learn more about Fivetran [in the Fivetran docs](https://fivetran.com/docs) - Check out [Fivetran's blog](https://fivetran.com/blog) diff --git a/dbt_project.yml b/dbt_project.yml index 1c52b51..ef8cca9 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -3,7 +3,7 @@ config-version: 2 name: 'github_source' version: '0.0.1' -require-dbt-version: [">=0.17.0", "<0.18.0"] +require-dbt-version: [">=0.18.0", "<0.19.0"] models: github_source: diff --git a/packages.yml b/packages.yml index a204654..908557a 100644 --- a/packages.yml +++ b/packages.yml @@ -1,3 +1,3 @@ packages: - package: fishtown-analytics/dbt_utils - version: 0.3.0 \ No newline at end of file + version: [">=0.6.0", "<0.7.0"] \ No newline at end of file