From 4490f990c941659dc5f594fbd85c4e06284b7acd Mon Sep 17 00:00:00 2001 From: dbt-hubcap Date: Tue, 21 Nov 2023 14:05:26 +0000 Subject: [PATCH] hubcap: Adding tag v0.2.0 for fullstorydev/dbt_fullstory --- .../fullstorydev/dbt_fullstory/index.json | 2 +- .../dbt_fullstory/versions/v0.2.0.json | 30 +++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 data/packages/fullstorydev/dbt_fullstory/versions/v0.2.0.json diff --git a/data/packages/fullstorydev/dbt_fullstory/index.json b/data/packages/fullstorydev/dbt_fullstory/index.json index b44287e5a..a5019480f 100644 --- a/data/packages/fullstorydev/dbt_fullstory/index.json +++ b/data/packages/fullstorydev/dbt_fullstory/index.json @@ -2,7 +2,7 @@ "name": "dbt_fullstory", "namespace": "fullstorydev", "description": "dbt models for dbt_fullstory", - "latest": "0.1.0", + "latest": "0.2.0", "assets": { "logo": "logos/placeholder.svg" } diff --git a/data/packages/fullstorydev/dbt_fullstory/versions/v0.2.0.json b/data/packages/fullstorydev/dbt_fullstory/versions/v0.2.0.json new file mode 100644 index 000000000..1edf597ce --- /dev/null +++ b/data/packages/fullstorydev/dbt_fullstory/versions/v0.2.0.json @@ -0,0 +1,30 @@ +{ + "id": "fullstorydev/dbt_fullstory/v0.2.0", + "name": "dbt_fullstory", + "version": "v0.2.0", + "published_at": "1970-01-01T00:00:00.000000+00:00", + "packages": [ + { + "package": "dbt-labs/dbt_utils", + "version": [ + ">=1.0.0", + "<2.0.0" + ] + } + ], + "require_dbt_version": [ + ">=1.6.0", + "<2.0.0" + ], + "works_with": [], + "_source": { + "type": "github", + "url": "https://github.com/fullstorydev/dbt_fullstory/tree/v0.2.0/", + "readme": "https://raw.githubusercontent.com/fullstorydev/dbt_fullstory/v0.2.0/README.md" + }, + "downloads": { + "tarball": "https://codeload.github.com/fullstorydev/dbt_fullstory/tar.gz/v0.2.0", + "format": "tgz", + "sha1": "26ef1da07ed54063e2445b2c5b0dc93aaa805911" + } +} \ No newline at end of file