Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use entire tenant domain name in dbt Cloud connection #28890

Merged
merged 1 commit into from
Jan 12, 2023

Commits on Jan 12, 2023

  1. Use entire tenant domain name in dbt Cloud connection

    Closes: apache#27146
    
    Currently users can connect to both single-tenant and multi-tenant instances of dbt Cloud. However, for the enterprise tier, there is a new region offered as well as private instance support. The existing `tenant` value does not cover the ability to modify the entire domain name which could be required for users on the enterprise plan.
    
    This enhancement allows users to specify the tenant domain they wish to connect to while keeping the "cloud.getdbt.com" domain as the default. Additionally, backward compat is implemented for those who are only specifying the third-level domain for single-tenant instances and wish to upgrade the provider version.
    josh-fell committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    8396963 View commit details
    Browse the repository at this point in the history