Skip to content

Commit

Permalink
chore(main): Release transformation-aws-cost v1.0.0 (#434)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## 1.0.0 (2024-03-04)

### Features

* Initial release

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
cq-bot authored Mar 4, 2024
1 parent 097ef3c commit 93d240d
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 35 deletions.
4 changes: 4 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
"transformations/aws/encryption+FILLER": "0.0.0",
"transformations/aws/asset-inventory-free": "2.0.2",
"transformations/aws/asset-inventory+FILLER": "0.0.0",
"visualizations/aws/asset_inventory": "2.0.0",
"visualizations/aws/asset_inventory+FILLER": "0.0.0",
"transformations/aws/cost": "1.0.0",
"transformations/aws/cost+FILLER": "0.0.0",
"visualizations/aws/asset_inventory": "2.1.0",
"visualizations/aws/asset_inventory+FILLER": "0.0.0"
}
7 changes: 7 additions & 0 deletions transformations/aws/cost/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog

## 1.0.0 (2024-03-04)

### Features

* Initial release
57 changes: 22 additions & 35 deletions transformations/aws/cost/dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,33 +1,28 @@

# 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_cost'
version: '1.0.0'
name: aws_cost
version: 1.0.0
config-version: 2

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

# 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"]
analysis-paths: ["analyses"]
test-paths: ["tests"]
seed-paths: ["seeds"]
macro-paths: ["macros", "../macros", "../../macros"]
snapshot-paths: ["snapshots"]

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

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

seeds:
aws_cost: # you must include the project name
aws_cost:
cost_usage_table:
+column_types:
bill_billing_period_end_date: TIMESTAMP WITHOUT TIME ZONE
Expand Down Expand Up @@ -185,14 +180,6 @@ seeds:
resource_tags_aws_ecs_cluster: text
resource_tags_aws_elasticbeanstalk_environment_id: text
resource_tags: text

# 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:
aws_cost:
aws_cost__by_regions:
Expand Down Expand Up @@ -258,4 +245,4 @@ models:
aws_cost__trusted_advisior_results:
+enabled: true
aws_usage__data_usage_capacity:
+enabled: true
+enabled: true

0 comments on commit 93d240d

Please sign in to comment.