Skip to content

Commit

Permalink
chore(main): Release transformation-aws-asset-inventory-free v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cq-bot committed Dec 18, 2023
1 parent 5c27d5a commit 3dbef0d
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 39 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"visualizations/aws/data_resilience+FILLER": "0.0.0",
"transformations/aws/encryption": "1.1.0",
"transformations/aws/encryption+FILLER": "0.0.0",
"transformations/aws/asset-inventory-free": "1.1.1",
"transformations/aws/asset-inventory-free": "1.1.2",
"transformations/aws/asset-inventory+FILLER": "0.0.0",
"visualizations/aws/asset_inventory": "1.0.0",
"visualizations/aws/asset_inventory+FILLER": "0.0.0"
Expand Down
7 changes: 7 additions & 0 deletions transformations/aws/asset-inventory-free/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.2](https://github.com/cloudquery/policies-premium/compare/transformation-aws-asset-inventory-free-v1.1.1...transformation-aws-asset-inventory-free-v1.1.2) (2023-12-18)


### Bug Fixes

* Link to latest versions in README ([#428](https://github.com/cloudquery/policies-premium/issues/428)) ([44901a2](https://github.com/cloudquery/policies-premium/commit/44901a2be3ada54606fc928010ae9a15aaff7173))

## [1.1.1](https://github.com/cloudquery/policies-premium/compare/transformation-aws-asset-inventory-free-v1.1.0...transformation-aws-asset-inventory-free-v1.1.1) (2023-12-12)


Expand Down
59 changes: 21 additions & 38 deletions transformations/aws/asset-inventory-free/dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,39 +1,22 @@

# Name your project! Project names should contain only lowercase characters
# and underscores. A good package name should reflect your organization's
# name or the intended use of these models
name: 'aws_asset_inventory'
version: '1.0.0'
name: aws_asset_inventory
version: 1.1.2
config-version: 2

# This setting configures which "profile" dbt uses for this project.
profile: 'aws_asset_inventory'

# These configurations specify where dbt should look for different types of files.
# The `model-paths` config, for example, states that models in this project can be
# found in the "models/" directory. You probably won't need to change these!
model-paths: ["models", "../models"]
analysis-paths: ["analyses"]
test-paths: ["tests"]
seed-paths: ["seeds"]
macro-paths: ["../macros", "../../macros"]
snapshot-paths: ["snapshots"]

clean-targets: # directories to be removed by `dbt clean`
- "target"
- "dbt_packages"

# Configuring models
# Full documentation: https://docs.getdbt.com/docs/configuring-models

# In this example config, we tell dbt to build all models in the example/
# directory as views. These settings can be overridden in the individual model
# files using the `{{ config(...) }}` macro.
models:
# Config indicated by + and applies to all files under models/example/
# example:
# +materialized: view




profile: aws_asset_inventory
model-paths:
- models
- ../models
analysis-paths:
- analyses
test-paths:
- tests
seed-paths:
- seeds
macro-paths:
- ../macros
- ../../macros
snapshot-paths:
- snapshots
clean-targets:
- target
- dbt_packages
models: null

0 comments on commit 3dbef0d

Please sign in to comment.