We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 597bae5 commit 865c20eCopy full SHA for 865c20e
crates/dbt-schemas/src/schemas/project/dbt_project.rs
@@ -50,6 +50,7 @@ pub struct ProjectDbtCloudConfig {
50
pub api_key: Option<StringOrInteger>,
51
pub application: Option<StringOrInteger>,
52
pub environment: Option<StringOrInteger>,
53
+ pub tenant_hostname: Option<String>,
54
}
55
56
#[skip_serializing_none]
0 commit comments