diff --git a/README.md b/README.md index 6c72a24..8123722 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Include the following zendesk_source package version in your `packages.yml` file ```yaml packages: - package: fivetran/zendesk_source - version: [">=0.9.0", "<0.10.0"] + version: [">=0.10.0", "<0.11.0"] ``` ## Step 3: Define database and schema variables By default, this package runs using your target database and the `zendesk` schema. If this is not where your Zendesk data is (for example, if your zendesk schema is named `zendesk_fivetran`), add the following configuration to your root `dbt_project.yml` file: