From 233ba684a4ee7a734ca1ee021a4191cb9105b194 Mon Sep 17 00:00:00 2001 From: Joe Markiewicz <74217849+fivetran-joemarkiewicz@users.noreply.github.com> Date: Wed, 29 Nov 2023 13:59:31 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: