Skip to content

Commit

Permalink
feat: Adding Azure transformation release files (#702)
Browse files Browse the repository at this point in the history
  • Loading branch information
k-rheinheimer authored Mar 28, 2024
1 parent 87b37fe commit bd19033
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ ifeq ($(shard),9)
make transformation_dir=gcp/asset-inventory-free output_file_name=gcp-asset-inventory-free gen-single-site
endif

ifeq ($(shard),10)
make transformation_dir=azure/asset-inventory-free output_file_name=azure-asset-inventory-free gen-single-site
endif

.PHONY: gen-single-site
gen-single-site:
cloudquery migrate transformations/$(transformation_dir)/tests/postgres.yml
Expand Down
10 changes: 10 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,16 @@
}
]
},
"transformations/azure/asset-inventory-free": {
"component": "transformation-azure-asset-inventory-free",
"extra-files": [
{
"type": "yaml",
"path": "dbt_project.yml",
"jsonpath": "$.version"
}
]
},
"transformations/azure/compliance-free": {
"component": "transformation-azure-compliance-free",
"extra-files": [
Expand Down

0 comments on commit bd19033

Please sign in to comment.