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

Add support for global connections #283

Merged
merged 20 commits into from
Aug 19, 2024
Merged

Add support for global connections #283

merged 20 commits into from
Aug 19, 2024

Conversation

b-per
Copy link
Collaborator

@b-per b-per commented Aug 16, 2024

  • Fixes Support for Global Connections #267
    • dbtcloud_environment now accepts a connection_id to link the environment to the connection. This is the new recommended way to link connections to environments instead of linking the connection to the project with dbtcloud_project_connection
    • A new resource dbtcloud_global_connection has been created and currently supports Snowflake and BigQuery connections. In the next weeks, support for all the Data Warehouses will be added to this resource of the legacy project-scoped connection resources. Those resources will be deprecated in a future version of the provider.
  • Fixes environment_id null when using dbtcloud_environments #281

@b-per b-per merged commit d5c8d9e into main Aug 19, 2024
9 checks passed
@b-per b-per deleted the TFPCLD-9 branch August 19, 2024 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

environment_id null when using dbtcloud_environments Support for Global Connections
2 participants