From 0f5cbbed1e5737dac18004f022412302a7d2f131 Mon Sep 17 00:00:00 2001 From: dbt-hubcap Date: Mon, 11 Sep 2023 04:05:16 +0000 Subject: [PATCH] hubcap: Adding tag 0.1.0 for fullstorydev/dbt_fullstory --- .../fullstorydev/dbt_fullstory/index.json | 9 ++++++ .../dbt_fullstory/versions/0.1.0.json | 30 +++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 data/packages/fullstorydev/dbt_fullstory/index.json create mode 100644 data/packages/fullstorydev/dbt_fullstory/versions/0.1.0.json diff --git a/data/packages/fullstorydev/dbt_fullstory/index.json b/data/packages/fullstorydev/dbt_fullstory/index.json new file mode 100644 index 000000000..b44287e5a --- /dev/null +++ b/data/packages/fullstorydev/dbt_fullstory/index.json @@ -0,0 +1,9 @@ +{ + "name": "dbt_fullstory", + "namespace": "fullstorydev", + "description": "dbt models for dbt_fullstory", + "latest": "0.1.0", + "assets": { + "logo": "logos/placeholder.svg" + } +} \ No newline at end of file diff --git a/data/packages/fullstorydev/dbt_fullstory/versions/0.1.0.json b/data/packages/fullstorydev/dbt_fullstory/versions/0.1.0.json new file mode 100644 index 000000000..a6d713499 --- /dev/null +++ b/data/packages/fullstorydev/dbt_fullstory/versions/0.1.0.json @@ -0,0 +1,30 @@ +{ + "id": "fullstorydev/dbt_fullstory/0.1.0", + "name": "dbt_fullstory", + "version": "0.1.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.2.0", + "<2.0.0" + ], + "works_with": [], + "_source": { + "type": "github", + "url": "https://github.com/fullstorydev/dbt_fullstory/tree/0.1.0/", + "readme": "https://raw.githubusercontent.com/fullstorydev/dbt_fullstory/0.1.0/README.md" + }, + "downloads": { + "tarball": "https://codeload.github.com/fullstorydev/dbt_fullstory/tar.gz/0.1.0", + "format": "tgz", + "sha1": "6a5f6730aa4f9aba2c064eb86402b6ac18efad7a" + } +} \ No newline at end of file