-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
44 lines (44 loc) · 1.38 KB
/
Copy pathaction.yml
File metadata and controls
44 lines (44 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
name: "dbt Cloud Column Aware CI"
description: "This action will run dbt Cloud CI jobs taking into account downstream dependencies from projects set up with dbt Mesh"
branding:
icon: "cloud"
color: "orange"
author: "Doug Guthrie"
inputs:
dbt_cloud_service_token:
description: dbt Cloud Service Token
required: true
dbt_cloud_token_value:
description: dbt Cloud Personal API Key for use with the dbt Cloud CLI
required: true
dbt_cloud_token_name:
description: The name of the personal API Key created in dbt Cloud
required: true
dbt_cloud_account_id:
description: dbt Cloud Account ID
required: true
dbt_cloud_job_id:
description: dbt Cloud CI Job ID for the current project
required: true
dbt_cloud_host:
description: dbt Cloud host
required: false
default: "cloud.getdbt.com"
dialect:
description: "SQL dialect used in the dbt project (e.g., 'snowflake', 'bigquery', 'redshift')"
required: true
log_level:
description: "Logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)"
required: false
default: "INFO"
dry_run:
description: "If true, will compile and analyze changes but won't trigger the dbt Cloud job"
required: false
default: false
github_token:
description: "GitHub token for API authentication"
required: false
default: ${{ github.token }}
runs:
using: "docker"
image: "Dockerfile"