Skip to content

Commit

Permalink
Merge pull request #2885 from dbt-labs/bump-package-versions-1702479668
Browse files Browse the repository at this point in the history
HubCap: Bump package versions
  • Loading branch information
joellabes authored Dec 13, 2023
2 parents ccdb343 + 6688bf3 commit 0bb0146
Show file tree
Hide file tree
Showing 6 changed files with 89 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/packages/dbt-labs/dbt_project_evaluator/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "dbt_project_evaluator",
"namespace": "dbt-labs",
"description": "dbt models for dbt-project-evaluator",
"latest": "0.8.0",
"latest": "0.8.1",
"assets": {
"logo": "logos/placeholder.svg"
}
Expand Down
30 changes: 30 additions & 0 deletions data/packages/dbt-labs/dbt_project_evaluator/versions/v0.8.1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"id": "dbt-labs/dbt_project_evaluator/v0.8.1",
"name": "dbt_project_evaluator",
"version": "v0.8.1",
"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-rc1",
"<2.0.0"
],
"works_with": [],
"_source": {
"type": "github",
"url": "https://github.com/dbt-labs/dbt-project-evaluator/tree/v0.8.1/",
"readme": "https://raw.githubusercontent.com/dbt-labs/dbt-project-evaluator/v0.8.1/README.md"
},
"downloads": {
"tarball": "https://codeload.github.com/dbt-labs/dbt-project-evaluator/tar.gz/v0.8.1",
"format": "tgz",
"sha1": "9c5c31af76f78db0d3f066aded732a41bd1c586f"
}
}
2 changes: 1 addition & 1 deletion data/packages/fivetran/youtube_analytics_source/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "youtube_analytics_source",
"namespace": "fivetran",
"description": "dbt models for dbt_youtube_analytics_source",
"latest": "0.3.0",
"latest": "0.4.0",
"assets": {
"logo": "logos/placeholder.svg"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"id": "fivetran/youtube_analytics_source/v0.4.0",
"name": "youtube_analytics_source",
"version": "v0.4.0",
"published_at": "1970-01-01T00:00:00.000000+00:00",
"packages": [
{
"package": "fivetran/fivetran_utils",
"version": [
">=0.4.0",
"<0.5.0"
]
},
{
"package": "dbt-labs/spark_utils",
"version": [
">=0.3.0",
"<0.4.0"
]
}
],
"require_dbt_version": [
">=1.3.0",
"<2.0.0"
],
"works_with": [],
"_source": {
"type": "github",
"url": "https://github.com/fivetran/dbt_youtube_analytics_source/tree/v0.4.0/",
"readme": "https://raw.githubusercontent.com/fivetran/dbt_youtube_analytics_source/v0.4.0/README.md"
},
"downloads": {
"tarball": "https://codeload.github.com/fivetran/dbt_youtube_analytics_source/tar.gz/v0.4.0",
"format": "tgz",
"sha1": "4ac00a2b20091f74103e5408ce19b6bdfe01bbae"
}
}
2 changes: 1 addition & 1 deletion data/packages/rlsalcido24/lakehouse_utils/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "lakehouse_utils",
"namespace": "rlsalcido24",
"description": "dbt models for lakehouse_utils",
"latest": "0.1.4",
"latest": "1.0.0",
"assets": {
"logo": "logos/placeholder.svg"
}
Expand Down
19 changes: 19 additions & 0 deletions data/packages/rlsalcido24/lakehouse_utils/versions/v1.0.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"id": "rlsalcido24/lakehouse_utils/v1.0.0",
"name": "lakehouse_utils",
"version": "v1.0.0",
"published_at": "1970-01-01T00:00:00.000000+00:00",
"packages": [],
"require_dbt_version": ">=1.0.0",
"works_with": [],
"_source": {
"type": "github",
"url": "https://github.com/rlsalcido24/lakehouse_utils/tree/v1.0.0/",
"readme": "https://raw.githubusercontent.com/rlsalcido24/lakehouse_utils/v1.0.0/README.md"
},
"downloads": {
"tarball": "https://codeload.github.com/rlsalcido24/lakehouse_utils/tar.gz/v1.0.0",
"format": "tgz",
"sha1": "0dc905eb5732ed907912ac8a8e71e99748318110"
}
}

0 comments on commit 0bb0146

Please sign in to comment.