Skip to content

Data source of oci_dataintegration_workspace_tasks not working for tasks with type != REST #2403

@AlbertoSpinellaMir

Description

@AlbertoSpinellaMir

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Terraform Version and Provider Version

Terraform v1.10.5
Provider v7.4.0

Affected Resource(s)

Data oci_dataintegration_workspace_tasks

Terraform Configuration Files

data "oci_dataintegration_workspace_tasks" "test" {
  workspace_id = "my_id"
}

Debug Output

Panic Output

Expected Behavior

Get info of all tasks of workspace.

Actual Behavior

Error: task_summary_collection.0.items.0.operation: '' expected type 'string', got unconvertible type 'map[string]interface {}', value: 'map[key:dataref:<key>/xxxxx/yyyyy:zzzzz modelType:yyyyy modelVersion:20230722 objectStatus:1 objectVersion:0]'

Steps to Reproduce

  1. terraform apply

Important Factoids

Probably related to another issue I opened: seems that tasks of any type different from REST aren't supported.

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    In-ProgressTerraform Team is working on the reproduce & fixbug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions