From af5a464b91acaac9af948be016cc1d84b70dfddb Mon Sep 17 00:00:00 2001 From: dbt-hubcap Date: Thu, 11 Apr 2024 19:04:56 +0000 Subject: [PATCH] hubcap: Adding tag v0.7.0 for fullstorydev/dbt_fullstory --- .../fullstorydev/dbt_fullstory/index.json | 2 +- .../dbt_fullstory/versions/v0.7.0.json | 30 +++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 data/packages/fullstorydev/dbt_fullstory/versions/v0.7.0.json diff --git a/data/packages/fullstorydev/dbt_fullstory/index.json b/data/packages/fullstorydev/dbt_fullstory/index.json index 48b297a63..0661763e5 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.6.0", + "latest": "0.7.0", "assets": { "logo": "logos/placeholder.svg" } diff --git a/data/packages/fullstorydev/dbt_fullstory/versions/v0.7.0.json b/data/packages/fullstorydev/dbt_fullstory/versions/v0.7.0.json new file mode 100644 index 000000000..e847e70f4 --- /dev/null +++ b/data/packages/fullstorydev/dbt_fullstory/versions/v0.7.0.json @@ -0,0 +1,30 @@ +{ + "id": "fullstorydev/dbt_fullstory/v0.7.0", + "name": "dbt_fullstory", + "version": "v0.7.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.7.0/", + "readme": "https://raw.githubusercontent.com/fullstorydev/dbt_fullstory/v0.7.0/README.md" + }, + "downloads": { + "tarball": "https://codeload.github.com/fullstorydev/dbt_fullstory/tar.gz/v0.7.0", + "format": "tgz", + "sha1": "b5635dd0de8f36cd96fcb9a84ea86f6a66a53d1d" + } +} \ No newline at end of file