Skip to content

Commit

Permalink
Merge pull request #3330 from dbt-labs/bump-package-versions-1729015241
Browse files Browse the repository at this point in the history
  • Loading branch information
cmcarthur authored Oct 15, 2024
2 parents 1a44c0a + 90b4bae commit b1f2e8a
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/packages/fivetran/twitter_ads/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "twitter_ads",
"namespace": "fivetran",
"description": "dbt models for dbt_twitter",
"latest": "0.7.0",
"latest": "0.8.0",
"assets": {
"logo": "logos/placeholder.svg"
}
Expand Down
30 changes: 30 additions & 0 deletions data/packages/fivetran/twitter_ads/versions/v0.8.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"id": "fivetran/twitter_ads/v0.8.0",
"name": "twitter_ads",
"version": "v0.8.0",
"published_at": "1970-01-01T00:00:00.000000+00:00",
"packages": [
{
"package": "fivetran/twitter_ads_source",
"version": [
">=0.8.0",
"<0.9.0"
]
}
],
"require_dbt_version": [
">=1.3.0",
"<2.0.0"
],
"works_with": [],
"_source": {
"type": "github",
"url": "https://github.com/fivetran/dbt_twitter/tree/v0.8.0/",
"readme": "https://raw.githubusercontent.com/fivetran/dbt_twitter/v0.8.0/README.md"
},
"downloads": {
"tarball": "https://codeload.github.com/fivetran/dbt_twitter/tar.gz/v0.8.0",
"format": "tgz",
"sha1": "48b7184cb0d2afa743334c8b2a861bf56dc7c1d6"
}
}
2 changes: 1 addition & 1 deletion data/packages/fivetran/twitter_ads_source/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "twitter_ads_source",
"namespace": "fivetran",
"description": "dbt models for dbt_twitter_source",
"latest": "0.7.1",
"latest": "0.8.0",
"assets": {
"logo": "logos/placeholder.svg"
}
Expand Down
37 changes: 37 additions & 0 deletions data/packages/fivetran/twitter_ads_source/versions/v0.8.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"id": "fivetran/twitter_ads_source/v0.8.0",
"name": "twitter_ads_source",
"version": "v0.8.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_twitter_source/tree/v0.8.0/",
"readme": "https://raw.githubusercontent.com/fivetran/dbt_twitter_source/v0.8.0/README.md"
},
"downloads": {
"tarball": "https://codeload.github.com/fivetran/dbt_twitter_source/tar.gz/v0.8.0",
"format": "tgz",
"sha1": "96191ca135714061f3d1af703f4aabfeb4fe8ac6"
}
}

0 comments on commit b1f2e8a

Please sign in to comment.