From b96d9a84a7af539a1b9ffded7532d0dd57ab22df Mon Sep 17 00:00:00 2001 From: dbt-hubcap Date: Mon, 27 Nov 2023 19:04:49 +0000 Subject: [PATCH] hubcap: Adding tag v0.2.1 for fivetran/dbt_zuora_source --- .../packages/fivetran/zuora_source/index.json | 2 +- .../zuora_source/versions/v0.2.1.json | 37 +++++++++++++++++++ 2 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 data/packages/fivetran/zuora_source/versions/v0.2.1.json diff --git a/data/packages/fivetran/zuora_source/index.json b/data/packages/fivetran/zuora_source/index.json index c31e8cbe2..23bd29d5f 100644 --- a/data/packages/fivetran/zuora_source/index.json +++ b/data/packages/fivetran/zuora_source/index.json @@ -2,7 +2,7 @@ "name": "zuora_source", "namespace": "fivetran", "description": "dbt models for dbt_zuora_source", - "latest": "0.2.0", + "latest": "0.2.1", "assets": { "logo": "logos/placeholder.svg" } diff --git a/data/packages/fivetran/zuora_source/versions/v0.2.1.json b/data/packages/fivetran/zuora_source/versions/v0.2.1.json new file mode 100644 index 000000000..4bd95e986 --- /dev/null +++ b/data/packages/fivetran/zuora_source/versions/v0.2.1.json @@ -0,0 +1,37 @@ +{ + "id": "fivetran/zuora_source/v0.2.1", + "name": "zuora_source", + "version": "v0.2.1", + "published_at": "1970-01-01T00:00:00.000000+00:00", + "packages": [ + { + "package": "fivetran/fivetran_utils", + "version": [ + ">=0.4.0", + "<0.5.0" + ] + }, + { + "package": "dbt-labs/spark_utils", + "version": [ + ">=0.3.0", + "<0.4.0" + ] + } + ], + "require_dbt_version": [ + ">=1.3.0", + "<2.0.0" + ], + "works_with": [], + "_source": { + "type": "github", + "url": "https://github.com/fivetran/dbt_zuora_source/tree/v0.2.1/", + "readme": "https://raw.githubusercontent.com/fivetran/dbt_zuora_source/v0.2.1/README.md" + }, + "downloads": { + "tarball": "https://codeload.github.com/fivetran/dbt_zuora_source/tar.gz/v0.2.1", + "format": "tgz", + "sha1": "73cfbf988ab0a661ae6437c86657222d950afa47" + } +} \ No newline at end of file