From 0cec0f84113763e97755b1a489298e0d7e5fd872 Mon Sep 17 00:00:00 2001 From: dbt-hubcap Date: Mon, 9 Dec 2024 05:04:29 +0000 Subject: [PATCH] hubcap: Adding tag v0.1.0 for dlt-hub/dlt-dbt-chess --- .../dlt-hub/chess_pipeline/index.json | 9 ++++++++ .../chess_pipeline/versions/v0.1.0.json | 22 +++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 data/packages/dlt-hub/chess_pipeline/index.json create mode 100644 data/packages/dlt-hub/chess_pipeline/versions/v0.1.0.json diff --git a/data/packages/dlt-hub/chess_pipeline/index.json b/data/packages/dlt-hub/chess_pipeline/index.json new file mode 100644 index 000000000..bf5168731 --- /dev/null +++ b/data/packages/dlt-hub/chess_pipeline/index.json @@ -0,0 +1,9 @@ +{ + "name": "chess_pipeline", + "namespace": "dlt-hub", + "description": "dbt models for dlt-dbt-chess", + "latest": "0.1.0", + "assets": { + "logo": "logos/placeholder.svg" + } +} \ No newline at end of file diff --git a/data/packages/dlt-hub/chess_pipeline/versions/v0.1.0.json b/data/packages/dlt-hub/chess_pipeline/versions/v0.1.0.json new file mode 100644 index 000000000..6973bd8d7 --- /dev/null +++ b/data/packages/dlt-hub/chess_pipeline/versions/v0.1.0.json @@ -0,0 +1,22 @@ +{ + "id": "dlt-hub/chess_pipeline/v0.1.0", + "name": "chess_pipeline", + "version": "v0.1.0", + "published_at": "1970-01-01T00:00:00.000000+00:00", + "packages": [], + "require_dbt_version": [ + ">=1.0.0", + "<2.0.0" + ], + "works_with": [], + "_source": { + "type": "github", + "url": "https://github.com/dlt-hub/dlt-dbt-chess/tree/v0.1.0/", + "readme": "https://raw.githubusercontent.com/dlt-hub/dlt-dbt-chess/v0.1.0/README.md" + }, + "downloads": { + "tarball": "https://codeload.github.com/dlt-hub/dlt-dbt-chess/tar.gz/v0.1.0", + "format": "tgz", + "sha1": "42e161ff6ef0cc1f048d7e33ae541fb92126c551" + } +} \ No newline at end of file