Skip to content

Commit 865c20e

Browse files
jtcohen6fa-assistant
authored andcommitted
Add dbt-cloud.tenant_hostname (#5781)
* Add dbt-cloud.tenant_hostname * Update test * Add changelog entry GitOrigin-RevId: 91d0dfcff14736803a58d5604396964168087e47
1 parent 597bae5 commit 865c20e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/dbt-schemas/src/schemas/project/dbt_project.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ pub struct ProjectDbtCloudConfig {
5050
pub api_key: Option<StringOrInteger>,
5151
pub application: Option<StringOrInteger>,
5252
pub environment: Option<StringOrInteger>,
53+
pub tenant_hostname: Option<String>,
5354
}
5455

5556
#[skip_serializing_none]

0 commit comments

Comments
 (0)