-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(main): Release transformation-gcp-compliance-premium v0.3.0 (#441)
🤖 I have created a release *beep* *boop* --- ## [0.3.0](transformation-gcp-compliance-premium-v0.2.3...transformation-gcp-compliance-premium-v0.3.0) (2023-12-28) ### Features * Trigger GCP Free Build Transformations ([5c68bae](5c68bae)) * Trigger GCP Free Build Transformations ([#385](#385)) ([5c68bae](5c68bae)) ### Bug Fixes * Link to latest versions in README ([#428](#428)) ([44901a2](44901a2)) --- 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
Showing
3 changed files
with
36 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,24 @@ | ||
|
||
# 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: 'gcp_compliance' | ||
version: '1.0.0' | ||
name: gcp_compliance | ||
version: 0.3.0 | ||
config-version: 2 | ||
|
||
# This setting configures which "profile" dbt uses for this project. | ||
profile: 'gcp_compliance' | ||
|
||
# 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", "../../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. | ||
profile: gcp_compliance | ||
model-paths: | ||
- models | ||
- ../models | ||
analysis-paths: | ||
- analyses | ||
test-paths: | ||
- tests | ||
seed-paths: | ||
- seeds | ||
macro-paths: | ||
- macros | ||
- ../macros | ||
- ../../macros | ||
snapshot-paths: | ||
- snapshots | ||
clean-targets: | ||
- target | ||
- dbt_packages | ||
models: | ||
gcp_compliance: | ||
# Config indicated by + and applies to all files under models/example/ | ||
# example: | ||
# +materialized: view | ||
|
||
|
||
|
||
|
||
gcp_compliance: null |