Data Source: oci_dataintegration_workspace_import_request
This data source provides details about a specific Workspace Import Request resource in Oracle Cloud Infrastructure Data Integration service.
This endpoint can be used to get the summary/details of object being imported.
Example Usage
data "oci_dataintegration_workspace_import_request" "test_workspace_import_request" {
#Required
import_request_key = var.workspace_import_request_import_request_key
workspace_id = oci_dataintegration_workspace.test_workspace.id
}
Argument Reference
The following arguments are supported:
import_request_key- (Required) The key of the object export object requestworkspace_id- (Required) The workspace ID.
Attributes Reference
The following attributes are exported:
are_data_asset_references_included- This field controls if the data asset references will be included during import.bucket- The name of the Object Storage Bucket where the objects will be imported fromcreated_by- Name of the user who initiated import request.error_messages- Contains key of the errorfile_name- Name of the zip file from which objects will be imported.import_conflict_resolution- Import Objects Conflict resolution.duplicate_prefix- In case of DUPLICATE mode, prefix will be used to disambiguate the object.duplicate_suffix- In case of DUPLICATE mode, suffix will be used to disambiguate the object.import_conflict_resolution_type- Import Objects Conflict resolution Type (RETAIN/DUPLICATE/REPLACE).
imported_objects- The array of imported object details.aggregator_key- Aggregator keyidentifier- Object identifiername- Name of the objectname_path- Object name pathnew_key- New key of the objectobject_type- Object typeobject_version- Object versionold_key- Old key of the objectresolution_action- Object resolution actiontime_updated_in_millis- time at which this object was last updated.
key- Import object request keyname- Name of the import request.object_key_for_import- Key of the object inside which all the objects will be importedobject_storage_region- Region of the object storage (if using object storage of different region)object_storage_tenancy_id- Optional parameter to point to object storage tenancy (if using Object Storage of different tenancy)status- Import Objects request status.time_ended_in_millis- Time at which the request was completely processed.time_started_in_millis- Time at which the request started getting processed.total_imported_object_count- Number of objects that are imported.