From 467b97036a5130d166eee40463fbe28e6330b98b Mon Sep 17 00:00:00 2001 From: dbt-hubcap Date: Tue, 21 Nov 2023 11:05:53 +0000 Subject: [PATCH] hubcap: Adding tag 0.1.1 for snowplow/dbt-snowplow-unified --- .../snowplow/snowplow_unified/index.json | 2 +- .../snowplow_unified/versions/0.1.1.json | 30 +++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 data/packages/snowplow/snowplow_unified/versions/0.1.1.json diff --git a/data/packages/snowplow/snowplow_unified/index.json b/data/packages/snowplow/snowplow_unified/index.json index 9711dce02..fa2133593 100644 --- a/data/packages/snowplow/snowplow_unified/index.json +++ b/data/packages/snowplow/snowplow_unified/index.json @@ -2,7 +2,7 @@ "name": "snowplow_unified", "namespace": "snowplow", "description": "dbt models for dbt-snowplow-unified", - "latest": "0.1.0", + "latest": "0.1.1", "assets": { "logo": "logos/placeholder.svg" } diff --git a/data/packages/snowplow/snowplow_unified/versions/0.1.1.json b/data/packages/snowplow/snowplow_unified/versions/0.1.1.json new file mode 100644 index 000000000..ed894833d --- /dev/null +++ b/data/packages/snowplow/snowplow_unified/versions/0.1.1.json @@ -0,0 +1,30 @@ +{ + "id": "snowplow/snowplow_unified/0.1.1", + "name": "snowplow_unified", + "version": "0.1.1", + "published_at": "1970-01-01T00:00:00.000000+00:00", + "packages": [ + { + "package": "snowplow/snowplow_utils", + "version": [ + ">=0.15.0", + "<0.16.0" + ] + } + ], + "require_dbt_version": [ + ">=1.6.0", + "<2.0.0" + ], + "works_with": [], + "_source": { + "type": "github", + "url": "https://github.com/snowplow/dbt-snowplow-unified/tree/0.1.1/", + "readme": "https://raw.githubusercontent.com/snowplow/dbt-snowplow-unified/0.1.1/README.md" + }, + "downloads": { + "tarball": "https://codeload.github.com/snowplow/dbt-snowplow-unified/tar.gz/0.1.1", + "format": "tgz", + "sha1": "43329095f4327f2f44c24cf8f26c3991615fbbb3" + } +} \ No newline at end of file