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