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

[ISSUE] Issue with databricks_job Data Source #1797

Closed
vivianwilfred opened this issue Nov 25, 2022 · 0 comments · Fixed by #1798
Closed

[ISSUE] Issue with databricks_job Data Source #1797

vivianwilfred opened this issue Nov 25, 2022 · 0 comments · Fixed by #1798
Assignees
Labels
bug Something isn't working

Comments

@vivianwilfred
Copy link

Configuration

terraform {
    required_providers {
      databricks = {
        source = "databricks/databricks"
        version = "1.6.5"
      }
    }
}

data "databricks_jobs" "this" {
  job_name = "Vivian-auto-test"
}

output "raw_out" {
  value     = data.databricks_job.this
}

Expected Behavior

The output has to fetch all the job configurations. The field under "job_settings" is not getting populated.

Actual Behavior

The output of databricks_job does not populate data in the "job_settings" list in its output JSON.

Steps to Reproduce

You can easily reproduce this using the above hcl code that I have attached.

Terraform and provider versions

Terraform v1.3.5
on darwin_amd64

  • provider registry.terraform.io/databricks/databricks v1.6.5

Debug Output

Debug logs: https://gist.github.com/vivianwilfred/bbbdfd4277fde352dbc3d3a4f0ecc467

Important Factoids

@nkvuong nkvuong self-assigned this Nov 25, 2022
@nkvuong nkvuong added the bug Something isn't working label Nov 25, 2022
@nfx nfx closed this as completed in #1798 Dec 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants