dbt-labs / terraform-provider-dbtcloud

dbt Cloud Terraform Provider
https://registry.terraform.io/providers/dbt-labs/dbtcloud
MIT License
82 stars 19 forks source link

Feature - Add ability to override env var values at the job level #99

Closed b-per closed 9 months ago

b-per commented 1 year ago

dbt Cloud allows overriding the environment variable values at the job level. Adding this capability would require modifying the existing dbt_cloud_job resource (or creating new resources?).

Endpoints and payloads

I have some working code in Python but not in Go. Here are the specs for the CRUD operations.

Get

Create

Update

Delete

b-per commented 1 year ago

The endpoints being similar (but slightly different) to the dbt_cloud_environment_variable resource, and different than the dbt_cloud_job one, would it mean that we would create a new resource for those overrides?

Would calling it dbt_cloud_environment_variable_job_override make sense?

github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 45 days with no activity.

github-actions[bot] commented 1 year ago

This issue has been marked as Stale because it has been open for 90 days with no activity. If you would like the issue to remain open, please comment on the issue or else it will be closed in 7 days.