Skip to content

Commit

Permalink
Merge pull request #2931 from dbt-labs/bump-package-versions-1704920476
Browse files Browse the repository at this point in the history
  • Loading branch information
cmcarthur authored Jan 10, 2024
2 parents 6593d31 + b01bf74 commit c6a16c7
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/packages/fivetran/fivetran_log/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "fivetran_log",
"namespace": "fivetran",
"description": "dbt models for dbt_fivetran_log",
"latest": "1.4.1",
"latest": "1.4.2",
"assets": {
"logo": "logos/placeholder.svg"
}
Expand Down
44 changes: 44 additions & 0 deletions data/packages/fivetran/fivetran_log/versions/v1.4.2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"id": "fivetran/fivetran_log/v1.4.2",
"name": "fivetran_log",
"version": "v1.4.2",
"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"
]
},
{
"package": "calogica/dbt_date",
"version": [
">=0.9.0",
"<1.0.0"
]
}
],
"require_dbt_version": [
">=1.3.0",
"<2.0.0"
],
"works_with": [],
"_source": {
"type": "github",
"url": "https://github.com/fivetran/dbt_fivetran_log/tree/v1.4.2/",
"readme": "https://raw.githubusercontent.com/fivetran/dbt_fivetran_log/v1.4.2/README.md"
},
"downloads": {
"tarball": "https://codeload.github.com/fivetran/dbt_fivetran_log/tar.gz/v1.4.2",
"format": "tgz",
"sha1": "8444d24fe6fd605884a9674f4829f0adee09b9ce"
}
}
2 changes: 1 addition & 1 deletion data/packages/fivetran/zendesk_source/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "zendesk_source",
"namespace": "fivetran",
"description": "dbt models for dbt_zendesk_source",
"latest": "0.10.0",
"latest": "0.10.1",
"assets": {
"logo": "logos/placeholder.svg"
}
Expand Down
37 changes: 37 additions & 0 deletions data/packages/fivetran/zendesk_source/versions/v0.10.1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"id": "fivetran/zendesk_source/v0.10.1",
"name": "zendesk_source",
"version": "v0.10.1",
"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_zendesk_source/tree/v0.10.1/",
"readme": "https://raw.githubusercontent.com/fivetran/dbt_zendesk_source/v0.10.1/README.md"
},
"downloads": {
"tarball": "https://codeload.github.com/fivetran/dbt_zendesk_source/tar.gz/v0.10.1",
"format": "tgz",
"sha1": "1e39ea8342e2472615c398adf95544d06dd19332"
}
}

0 comments on commit c6a16c7

Please sign in to comment.