# This is an automatically generated code sample.
# To make this code sample work in your Oracle Cloud tenancy,
# please replace the values for any parameters whose current values do not fit
# your use case (such as resource IDs, strings containing ‘EXAMPLE’ or ‘unique_id’, and
# boolean, number, and enum parameters with values not fitting your use case).

from datetime import datetime
import oci

# Create a default config using DEFAULT profile in default location
# Refer to
# https://docs.cloud.oracle.com/en-us/iaas/Content/API/Concepts/sdkconfig.htm#SDK_and_CLI_Configuration_File
# for more info
config = oci.config.from_file()


# Initialize service client with default config file
data_integration_client = oci.data_integration.DataIntegrationClient(config)


# Send the request to service, some parameters are not required, see API
# doc for more info
create_pipeline_validation_response = data_integration_client.create_pipeline_validation(
    workspace_id="ocid1.test.oc1..<unique_ID>EXAMPLE-workspaceId-Value",
    create_pipeline_validation_details=oci.data_integration.models.CreatePipelineValidationDetails(
        key="EXAMPLE-key-Value",
        model_version="EXAMPLE-modelVersion-Value",
        parent_ref=oci.data_integration.models.ParentReference(
            parent="EXAMPLE-parent-Value",
            root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
        name="EXAMPLE-name-Value",
        description="EXAMPLE-description-Value",
        model_type="EXAMPLE-modelType-Value",
        object_version=365,
        object_status=128,
        identifier="EXAMPLE-identifier-Value",
        nodes=[
            oci.data_integration.models.FlowNode(
                    key="EXAMPLE-key-Value",
                    model_type="EXAMPLE-modelType-Value",
                    model_version="EXAMPLE-modelVersion-Value",
                    parent_ref=oci.data_integration.models.ParentReference(
                        parent="EXAMPLE-parent-Value",
                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                    name="EXAMPLE-name-Value",
                    description="EXAMPLE-description-Value",
                    input_links=[
                        oci.data_integration.models.InputLink(
                                model_type="INPUT_LINK",
                                key="EXAMPLE-key-Value",
                                model_version="EXAMPLE-modelVersion-Value",
                                parent_ref=oci.data_integration.models.ParentReference(
                                    parent="EXAMPLE-parent-Value",
                                    root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                object_status=376,
                                description="EXAMPLE-description-Value",
                                port="EXAMPLE-port-Value",
                                from_link="EXAMPLE-fromLink-Value",
                                field_map=oci.data_integration.models.CompositeFieldMap(
                                    model_type="COMPOSITE_FIELD_MAP",
                                    description="EXAMPLE-description-Value",
                                    key="EXAMPLE-key-Value",
                                    model_version="EXAMPLE-modelVersion-Value",
                                    parent_ref=oci.data_integration.models.ParentReference(
                                            parent="EXAMPLE-parent-Value",
                                            root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                    config_values=oci.data_integration.models.ConfigValues(
                                        config_param_values={
                                            'EXAMPLE_KEY_XKGtO': {
                                                'stringValue': 'EXAMPLE-stringValue-Value',
                                                'intValue': 307,
                                                'objectValue': 'EXAMPLE-objectValue-Value',
                                                'refValue': 'EXAMPLE-refValue-Value',
                                                'parameterValue': 'EXAMPLE-parameterValue-Value',
                                                'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                                        parent_ref=oci.data_integration.models.ParentReference(
                                            parent="EXAMPLE-parent-Value",
                                            root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                                    object_status=123))],
                    output_links=[
                        oci.data_integration.models.OutputLink(
                            model_type="OUTPUT_LINK",
                            key="EXAMPLE-key-Value",
                            model_version="EXAMPLE-modelVersion-Value",
                            parent_ref=oci.data_integration.models.ParentReference(
                                parent="EXAMPLE-parent-Value",
                                root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                            object_status=927,
                            description="EXAMPLE-description-Value",
                            port="EXAMPLE-port-Value",
                            to_links=["EXAMPLE--Value"])],
                    operator=oci.data_integration.models.Source(
                        model_type="SOURCE_OPERATOR",
                        key="EXAMPLE-key-Value",
                        model_version="EXAMPLE-modelVersion-Value",
                        parent_ref=oci.data_integration.models.ParentReference(
                            parent="EXAMPLE-parent-Value",
                            root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                        name="EXAMPLE-name-Value",
                        description="EXAMPLE-description-Value",
                        object_version=369,
                        input_ports=[
                            oci.data_integration.models.InputPort(
                                model_type="INPUT_PORT",
                                key="EXAMPLE-key-Value",
                                model_version="EXAMPLE-modelVersion-Value",
                                parent_ref=oci.data_integration.models.ParentReference(
                                    parent="EXAMPLE-parent-Value",
                                    root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                config_values=oci.data_integration.models.ConfigValues(
                                    config_param_values={
                                        'EXAMPLE_KEY_vRONj': {
                                            'stringValue': 'EXAMPLE-stringValue-Value',
                                            'intValue': 442,
                                            'objectValue': 'EXAMPLE-objectValue-Value',
                                            'refValue': 'EXAMPLE-refValue-Value',
                                            'parameterValue': 'EXAMPLE-parameterValue-Value',
                                            'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                                    parent_ref=oci.data_integration.models.ParentReference(
                                        parent="EXAMPLE-parent-Value",
                                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                                object_status=401,
                                name="EXAMPLE-name-Value",
                                description="EXAMPLE-description-Value",
                                port_type="CONTROL",
                                fields=[
                                    oci.data_integration.models.Parameter(
                                        model_type="PARAMETER",
                                        key="EXAMPLE-key-Value",
                                        model_version="EXAMPLE-modelVersion-Value",
                                        parent_ref=oci.data_integration.models.ParentReference(
                                            parent="EXAMPLE-parent-Value",
                                            root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                        config_values=oci.data_integration.models.ConfigValues(
                                            config_param_values={
                                                'EXAMPLE_KEY_4Dyp7': {
                                                    'stringValue': 'EXAMPLE-stringValue-Value',
                                                    'intValue': 947,
                                                    'objectValue': 'EXAMPLE-objectValue-Value',
                                                    'refValue': 'EXAMPLE-refValue-Value',
                                                    'parameterValue': 'EXAMPLE-parameterValue-Value',
                                                    'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                                            parent_ref=oci.data_integration.models.ParentReference(
                                                parent="EXAMPLE-parent-Value",
                                                root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                                        object_status=610,
                                        name="EXAMPLE-name-Value",
                                        description="EXAMPLE-description-Value",
                                        type="EXAMPLE-type-Value",
                                        default_value="EXAMPLE-defaultValue-Value",
                                        root_object_default_value="EXAMPLE-rootObjectDefaultValue-Value",
                                        is_input=False,
                                        is_output=True,
                                        output_aggregation_type="SUM",
                                        type_name="EXAMPLE-typeName-Value",
                                        used_for="EXAMPLE-usedFor-Value")])],
                        output_ports=[
                            oci.data_integration.models.ConditionalOutputPort(
                                model_type="CONDITIONAL_OUTPUT_PORT",
                                key="EXAMPLE-key-Value",
                                model_version="EXAMPLE-modelVersion-Value",
                                parent_ref=oci.data_integration.models.ParentReference(
                                    parent="EXAMPLE-parent-Value",
                                    root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                config_values=oci.data_integration.models.ConfigValues(
                                    config_param_values={
                                        'EXAMPLE_KEY_N0jZH': {
                                            'stringValue': 'EXAMPLE-stringValue-Value',
                                            'intValue': 742,
                                            'objectValue': 'EXAMPLE-objectValue-Value',
                                            'refValue': 'EXAMPLE-refValue-Value',
                                            'parameterValue': 'EXAMPLE-parameterValue-Value',
                                            'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                                    parent_ref=oci.data_integration.models.ParentReference(
                                        parent="EXAMPLE-parent-Value",
                                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                                object_status=932,
                                name="EXAMPLE-name-Value",
                                description="EXAMPLE-description-Value",
                                port_type="CONTROL",
                                split_condition=oci.data_integration.models.Expression(
                                    key="EXAMPLE-key-Value",
                                    model_type="EXAMPLE-modelType-Value",
                                    model_version="EXAMPLE-modelVersion-Value",
                                    parent_ref=oci.data_integration.models.ParentReference(
                                        parent="EXAMPLE-parent-Value",
                                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                    expr_string="EXAMPLE-exprString-Value",
                                    config_values=oci.data_integration.models.ConfigValues(
                                        config_param_values={
                                            'EXAMPLE_KEY_bAfpF': {
                                                'stringValue': 'EXAMPLE-stringValue-Value',
                                                'intValue': 661,
                                                'objectValue': 'EXAMPLE-objectValue-Value',
                                                'refValue': 'EXAMPLE-refValue-Value',
                                                'parameterValue': 'EXAMPLE-parameterValue-Value',
                                                'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                                        parent_ref=oci.data_integration.models.ParentReference(
                                            parent="EXAMPLE-parent-Value",
                                            root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                                    object_status=793))],
                        object_status=635,
                        identifier="EXAMPLE-identifier-Value",
                        parameters=[
                            oci.data_integration.models.Parameter(
                                model_type="PARAMETER",
                                key="EXAMPLE-key-Value",
                                model_version="EXAMPLE-modelVersion-Value",
                                parent_ref=oci.data_integration.models.ParentReference(
                                    parent="EXAMPLE-parent-Value",
                                    root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                config_values=oci.data_integration.models.ConfigValues(
                                    config_param_values={
                                        'EXAMPLE_KEY_53N7l': {
                                            'stringValue': 'EXAMPLE-stringValue-Value',
                                            'intValue': 127,
                                            'objectValue': 'EXAMPLE-objectValue-Value',
                                            'refValue': 'EXAMPLE-refValue-Value',
                                            'parameterValue': 'EXAMPLE-parameterValue-Value',
                                            'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                                    parent_ref=oci.data_integration.models.ParentReference(
                                        parent="EXAMPLE-parent-Value",
                                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                                object_status=968,
                                name="EXAMPLE-name-Value",
                                description="EXAMPLE-description-Value",
                                type="EXAMPLE-type-Value",
                                default_value="EXAMPLE-defaultValue-Value",
                                root_object_default_value="EXAMPLE-rootObjectDefaultValue-Value",
                                is_input=False,
                                is_output=True,
                                output_aggregation_type="MAX",
                                type_name="EXAMPLE-typeName-Value",
                                used_for="EXAMPLE-usedFor-Value")],
                        op_config_values=oci.data_integration.models.ConfigValues(
                            config_param_values={
                                'EXAMPLE_KEY_fjf8J': {
                                    'stringValue': 'EXAMPLE-stringValue-Value',
                                    'intValue': 871,
                                    'objectValue': 'EXAMPLE-objectValue-Value',
                                    'refValue': 'EXAMPLE-refValue-Value',
                                    'parameterValue': 'EXAMPLE-parameterValue-Value',
                                    'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                            parent_ref=oci.data_integration.models.ParentReference(
                                parent="EXAMPLE-parent-Value",
                                root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                        entity=oci.data_integration.models.DataEntityFromSql(
                            model_type="SQL_ENTITY",
                            metadata=oci.data_integration.models.ObjectMetadata(
                                created_by="EXAMPLE-createdBy-Value",
                                created_by_name="EXAMPLE-createdByName-Value",
                                updated_by="EXAMPLE-updatedBy-Value",
                                updated_by_name="EXAMPLE-updatedByName-Value",
                                time_created=datetime.strptime(
                                    "2017-07-11T12:30:06.354Z",
                                    "%Y-%m-%dT%H:%M:%S.%fZ"),
                                time_updated=datetime.strptime(
                                    "2017-02-27T01:38:33.843Z",
                                    "%Y-%m-%dT%H:%M:%S.%fZ"),
                                aggregator_key="EXAMPLE-aggregatorKey-Value",
                                aggregator=oci.data_integration.models.AggregatorSummary(
                                    type="EXAMPLE-type-Value",
                                    key="EXAMPLE-key-Value",
                                    name="EXAMPLE-name-Value",
                                    identifier="EXAMPLE-identifier-Value",
                                    description="EXAMPLE-description-Value"),
                                identifier_path="EXAMPLE-identifierPath-Value",
                                info_fields={
                                    'EXAMPLE_KEY_zf5ut': 'EXAMPLE_VALUE_LUiB3oDduyjtQxUFgaZE'},
                                registry_version=951,
                                labels=["EXAMPLE--Value"],
                                is_favorite=False,
                                count_statistics=oci.data_integration.models.CountStatistic(
                                    object_type_count_list=[
                                        oci.data_integration.models.CountStatisticSummary(
                                            object_type="TASK",
                                            object_count=965)])),
                            key="EXAMPLE-key-Value",
                            model_version="EXAMPLE-modelVersion-Value",
                            parent_ref=oci.data_integration.models.ParentReference(
                                parent="EXAMPLE-parent-Value",
                                root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                            name="EXAMPLE-name-Value",
                            description="EXAMPLE-description-Value",
                            object_version=641,
                            external_key="EXAMPLE-externalKey-Value",
                            shape=oci.data_integration.models.Shape(
                                model_type="SHAPE",
                                key="EXAMPLE-key-Value",
                                model_version="EXAMPLE-modelVersion-Value",
                                parent_ref=oci.data_integration.models.ParentReference(
                                    parent="EXAMPLE-parent-Value",
                                    root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                config_values=oci.data_integration.models.ConfigValues(
                                    config_param_values={
                                        'EXAMPLE_KEY_KHE57': {
                                            'stringValue': 'EXAMPLE-stringValue-Value',
                                            'intValue': 146,
                                            'objectValue': 'EXAMPLE-objectValue-Value',
                                            'refValue': 'EXAMPLE-refValue-Value',
                                            'parameterValue': 'EXAMPLE-parameterValue-Value',
                                            'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                                    parent_ref=oci.data_integration.models.ParentReference(
                                        parent="EXAMPLE-parent-Value",
                                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                                object_status=693,
                                name="EXAMPLE-name-Value",
                                description="EXAMPLE-description-Value",
                                type=oci.data_integration.models.ArrayType(
                                    model_type="ARRAY_TYPE",
                                    key="EXAMPLE-key-Value",
                                    model_version="EXAMPLE-modelVersion-Value",
                                    parent_ref=oci.data_integration.models.ParentReference(
                                        parent="EXAMPLE-parent-Value",
                                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                    name="EXAMPLE-name-Value",
                                    object_status=460,
                                    description="EXAMPLE-description-Value",
                                    element_type="EXAMPLE-elementType-Value")),
                            shape_id="ocid1.test.oc1..<unique_ID>EXAMPLE-shapeId-Value",
                            entity_type="VIEW",
                            other_type_label="EXAMPLE-otherTypeLabel-Value",
                            unique_keys=[
                                oci.data_integration.models.UniqueDataKey(
                                    model_type="UNIQUE_KEY",
                                    key="EXAMPLE-key-Value",
                                    model_version="EXAMPLE-modelVersion-Value",
                                    parent_ref=oci.data_integration.models.ParentReference(
                                        parent="EXAMPLE-parent-Value",
                                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                    name="EXAMPLE-name-Value",
                                    attribute_refs=[
                                        oci.data_integration.models.KeyAttribute(
                                            position=654,
                                            shape_field=oci.data_integration.models.ShapeField(
                                                model_type="SHAPE_FIELD",
                                                key="EXAMPLE-key-Value",
                                                model_version="EXAMPLE-modelVersion-Value",
                                                parent_ref=oci.data_integration.models.ParentReference(
                                                    parent="EXAMPLE-parent-Value",
                                                    root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                                config_values=oci.data_integration.models.ConfigValues(
                                                    config_param_values={
                                                        'EXAMPLE_KEY_nFwX6': {
                                                            'stringValue': 'EXAMPLE-stringValue-Value',
                                                            'intValue': 320,
                                                            'objectValue': 'EXAMPLE-objectValue-Value',
                                                            'refValue': 'EXAMPLE-refValue-Value',
                                                            'parameterValue': 'EXAMPLE-parameterValue-Value',
                                                            'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                                                    parent_ref=oci.data_integration.models.ParentReference(
                                                        parent="EXAMPLE-parent-Value",
                                                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                                                object_status=994,
                                                name="EXAMPLE-name-Value",
                                                description="EXAMPLE-description-Value",
                                                type="EXAMPLE-type-Value",
                                                labels=["EXAMPLE--Value"],
                                                native_shape_field=oci.data_integration.models.NativeShapeField(
                                                    name="EXAMPLE-name-Value",
                                                    model_type="EXAMPLE-modelType-Value",
                                                    type="EXAMPLE-type-Value",
                                                    config_values=oci.data_integration.models.ConfigValues(
                                                        config_param_values={
                                                            'EXAMPLE_KEY_rc6vX': {
                                                                'stringValue': 'EXAMPLE-stringValue-Value',
                                                                'intValue': 238,
                                                                'objectValue': 'EXAMPLE-objectValue-Value',
                                                                'refValue': 'EXAMPLE-refValue-Value',
                                                                'parameterValue': 'EXAMPLE-parameterValue-Value',
                                                                'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                                                        parent_ref=oci.data_integration.models.ParentReference(
                                                            parent="EXAMPLE-parent-Value",
                                                            root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                                                    position=778,
                                                    default_value_string="EXAMPLE-defaultValueString-Value",
                                                    is_mandatory=False)),
                                            attribute=oci.data_integration.models.ShapeField(
                                                model_type="SHAPE_FIELD",
                                                key="EXAMPLE-key-Value",
                                                model_version="EXAMPLE-modelVersion-Value",
                                                parent_ref=oci.data_integration.models.ParentReference(
                                                    parent="EXAMPLE-parent-Value",
                                                    root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                                config_values=oci.data_integration.models.ConfigValues(
                                                    config_param_values={
                                                        'EXAMPLE_KEY_FujDg': {
                                                            'stringValue': 'EXAMPLE-stringValue-Value',
                                                            'intValue': 848,
                                                            'objectValue': 'EXAMPLE-objectValue-Value',
                                                            'refValue': 'EXAMPLE-refValue-Value',
                                                            'parameterValue': 'EXAMPLE-parameterValue-Value',
                                                            'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                                                    parent_ref=oci.data_integration.models.ParentReference(
                                                        parent="EXAMPLE-parent-Value",
                                                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                                                object_status=888,
                                                name="EXAMPLE-name-Value",
                                                description="EXAMPLE-description-Value",
                                                type="EXAMPLE-type-Value",
                                                labels=["EXAMPLE--Value"],
                                                native_shape_field=oci.data_integration.models.NativeShapeField(
                                                    name="EXAMPLE-name-Value",
                                                    model_type="EXAMPLE-modelType-Value",
                                                    type="EXAMPLE-type-Value",
                                                    config_values=oci.data_integration.models.ConfigValues(
                                                        config_param_values={
                                                            'EXAMPLE_KEY_pKTn4': {
                                                                'stringValue': 'EXAMPLE-stringValue-Value',
                                                                'intValue': 116,
                                                                'objectValue': 'EXAMPLE-objectValue-Value',
                                                                'refValue': 'EXAMPLE-refValue-Value',
                                                                'parameterValue': 'EXAMPLE-parameterValue-Value',
                                                                'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                                                        parent_ref=oci.data_integration.models.ParentReference(
                                                            parent="EXAMPLE-parent-Value",
                                                            root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                                                    position=842,
                                                    default_value_string="EXAMPLE-defaultValueString-Value",
                                                    is_mandatory=True)))],
                                    object_status=98)],
                            foreign_keys=[
                                oci.data_integration.models.ForeignKey(
                                    model_type="FOREIGN_KEY",
                                    key="EXAMPLE-key-Value",
                                    model_version="EXAMPLE-modelVersion-Value",
                                    parent_ref=oci.data_integration.models.ParentReference(
                                        parent="EXAMPLE-parent-Value",
                                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                    name="EXAMPLE-name-Value",
                                    attribute_refs=[
                                        oci.data_integration.models.KeyAttribute(
                                            position=274,
                                            shape_field=oci.data_integration.models.ShapeField(
                                                model_type="SHAPE_FIELD",
                                                key="EXAMPLE-key-Value",
                                                model_version="EXAMPLE-modelVersion-Value",
                                                parent_ref=oci.data_integration.models.ParentReference(
                                                    parent="EXAMPLE-parent-Value",
                                                    root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                                config_values=oci.data_integration.models.ConfigValues(
                                                    config_param_values={
                                                        'EXAMPLE_KEY_xo46T': {
                                                            'stringValue': 'EXAMPLE-stringValue-Value',
                                                            'intValue': 693,
                                                            'objectValue': 'EXAMPLE-objectValue-Value',
                                                            'refValue': 'EXAMPLE-refValue-Value',
                                                            'parameterValue': 'EXAMPLE-parameterValue-Value',
                                                            'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                                                    parent_ref=oci.data_integration.models.ParentReference(
                                                        parent="EXAMPLE-parent-Value",
                                                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                                                object_status=701,
                                                name="EXAMPLE-name-Value",
                                                description="EXAMPLE-description-Value",
                                                type="EXAMPLE-type-Value",
                                                labels=["EXAMPLE--Value"],
                                                native_shape_field=oci.data_integration.models.NativeShapeField(
                                                    name="EXAMPLE-name-Value",
                                                    model_type="EXAMPLE-modelType-Value",
                                                    type="EXAMPLE-type-Value",
                                                    config_values=oci.data_integration.models.ConfigValues(
                                                        config_param_values={
                                                            'EXAMPLE_KEY_2cLNU': {
                                                                'stringValue': 'EXAMPLE-stringValue-Value',
                                                                'intValue': 510,
                                                                'objectValue': 'EXAMPLE-objectValue-Value',
                                                                'refValue': 'EXAMPLE-refValue-Value',
                                                                'parameterValue': 'EXAMPLE-parameterValue-Value',
                                                                'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                                                        parent_ref=oci.data_integration.models.ParentReference(
                                                            parent="EXAMPLE-parent-Value",
                                                            root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                                                    position=705,
                                                    default_value_string="EXAMPLE-defaultValueString-Value",
                                                    is_mandatory=False)),
                                            attribute=oci.data_integration.models.ShapeField(
                                                model_type="SHAPE_FIELD",
                                                key="EXAMPLE-key-Value",
                                                model_version="EXAMPLE-modelVersion-Value",
                                                parent_ref=oci.data_integration.models.ParentReference(
                                                    parent="EXAMPLE-parent-Value",
                                                    root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                                config_values=oci.data_integration.models.ConfigValues(
                                                    config_param_values={
                                                        'EXAMPLE_KEY_lOBLY': {
                                                            'stringValue': 'EXAMPLE-stringValue-Value',
                                                            'intValue': 107,
                                                            'objectValue': 'EXAMPLE-objectValue-Value',
                                                            'refValue': 'EXAMPLE-refValue-Value',
                                                            'parameterValue': 'EXAMPLE-parameterValue-Value',
                                                            'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                                                    parent_ref=oci.data_integration.models.ParentReference(
                                                        parent="EXAMPLE-parent-Value",
                                                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                                                object_status=759,
                                                name="EXAMPLE-name-Value",
                                                description="EXAMPLE-description-Value",
                                                type="EXAMPLE-type-Value",
                                                labels=["EXAMPLE--Value"],
                                                native_shape_field=oci.data_integration.models.NativeShapeField(
                                                    name="EXAMPLE-name-Value",
                                                    model_type="EXAMPLE-modelType-Value",
                                                    type="EXAMPLE-type-Value",
                                                    config_values=oci.data_integration.models.ConfigValues(
                                                        config_param_values={
                                                            'EXAMPLE_KEY_hNubc': {
                                                                'stringValue': 'EXAMPLE-stringValue-Value',
                                                                'intValue': 76,
                                                                'objectValue': 'EXAMPLE-objectValue-Value',
                                                                'refValue': 'EXAMPLE-refValue-Value',
                                                                'parameterValue': 'EXAMPLE-parameterValue-Value',
                                                                'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                                                        parent_ref=oci.data_integration.models.ParentReference(
                                                            parent="EXAMPLE-parent-Value",
                                                            root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                                                    position=624,
                                                    default_value_string="EXAMPLE-defaultValueString-Value",
                                                    is_mandatory=True)))],
                                    update_rule=671,
                                    delete_rule=990,
                                    reference_unique_key=oci.data_integration.models.PrimaryKey(
                                        model_type="PRIMARY_KEY",
                                        key="EXAMPLE-key-Value",
                                        model_version="EXAMPLE-modelVersion-Value",
                                        parent_ref=oci.data_integration.models.ParentReference(
                                            parent="EXAMPLE-parent-Value",
                                            root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                        name="EXAMPLE-name-Value",
                                        attribute_refs=[
                                            oci.data_integration.models.KeyAttribute(
                                                position=268,
                                                shape_field=oci.data_integration.models.ShapeField(
                                                    model_type="SHAPE_FIELD",
                                                    key="EXAMPLE-key-Value",
                                                    model_version="EXAMPLE-modelVersion-Value",
                                                    parent_ref=oci.data_integration.models.ParentReference(
                                                        parent="EXAMPLE-parent-Value",
                                                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                                    config_values=oci.data_integration.models.ConfigValues(
                                                        config_param_values={
                                                            'EXAMPLE_KEY_wa57S': {
                                                                'stringValue': 'EXAMPLE-stringValue-Value',
                                                                'intValue': 990,
                                                                'objectValue': 'EXAMPLE-objectValue-Value',
                                                                'refValue': 'EXAMPLE-refValue-Value',
                                                                'parameterValue': 'EXAMPLE-parameterValue-Value',
                                                                'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                                                        parent_ref=oci.data_integration.models.ParentReference(
                                                            parent="EXAMPLE-parent-Value",
                                                            root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                                                    object_status=435,
                                                    name="EXAMPLE-name-Value",
                                                    description="EXAMPLE-description-Value",
                                                    type="EXAMPLE-type-Value",
                                                    labels=["EXAMPLE--Value"],
                                                    native_shape_field=oci.data_integration.models.NativeShapeField(
                                                        name="EXAMPLE-name-Value",
                                                        model_type="EXAMPLE-modelType-Value",
                                                        type="EXAMPLE-type-Value",
                                                        config_values=oci.data_integration.models.ConfigValues(
                                                            config_param_values={
                                                                'EXAMPLE_KEY_fIV7O': {
                                                                    'stringValue': 'EXAMPLE-stringValue-Value',
                                                                    'intValue': 444,
                                                                    'objectValue': 'EXAMPLE-objectValue-Value',
                                                                    'refValue': 'EXAMPLE-refValue-Value',
                                                                    'parameterValue': 'EXAMPLE-parameterValue-Value',
                                                                    'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                                                            parent_ref=oci.data_integration.models.ParentReference(
                                                                parent="EXAMPLE-parent-Value",
                                                                root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                                                        position=92,
                                                        default_value_string="EXAMPLE-defaultValueString-Value",
                                                        is_mandatory=True)),
                                                attribute=oci.data_integration.models.ShapeField(
                                                    model_type="SHAPE_FIELD",
                                                    key="EXAMPLE-key-Value",
                                                    model_version="EXAMPLE-modelVersion-Value",
                                                    parent_ref=oci.data_integration.models.ParentReference(
                                                        parent="EXAMPLE-parent-Value",
                                                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                                    config_values=oci.data_integration.models.ConfigValues(
                                                        config_param_values={
                                                            'EXAMPLE_KEY_a6vA6': {
                                                                'stringValue': 'EXAMPLE-stringValue-Value',
                                                                'intValue': 422,
                                                                'objectValue': 'EXAMPLE-objectValue-Value',
                                                                'refValue': 'EXAMPLE-refValue-Value',
                                                                'parameterValue': 'EXAMPLE-parameterValue-Value',
                                                                'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                                                        parent_ref=oci.data_integration.models.ParentReference(
                                                            parent="EXAMPLE-parent-Value",
                                                            root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                                                    object_status=190,
                                                    name="EXAMPLE-name-Value",
                                                    description="EXAMPLE-description-Value",
                                                    type="EXAMPLE-type-Value",
                                                    labels=["EXAMPLE--Value"],
                                                    native_shape_field=oci.data_integration.models.NativeShapeField(
                                                        name="EXAMPLE-name-Value",
                                                        model_type="EXAMPLE-modelType-Value",
                                                        type="EXAMPLE-type-Value",
                                                        config_values=oci.data_integration.models.ConfigValues(
                                                            config_param_values={
                                                                'EXAMPLE_KEY_VazxQ': {
                                                                    'stringValue': 'EXAMPLE-stringValue-Value',
                                                                    'intValue': 643,
                                                                    'objectValue': 'EXAMPLE-objectValue-Value',
                                                                    'refValue': 'EXAMPLE-refValue-Value',
                                                                    'parameterValue': 'EXAMPLE-parameterValue-Value',
                                                                    'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                                                            parent_ref=oci.data_integration.models.ParentReference(
                                                                parent="EXAMPLE-parent-Value",
                                                                root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                                                        position=113,
                                                        default_value_string="EXAMPLE-defaultValueString-Value",
                                                        is_mandatory=True)))],
                                        object_status=467),
                                    object_status=667)],
                            resource_name="EXAMPLE-resourceName-Value",
                            object_status=485,
                            identifier="EXAMPLE-identifier-Value",
                            sql_query="EXAMPLE-sqlQuery-Value"),
                        is_read_access=False,
                        is_copy_fields=True,
                        is_predefined_shape=False,
                        schema_drift_config=oci.data_integration.models.SchemaDriftConfig(
                            extra_column_handling="ALLOW",
                            missing_column_handling="ALLOW",
                            data_type_change_handling="ALLOW",
                            is_validation_warning_if_allowed=False),
                        fixed_data_shape=oci.data_integration.models.Shape(
                            model_type="SHAPE",
                            key="EXAMPLE-key-Value",
                            model_version="EXAMPLE-modelVersion-Value",
                            parent_ref=oci.data_integration.models.ParentReference(
                                parent="EXAMPLE-parent-Value",
                                root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                            config_values=oci.data_integration.models.ConfigValues(
                                config_param_values={
                                    'EXAMPLE_KEY_nsdAc': {
                                        'stringValue': 'EXAMPLE-stringValue-Value',
                                        'intValue': 58,
                                        'objectValue': 'EXAMPLE-objectValue-Value',
                                        'refValue': 'EXAMPLE-refValue-Value',
                                        'parameterValue': 'EXAMPLE-parameterValue-Value',
                                        'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                                parent_ref=oci.data_integration.models.ParentReference(
                                    parent="EXAMPLE-parent-Value",
                                    root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                            object_status=595,
                            name="EXAMPLE-name-Value",
                            description="EXAMPLE-description-Value",
                            type=oci.data_integration.models.JavaType(
                                model_type="JAVA_TYPE",
                                key="EXAMPLE-key-Value",
                                model_version="EXAMPLE-modelVersion-Value",
                                parent_ref=oci.data_integration.models.ParentReference(
                                    parent="EXAMPLE-parent-Value",
                                    root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                name="EXAMPLE-name-Value",
                                object_status=888,
                                description="EXAMPLE-description-Value",
                                java_type_name="EXAMPLE-javaTypeName-Value",
                                config_definition=oci.data_integration.models.ConfigDefinition(
                                    key="EXAMPLE-key-Value",
                                    model_type="EXAMPLE-modelType-Value",
                                    model_version="EXAMPLE-modelVersion-Value",
                                    parent_ref=oci.data_integration.models.ParentReference(
                                        parent="EXAMPLE-parent-Value",
                                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                    name="EXAMPLE-name-Value",
                                    is_contained=True,
                                    object_status=151,
                                    config_parameter_definitions={
                                        'EXAMPLE_KEY_ZH6TI': {
                                            'parameterName': 'EXAMPLE-parameterName-Value',
                                            'description': 'EXAMPLE-description-Value',
                                            'defaultValue': 'EXAMPLE-defaultValue-Value',
                                            'classFieldName': 'EXAMPLE-classFieldName-Value',
                                            'isStatic': False,
                                            'isClassFieldValue': False}}))),
                        read_operation_config=oci.data_integration.models.ReadOperationConfig(
                            model_type="READ_OPERATION_CONFIG",
                            metadata_config_properties={
                                'EXAMPLE_KEY_Gpg9D': 'EXAMPLE_VALUE_aN9CoOZQmo0V7ZXRJ7qw'},
                            derived_attributes={
                                'EXAMPLE_KEY_bDgbY': 'EXAMPLE_VALUE_YKzPzvTpRuNmGLTo3IBG'},
                            call_attribute=oci.data_integration.models.BipCallAttribute(
                                model_type="BIP_CALL_ATTRIBUTE",
                                fetch_size=953,
                                offset_parameter="EXAMPLE-offsetParameter-Value",
                                fetch_next_rows_parameter="EXAMPLE-fetchNextRowsParameter-Value",
                                staging_data_asset=oci.data_integration.models.DataAssetSummaryFromObjectStorage(
                                    model_type="ORACLE_OBJECT_STORAGE_DATA_ASSET",
                                    key="EXAMPLE-key-Value",
                                    model_version="EXAMPLE-modelVersion-Value",
                                    name="EXAMPLE-name-Value",
                                    description="EXAMPLE-description-Value",
                                    object_status=605,
                                    identifier="EXAMPLE-identifier-Value",
                                    external_key="EXAMPLE-externalKey-Value",
                                    asset_properties={
                                        'EXAMPLE_KEY_c5JAs': 'EXAMPLE_VALUE_jJvzLiuJNvkY0nSJRxk3'},
                                    native_type_system=oci.data_integration.models.TypeSystem(
                                        key="EXAMPLE-key-Value",
                                        model_type="EXAMPLE-modelType-Value",
                                        model_version="EXAMPLE-modelVersion-Value",
                                        parent_ref=oci.data_integration.models.ParentReference(
                                            parent="EXAMPLE-parent-Value",
                                            root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                        name="EXAMPLE-name-Value",
                                        description="EXAMPLE-description-Value",
                                        object_version=530,
                                        type_mapping_to={
                                            'EXAMPLE_KEY_0DaUm': 'EXAMPLE_VALUE_8mZ47x5fiJ1elcImqi9r'},
                                        type_mapping_from={
                                            'EXAMPLE_KEY_lKskY': 'EXAMPLE_VALUE_PvnP1kj2vPoGcA0xNriC'},
                                        object_status=322,
                                        identifier="EXAMPLE-identifier-Value",
                                        types=[
                                            oci.data_integration.models.DataType(
                                                model_type="DATA_TYPE",
                                                key="EXAMPLE-key-Value",
                                                model_version="EXAMPLE-modelVersion-Value",
                                                parent_ref=oci.data_integration.models.ParentReference(
                                                    parent="EXAMPLE-parent-Value",
                                                    root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                                name="EXAMPLE-name-Value",
                                                object_status=41,
                                                description="EXAMPLE-description-Value",
                                                dt_type="PRIMITIVE",
                                                type_system_name="EXAMPLE-typeSystemName-Value",
                                                config_definition=oci.data_integration.models.ConfigDefinition(
                                                    key="EXAMPLE-key-Value",
                                                    model_type="EXAMPLE-modelType-Value",
                                                    model_version="EXAMPLE-modelVersion-Value",
                                                    parent_ref=oci.data_integration.models.ParentReference(
                                                        parent="EXAMPLE-parent-Value",
                                                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                                    name="EXAMPLE-name-Value",
                                                    is_contained=False,
                                                    object_status=432,
                                                    config_parameter_definitions={
                                                        'EXAMPLE_KEY_15qWm': {
                                                            'parameterType': {
                                                                'modelType': 'JAVA_TYPE',
                                                                'key': 'EXAMPLE-key-Value',
                                                                'modelVersion': 'EXAMPLE-modelVersion-Value',
                                                                'parentRef': {
                                                                    'parent': 'EXAMPLE-parent-Value',
                                                                    'rootDocId': 'ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value'},
                                                                'name': 'EXAMPLE-name-Value',
                                                                'objectStatus': 94,
                                                                'description': 'EXAMPLE-description-Value',
                                                                'javaTypeName': 'EXAMPLE-javaTypeName-Value'},
                                                            'parameterName': 'EXAMPLE-parameterName-Value',
                                                            'description': 'EXAMPLE-description-Value',
                                                            'defaultValue': 'EXAMPLE-defaultValue-Value',
                                                            'classFieldName': 'EXAMPLE-classFieldName-Value',
                                                            'isStatic': True,
                                                            'isClassFieldValue': True}}))]),
                                    object_version=78,
                                    parent_ref=oci.data_integration.models.ParentReference(
                                        parent="EXAMPLE-parent-Value",
                                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                    metadata=oci.data_integration.models.ObjectMetadata(
                                        created_by="EXAMPLE-createdBy-Value",
                                        created_by_name="EXAMPLE-createdByName-Value",
                                        updated_by="EXAMPLE-updatedBy-Value",
                                        updated_by_name="EXAMPLE-updatedByName-Value",
                                        time_created=datetime.strptime(
                                            "2009-06-21T06:41:05.317Z",
                                            "%Y-%m-%dT%H:%M:%S.%fZ"),
                                        time_updated=datetime.strptime(
                                            "2028-05-02T22:44:31.356Z",
                                            "%Y-%m-%dT%H:%M:%S.%fZ"),
                                        aggregator_key="EXAMPLE-aggregatorKey-Value",
                                        aggregator=oci.data_integration.models.AggregatorSummary(
                                            type="EXAMPLE-type-Value",
                                            key="EXAMPLE-key-Value",
                                            name="EXAMPLE-name-Value",
                                            identifier="EXAMPLE-identifier-Value",
                                            description="EXAMPLE-description-Value"),
                                        identifier_path="EXAMPLE-identifierPath-Value",
                                        info_fields={
                                            'EXAMPLE_KEY_wXkuO': 'EXAMPLE_VALUE_QbOr3DUzgjwofHEed1jQ'},
                                        registry_version=910,
                                        labels=["EXAMPLE--Value"],
                                        is_favorite=False,
                                        count_statistics=oci.data_integration.models.CountStatistic(
                                            object_type_count_list=[
                                                oci.data_integration.models.CountStatisticSummary(
                                                    object_type="USER_DEFINED_FUNCTION",
                                                    object_count=711)])),
                                    oci_region="EXAMPLE-ociRegion-Value",
                                    url="EXAMPLE-url-Value",
                                    tenancy_id="ocid1.test.oc1..<unique_ID>EXAMPLE-tenancyId-Value",
                                    namespace="EXAMPLE-namespace-Value",
                                    default_connection=oci.data_integration.models.ConnectionSummaryFromObjectStorage(
                                        model_type="ORACLE_OBJECT_STORAGE_CONNECTION",
                                        key="EXAMPLE-key-Value",
                                        model_version="EXAMPLE-modelVersion-Value",
                                        parent_ref=oci.data_integration.models.ParentReference(
                                            parent="EXAMPLE-parent-Value",
                                            root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                        name="EXAMPLE-name-Value",
                                        description="EXAMPLE-description-Value",
                                        object_version=661,
                                        object_status=301,
                                        identifier="EXAMPLE-identifier-Value",
                                        primary_schema=oci.data_integration.models.Schema(
                                            key="EXAMPLE-key-Value",
                                            model_type="EXAMPLE-modelType-Value",
                                            model_version="EXAMPLE-modelVersion-Value",
                                            parent_ref=oci.data_integration.models.ParentReference(
                                                parent="EXAMPLE-parent-Value",
                                                root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                            name="EXAMPLE-name-Value",
                                            resource_name="EXAMPLE-resourceName-Value",
                                            description="EXAMPLE-description-Value",
                                            object_version=246,
                                            external_key="EXAMPLE-externalKey-Value",
                                            is_has_containers=False,
                                            default_connection="EXAMPLE-defaultConnection-Value",
                                            object_status=853,
                                            identifier="EXAMPLE-identifier-Value",
                                            metadata=oci.data_integration.models.ObjectMetadata(
                                                created_by="EXAMPLE-createdBy-Value",
                                                created_by_name="EXAMPLE-createdByName-Value",
                                                updated_by="EXAMPLE-updatedBy-Value",
                                                updated_by_name="EXAMPLE-updatedByName-Value",
                                                time_created=datetime.strptime(
                                                    "2044-07-04T23:00:12.247Z",
                                                    "%Y-%m-%dT%H:%M:%S.%fZ"),
                                                time_updated=datetime.strptime(
                                                    "2013-06-28T22:11:53.072Z",
                                                    "%Y-%m-%dT%H:%M:%S.%fZ"),
                                                aggregator_key="EXAMPLE-aggregatorKey-Value",
                                                aggregator=oci.data_integration.models.AggregatorSummary(
                                                    type="EXAMPLE-type-Value",
                                                    key="EXAMPLE-key-Value",
                                                    name="EXAMPLE-name-Value",
                                                    identifier="EXAMPLE-identifier-Value",
                                                    description="EXAMPLE-description-Value"),
                                                identifier_path="EXAMPLE-identifierPath-Value",
                                                info_fields={
                                                    'EXAMPLE_KEY_pm0ti': 'EXAMPLE_VALUE_e1Wx2lY3R9xUgKEliDCG'},
                                                registry_version=320,
                                                labels=["EXAMPLE--Value"],
                                                is_favorite=False,
                                                count_statistics=oci.data_integration.models.CountStatistic(
                                                    object_type_count_list=[
                                                        oci.data_integration.models.CountStatisticSummary(
                                                            object_type="FOLDER",
                                                            object_count=393)]))),
                                        connection_properties=[
                                            oci.data_integration.models.ConnectionProperty(
                                                name="EXAMPLE-name-Value",
                                                value="EXAMPLE-value-Value")],
                                        is_default=False,
                                        metadata=oci.data_integration.models.ObjectMetadata(
                                            created_by="EXAMPLE-createdBy-Value",
                                            created_by_name="EXAMPLE-createdByName-Value",
                                            updated_by="EXAMPLE-updatedBy-Value",
                                            updated_by_name="EXAMPLE-updatedByName-Value",
                                            time_created=datetime.strptime(
                                                "2044-07-10T18:17:33.116Z",
                                                "%Y-%m-%dT%H:%M:%S.%fZ"),
                                            time_updated=datetime.strptime(
                                                "2002-07-04T12:20:44.283Z",
                                                "%Y-%m-%dT%H:%M:%S.%fZ"),
                                            aggregator_key="EXAMPLE-aggregatorKey-Value",
                                            aggregator=oci.data_integration.models.AggregatorSummary(
                                                type="EXAMPLE-type-Value",
                                                key="EXAMPLE-key-Value",
                                                name="EXAMPLE-name-Value",
                                                identifier="EXAMPLE-identifier-Value",
                                                description="EXAMPLE-description-Value"),
                                            identifier_path="EXAMPLE-identifierPath-Value",
                                            info_fields={
                                                'EXAMPLE_KEY_IAAEZ': 'EXAMPLE_VALUE_KxuvVju2vY9pd0gI3abp'},
                                            registry_version=53,
                                            labels=["EXAMPLE--Value"],
                                            is_favorite=True,
                                            count_statistics=oci.data_integration.models.CountStatistic(
                                                object_type_count_list=[
                                                    oci.data_integration.models.CountStatisticSummary(
                                                        object_type="USER_DEFINED_FUNCTION",
                                                        object_count=911)])),
                                        key_map={
                                            'EXAMPLE_KEY_I48aa': 'EXAMPLE_VALUE_Ztlsyc5mXcQakHkNXDyn'},
                                        credential_file_content="EXAMPLE-credentialFileContent-Value",
                                        user_id="ocid1.test.oc1..<unique_ID>EXAMPLE-userId-Value",
                                        finger_print="EXAMPLE-fingerPrint-Value",
                                        pass_phrase="EXAMPLE-passPhrase-Value")),
                                staging_connection=oci.data_integration.models.ConnectionSummaryFromObjectStorage(
                                    model_type="ORACLE_OBJECT_STORAGE_CONNECTION",
                                    key="EXAMPLE-key-Value",
                                    model_version="EXAMPLE-modelVersion-Value",
                                    parent_ref=oci.data_integration.models.ParentReference(
                                        parent="EXAMPLE-parent-Value",
                                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                    name="EXAMPLE-name-Value",
                                    description="EXAMPLE-description-Value",
                                    object_version=712,
                                    object_status=668,
                                    identifier="EXAMPLE-identifier-Value",
                                    primary_schema=oci.data_integration.models.Schema(
                                        key="EXAMPLE-key-Value",
                                        model_type="EXAMPLE-modelType-Value",
                                        model_version="EXAMPLE-modelVersion-Value",
                                        parent_ref=oci.data_integration.models.ParentReference(
                                            parent="EXAMPLE-parent-Value",
                                            root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                        name="EXAMPLE-name-Value",
                                        resource_name="EXAMPLE-resourceName-Value",
                                        description="EXAMPLE-description-Value",
                                        object_version=394,
                                        external_key="EXAMPLE-externalKey-Value",
                                        is_has_containers=True,
                                        default_connection="EXAMPLE-defaultConnection-Value",
                                        object_status=31,
                                        identifier="EXAMPLE-identifier-Value",
                                        metadata=oci.data_integration.models.ObjectMetadata(
                                            created_by="EXAMPLE-createdBy-Value",
                                            created_by_name="EXAMPLE-createdByName-Value",
                                            updated_by="EXAMPLE-updatedBy-Value",
                                            updated_by_name="EXAMPLE-updatedByName-Value",
                                            time_created=datetime.strptime(
                                                "2038-06-30T12:08:44.421Z",
                                                "%Y-%m-%dT%H:%M:%S.%fZ"),
                                            time_updated=datetime.strptime(
                                                "2010-08-16T10:14:11.981Z",
                                                "%Y-%m-%dT%H:%M:%S.%fZ"),
                                            aggregator_key="EXAMPLE-aggregatorKey-Value",
                                            aggregator=oci.data_integration.models.AggregatorSummary(
                                                type="EXAMPLE-type-Value",
                                                key="EXAMPLE-key-Value",
                                                name="EXAMPLE-name-Value",
                                                identifier="EXAMPLE-identifier-Value",
                                                description="EXAMPLE-description-Value"),
                                            identifier_path="EXAMPLE-identifierPath-Value",
                                            info_fields={
                                                'EXAMPLE_KEY_cRVKg': 'EXAMPLE_VALUE_my5Csn5s8CAuF2zn1dPa'},
                                            registry_version=374,
                                            labels=["EXAMPLE--Value"],
                                            is_favorite=False,
                                            count_statistics=oci.data_integration.models.CountStatistic(
                                                object_type_count_list=[
                                                    oci.data_integration.models.CountStatisticSummary(
                                                        object_type="FOLDER",
                                                        object_count=645)]))),
                                    connection_properties=[
                                        oci.data_integration.models.ConnectionProperty(
                                            name="EXAMPLE-name-Value",
                                            value="EXAMPLE-value-Value")],
                                    is_default=False,
                                    metadata=oci.data_integration.models.ObjectMetadata(
                                        created_by="EXAMPLE-createdBy-Value",
                                        created_by_name="EXAMPLE-createdByName-Value",
                                        updated_by="EXAMPLE-updatedBy-Value",
                                        updated_by_name="EXAMPLE-updatedByName-Value",
                                        time_created=datetime.strptime(
                                            "2028-07-08T10:05:52.712Z",
                                            "%Y-%m-%dT%H:%M:%S.%fZ"),
                                        time_updated=datetime.strptime(
                                            "2008-05-20T06:50:01.135Z",
                                            "%Y-%m-%dT%H:%M:%S.%fZ"),
                                        aggregator_key="EXAMPLE-aggregatorKey-Value",
                                        aggregator=oci.data_integration.models.AggregatorSummary(
                                            type="EXAMPLE-type-Value",
                                            key="EXAMPLE-key-Value",
                                            name="EXAMPLE-name-Value",
                                            identifier="EXAMPLE-identifier-Value",
                                            description="EXAMPLE-description-Value"),
                                        identifier_path="EXAMPLE-identifierPath-Value",
                                        info_fields={
                                            'EXAMPLE_KEY_3cVB5': 'EXAMPLE_VALUE_TSSd2616GOXQ705ca07s'},
                                        registry_version=550,
                                        labels=["EXAMPLE--Value"],
                                        is_favorite=True,
                                        count_statistics=oci.data_integration.models.CountStatistic(
                                            object_type_count_list=[
                                                oci.data_integration.models.CountStatisticSummary(
                                                    object_type="FUNCTION_LIBRARY",
                                                    object_count=110)])),
                                    key_map={
                                        'EXAMPLE_KEY_qYCWb': 'EXAMPLE_VALUE_9eMxnB8eU9R2tgrazYD2'},
                                    credential_file_content="EXAMPLE-credentialFileContent-Value",
                                    user_id="ocid1.test.oc1..<unique_ID>EXAMPLE-userId-Value",
                                    finger_print="EXAMPLE-fingerPrint-Value",
                                    pass_phrase="EXAMPLE-passPhrase-Value"),
                                bucket_schema=oci.data_integration.models.Schema(
                                    key="EXAMPLE-key-Value",
                                    model_type="EXAMPLE-modelType-Value",
                                    model_version="EXAMPLE-modelVersion-Value",
                                    parent_ref=oci.data_integration.models.ParentReference(
                                        parent="EXAMPLE-parent-Value",
                                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                    name="EXAMPLE-name-Value",
                                    resource_name="EXAMPLE-resourceName-Value",
                                    description="EXAMPLE-description-Value",
                                    object_version=375,
                                    external_key="EXAMPLE-externalKey-Value",
                                    is_has_containers=False,
                                    default_connection="EXAMPLE-defaultConnection-Value",
                                    object_status=881,
                                    identifier="EXAMPLE-identifier-Value",
                                    metadata=oci.data_integration.models.ObjectMetadata(
                                        created_by="EXAMPLE-createdBy-Value",
                                        created_by_name="EXAMPLE-createdByName-Value",
                                        updated_by="EXAMPLE-updatedBy-Value",
                                        updated_by_name="EXAMPLE-updatedByName-Value",
                                        time_created=datetime.strptime(
                                            "2046-06-21T07:48:50.754Z",
                                            "%Y-%m-%dT%H:%M:%S.%fZ"),
                                        time_updated=datetime.strptime(
                                            "2044-10-09T21:13:31.706Z",
                                            "%Y-%m-%dT%H:%M:%S.%fZ"),
                                        aggregator_key="EXAMPLE-aggregatorKey-Value",
                                        aggregator=oci.data_integration.models.AggregatorSummary(
                                            type="EXAMPLE-type-Value",
                                            key="EXAMPLE-key-Value",
                                            name="EXAMPLE-name-Value",
                                            identifier="EXAMPLE-identifier-Value",
                                            description="EXAMPLE-description-Value"),
                                        identifier_path="EXAMPLE-identifierPath-Value",
                                        info_fields={
                                            'EXAMPLE_KEY_BVeBd': 'EXAMPLE_VALUE_x3O8KDrfdCc8SafhkvMv'},
                                        registry_version=647,
                                        labels=["EXAMPLE--Value"],
                                        is_favorite=True,
                                        count_statistics=oci.data_integration.models.CountStatistic(
                                            object_type_count_list=[
                                                oci.data_integration.models.CountStatisticSummary(
                                                    object_type="CONNECTION",
                                                    object_count=907)])))),
                            key="EXAMPLE-key-Value",
                            model_version="EXAMPLE-modelVersion-Value",
                            parent_ref=oci.data_integration.models.ParentReference(
                                parent="EXAMPLE-parent-Value",
                                root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                            operations=[
                                oci.data_integration.models.FilterPush(
                                    model_type="FILTER",
                                    filter_condition="EXAMPLE-filterCondition-Value")],
                            data_format=oci.data_integration.models.DataFormat(
                                format_attribute=oci.data_integration.models.CsvFormatAttribute(
                                    model_type="CSV_FORMAT",
                                    is_file_pattern=False,
                                    encoding="EXAMPLE-encoding-Value",
                                    escape_character="EXAMPLE-escapeCharacter-Value",
                                    delimiter="EXAMPLE-delimiter-Value",
                                    quote_character="EXAMPLE-quoteCharacter-Value",
                                    has_header=False,
                                    timestamp_format="EXAMPLE-timestampFormat-Value"),
                                type="PARQUET",
                                compression_config=oci.data_integration.models.Compression(
                                    codec="GZIP")),
                            partition_config=oci.data_integration.models.KeyRangePartitionConfig(
                                model_type="KEYRANGEPARTITIONCONFIG",
                                partition_number=361,
                                key_range=oci.data_integration.models.KeyRange(
                                    key=oci.data_integration.models.ShapeField(
                                        model_type="SHAPE_FIELD",
                                        key="EXAMPLE-key-Value",
                                        model_version="EXAMPLE-modelVersion-Value",
                                        parent_ref=oci.data_integration.models.ParentReference(
                                            parent="EXAMPLE-parent-Value",
                                            root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                        config_values=oci.data_integration.models.ConfigValues(
                                            config_param_values={
                                                'EXAMPLE_KEY_1WsEf': {
                                                    'stringValue': 'EXAMPLE-stringValue-Value',
                                                    'intValue': 544,
                                                    'objectValue': 'EXAMPLE-objectValue-Value',
                                                    'refValue': 'EXAMPLE-refValue-Value',
                                                    'parameterValue': 'EXAMPLE-parameterValue-Value',
                                                    'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                                            parent_ref=oci.data_integration.models.ParentReference(
                                                parent="EXAMPLE-parent-Value",
                                                root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                                        object_status=81,
                                        name="EXAMPLE-name-Value",
                                        description="EXAMPLE-description-Value",
                                        type="EXAMPLE-type-Value",
                                        labels=["EXAMPLE--Value"],
                                        native_shape_field=oci.data_integration.models.NativeShapeField(
                                            name="EXAMPLE-name-Value",
                                            model_type="EXAMPLE-modelType-Value",
                                            type="EXAMPLE-type-Value",
                                            config_values=oci.data_integration.models.ConfigValues(
                                                config_param_values={
                                                    'EXAMPLE_KEY_FDVA6': {
                                                        'stringValue': 'EXAMPLE-stringValue-Value',
                                                        'intValue': 133,
                                                        'objectValue': 'EXAMPLE-objectValue-Value',
                                                        'refValue': 'EXAMPLE-refValue-Value',
                                                        'parameterValue': 'EXAMPLE-parameterValue-Value',
                                                        'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                                                parent_ref=oci.data_integration.models.ParentReference(
                                                    parent="EXAMPLE-parent-Value",
                                                    root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                                            position=521,
                                            default_value_string="EXAMPLE-defaultValueString-Value",
                                            is_mandatory=False)))),
                            read_attribute=oci.data_integration.models.BipReadAttributes(
                                model_type="BIP_READ_ATTRIBUTE",
                                fetch_size=486,
                                row_limit=979,
                                offset_parameter="EXAMPLE-offsetParameter-Value",
                                fetch_next_rows_parameter="EXAMPLE-fetchNextRowsParameter-Value",
                                custom_parameters=[
                                    oci.data_integration.models.BipReportParameterValue(
                                        name="EXAMPLE-name-Value",
                                        value="EXAMPLE-value-Value")],
                                staging_data_asset=oci.data_integration.models.DataAssetSummaryFromObjectStorage(
                                    model_type="ORACLE_OBJECT_STORAGE_DATA_ASSET",
                                    key="EXAMPLE-key-Value",
                                    model_version="EXAMPLE-modelVersion-Value",
                                    name="EXAMPLE-name-Value",
                                    description="EXAMPLE-description-Value",
                                    object_status=676,
                                    identifier="EXAMPLE-identifier-Value",
                                    external_key="EXAMPLE-externalKey-Value",
                                    asset_properties={
                                        'EXAMPLE_KEY_iNVK7': 'EXAMPLE_VALUE_8JttQERSvyfGlrktBM1S'},
                                    native_type_system=oci.data_integration.models.TypeSystem(
                                        key="EXAMPLE-key-Value",
                                        model_type="EXAMPLE-modelType-Value",
                                        model_version="EXAMPLE-modelVersion-Value",
                                        parent_ref=oci.data_integration.models.ParentReference(
                                            parent="EXAMPLE-parent-Value",
                                            root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                        name="EXAMPLE-name-Value",
                                        description="EXAMPLE-description-Value",
                                        object_version=814,
                                        type_mapping_to={
                                            'EXAMPLE_KEY_WU7XU': 'EXAMPLE_VALUE_f5v5OTPQGF3BAkGdPzve'},
                                        type_mapping_from={
                                            'EXAMPLE_KEY_oPKlz': 'EXAMPLE_VALUE_Sppzvo2GRTXvAaltWQyX'},
                                        object_status=688,
                                        identifier="EXAMPLE-identifier-Value",
                                        types=[
                                            oci.data_integration.models.DataType(
                                                model_type="DATA_TYPE",
                                                key="EXAMPLE-key-Value",
                                                model_version="EXAMPLE-modelVersion-Value",
                                                parent_ref=oci.data_integration.models.ParentReference(
                                                    parent="EXAMPLE-parent-Value",
                                                    root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                                name="EXAMPLE-name-Value",
                                                object_status=498,
                                                description="EXAMPLE-description-Value",
                                                dt_type="STRUCTURED",
                                                type_system_name="EXAMPLE-typeSystemName-Value",
                                                config_definition=oci.data_integration.models.ConfigDefinition(
                                                    key="EXAMPLE-key-Value",
                                                    model_type="EXAMPLE-modelType-Value",
                                                    model_version="EXAMPLE-modelVersion-Value",
                                                    parent_ref=oci.data_integration.models.ParentReference(
                                                        parent="EXAMPLE-parent-Value",
                                                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                                    name="EXAMPLE-name-Value",
                                                    is_contained=False,
                                                    object_status=737,
                                                    config_parameter_definitions={
                                                        'EXAMPLE_KEY_sXBec': {
                                                            'parameterType': {
                                                                'modelType': 'CONFIGURED_TYPE',
                                                                'key': 'EXAMPLE-key-Value',
                                                                'modelVersion': 'EXAMPLE-modelVersion-Value',
                                                                'parentRef': {
                                                                    'parent': 'EXAMPLE-parent-Value',
                                                                    'rootDocId': 'ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value'},
                                                                'name': 'EXAMPLE-name-Value',
                                                                'objectStatus': 2,
                                                                'description': 'EXAMPLE-description-Value',
                                                                'wrappedType': 'EXAMPLE-wrappedType-Value',
                                                                'configValues': {
                                                                    'configParamValues': {
                                                                        'EXAMPLE_KEY_gVdnM': {
                                                                            'stringValue': 'EXAMPLE-stringValue-Value',
                                                                            'intValue': 919,
                                                                            'objectValue': 'EXAMPLE-objectValue-Value',
                                                                            'refValue': 'EXAMPLE-refValue-Value',
                                                                            'parameterValue': 'EXAMPLE-parameterValue-Value',
                                                                            'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                                                                    'parentRef': {
                                                                        'parent': 'EXAMPLE-parent-Value',
                                                                        'rootDocId': 'ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value'}}},
                                                            'parameterName': 'EXAMPLE-parameterName-Value',
                                                            'description': 'EXAMPLE-description-Value',
                                                            'defaultValue': 'EXAMPLE-defaultValue-Value',
                                                            'classFieldName': 'EXAMPLE-classFieldName-Value',
                                                            'isStatic': False,
                                                            'isClassFieldValue': True}}))]),
                                    object_version=424,
                                    parent_ref=oci.data_integration.models.ParentReference(
                                        parent="EXAMPLE-parent-Value",
                                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                    metadata=oci.data_integration.models.ObjectMetadata(
                                        created_by="EXAMPLE-createdBy-Value",
                                        created_by_name="EXAMPLE-createdByName-Value",
                                        updated_by="EXAMPLE-updatedBy-Value",
                                        updated_by_name="EXAMPLE-updatedByName-Value",
                                        time_created=datetime.strptime(
                                            "2006-04-17T02:31:53.852Z",
                                            "%Y-%m-%dT%H:%M:%S.%fZ"),
                                        time_updated=datetime.strptime(
                                            "2044-06-02T05:09:22.728Z",
                                            "%Y-%m-%dT%H:%M:%S.%fZ"),
                                        aggregator_key="EXAMPLE-aggregatorKey-Value",
                                        aggregator=oci.data_integration.models.AggregatorSummary(
                                            type="EXAMPLE-type-Value",
                                            key="EXAMPLE-key-Value",
                                            name="EXAMPLE-name-Value",
                                            identifier="EXAMPLE-identifier-Value",
                                            description="EXAMPLE-description-Value"),
                                        identifier_path="EXAMPLE-identifierPath-Value",
                                        info_fields={
                                            'EXAMPLE_KEY_1D4OW': 'EXAMPLE_VALUE_5dulyNL7zjXpTArnf9u0'},
                                        registry_version=577,
                                        labels=["EXAMPLE--Value"],
                                        is_favorite=True,
                                        count_statistics=oci.data_integration.models.CountStatistic(
                                            object_type_count_list=[
                                                oci.data_integration.models.CountStatisticSummary(
                                                    object_type="CONNECTION",
                                                    object_count=896)])),
                                    oci_region="EXAMPLE-ociRegion-Value",
                                    url="EXAMPLE-url-Value",
                                    tenancy_id="ocid1.test.oc1..<unique_ID>EXAMPLE-tenancyId-Value",
                                    namespace="EXAMPLE-namespace-Value",
                                    default_connection=oci.data_integration.models.ConnectionSummaryFromObjectStorage(
                                        model_type="ORACLE_OBJECT_STORAGE_CONNECTION",
                                        key="EXAMPLE-key-Value",
                                        model_version="EXAMPLE-modelVersion-Value",
                                        parent_ref=oci.data_integration.models.ParentReference(
                                            parent="EXAMPLE-parent-Value",
                                            root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                        name="EXAMPLE-name-Value",
                                        description="EXAMPLE-description-Value",
                                        object_version=848,
                                        object_status=812,
                                        identifier="EXAMPLE-identifier-Value",
                                        primary_schema=oci.data_integration.models.Schema(
                                            key="EXAMPLE-key-Value",
                                            model_type="EXAMPLE-modelType-Value",
                                            model_version="EXAMPLE-modelVersion-Value",
                                            parent_ref=oci.data_integration.models.ParentReference(
                                                parent="EXAMPLE-parent-Value",
                                                root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                            name="EXAMPLE-name-Value",
                                            resource_name="EXAMPLE-resourceName-Value",
                                            description="EXAMPLE-description-Value",
                                            object_version=545,
                                            external_key="EXAMPLE-externalKey-Value",
                                            is_has_containers=True,
                                            default_connection="EXAMPLE-defaultConnection-Value",
                                            object_status=520,
                                            identifier="EXAMPLE-identifier-Value",
                                            metadata=oci.data_integration.models.ObjectMetadata(
                                                created_by="EXAMPLE-createdBy-Value",
                                                created_by_name="EXAMPLE-createdByName-Value",
                                                updated_by="EXAMPLE-updatedBy-Value",
                                                updated_by_name="EXAMPLE-updatedByName-Value",
                                                time_created=datetime.strptime(
                                                    "2045-03-22T04:24:43.207Z",
                                                    "%Y-%m-%dT%H:%M:%S.%fZ"),
                                                time_updated=datetime.strptime(
                                                    "2026-07-07T14:18:55.957Z",
                                                    "%Y-%m-%dT%H:%M:%S.%fZ"),
                                                aggregator_key="EXAMPLE-aggregatorKey-Value",
                                                aggregator=oci.data_integration.models.AggregatorSummary(
                                                    type="EXAMPLE-type-Value",
                                                    key="EXAMPLE-key-Value",
                                                    name="EXAMPLE-name-Value",
                                                    identifier="EXAMPLE-identifier-Value",
                                                    description="EXAMPLE-description-Value"),
                                                identifier_path="EXAMPLE-identifierPath-Value",
                                                info_fields={
                                                    'EXAMPLE_KEY_voNZN': 'EXAMPLE_VALUE_V1DE3ReVdYqBrQGpj5eq'},
                                                registry_version=958,
                                                labels=["EXAMPLE--Value"],
                                                is_favorite=True,
                                                count_statistics=oci.data_integration.models.CountStatistic(
                                                    object_type_count_list=[
                                                        oci.data_integration.models.CountStatisticSummary(
                                                            object_type="PROJECT",
                                                            object_count=322)]))),
                                        connection_properties=[
                                            oci.data_integration.models.ConnectionProperty(
                                                name="EXAMPLE-name-Value",
                                                value="EXAMPLE-value-Value")],
                                        is_default=True,
                                        metadata=oci.data_integration.models.ObjectMetadata(
                                            created_by="EXAMPLE-createdBy-Value",
                                            created_by_name="EXAMPLE-createdByName-Value",
                                            updated_by="EXAMPLE-updatedBy-Value",
                                            updated_by_name="EXAMPLE-updatedByName-Value",
                                            time_created=datetime.strptime(
                                                "2005-02-07T11:20:31.894Z",
                                                "%Y-%m-%dT%H:%M:%S.%fZ"),
                                            time_updated=datetime.strptime(
                                                "2003-11-29T13:28:38.759Z",
                                                "%Y-%m-%dT%H:%M:%S.%fZ"),
                                            aggregator_key="EXAMPLE-aggregatorKey-Value",
                                            aggregator=oci.data_integration.models.AggregatorSummary(
                                                type="EXAMPLE-type-Value",
                                                key="EXAMPLE-key-Value",
                                                name="EXAMPLE-name-Value",
                                                identifier="EXAMPLE-identifier-Value",
                                                description="EXAMPLE-description-Value"),
                                            identifier_path="EXAMPLE-identifierPath-Value",
                                            info_fields={
                                                'EXAMPLE_KEY_sB4HW': 'EXAMPLE_VALUE_KsD983406l3d2jmOjILN'},
                                            registry_version=745,
                                            labels=["EXAMPLE--Value"],
                                            is_favorite=True,
                                            count_statistics=oci.data_integration.models.CountStatistic(
                                                object_type_count_list=[
                                                    oci.data_integration.models.CountStatisticSummary(
                                                        object_type="TASK",
                                                        object_count=542)])),
                                        key_map={
                                            'EXAMPLE_KEY_ezP6v': 'EXAMPLE_VALUE_T6uSgwha5toDFkr9neFA'},
                                        credential_file_content="EXAMPLE-credentialFileContent-Value",
                                        user_id="ocid1.test.oc1..<unique_ID>EXAMPLE-userId-Value",
                                        finger_print="EXAMPLE-fingerPrint-Value",
                                        pass_phrase="EXAMPLE-passPhrase-Value")),
                                staging_connection=oci.data_integration.models.ConnectionSummaryFromObjectStorage(
                                    model_type="ORACLE_OBJECT_STORAGE_CONNECTION",
                                    key="EXAMPLE-key-Value",
                                    model_version="EXAMPLE-modelVersion-Value",
                                    parent_ref=oci.data_integration.models.ParentReference(
                                        parent="EXAMPLE-parent-Value",
                                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                    name="EXAMPLE-name-Value",
                                    description="EXAMPLE-description-Value",
                                    object_version=398,
                                    object_status=974,
                                    identifier="EXAMPLE-identifier-Value",
                                    primary_schema=oci.data_integration.models.Schema(
                                        key="EXAMPLE-key-Value",
                                        model_type="EXAMPLE-modelType-Value",
                                        model_version="EXAMPLE-modelVersion-Value",
                                        parent_ref=oci.data_integration.models.ParentReference(
                                            parent="EXAMPLE-parent-Value",
                                            root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                        name="EXAMPLE-name-Value",
                                        resource_name="EXAMPLE-resourceName-Value",
                                        description="EXAMPLE-description-Value",
                                        object_version=985,
                                        external_key="EXAMPLE-externalKey-Value",
                                        is_has_containers=True,
                                        default_connection="EXAMPLE-defaultConnection-Value",
                                        object_status=873,
                                        identifier="EXAMPLE-identifier-Value",
                                        metadata=oci.data_integration.models.ObjectMetadata(
                                            created_by="EXAMPLE-createdBy-Value",
                                            created_by_name="EXAMPLE-createdByName-Value",
                                            updated_by="EXAMPLE-updatedBy-Value",
                                            updated_by_name="EXAMPLE-updatedByName-Value",
                                            time_created=datetime.strptime(
                                                "2020-08-26T19:41:51.596Z",
                                                "%Y-%m-%dT%H:%M:%S.%fZ"),
                                            time_updated=datetime.strptime(
                                                "2016-02-14T00:30:01.293Z",
                                                "%Y-%m-%dT%H:%M:%S.%fZ"),
                                            aggregator_key="EXAMPLE-aggregatorKey-Value",
                                            aggregator=oci.data_integration.models.AggregatorSummary(
                                                type="EXAMPLE-type-Value",
                                                key="EXAMPLE-key-Value",
                                                name="EXAMPLE-name-Value",
                                                identifier="EXAMPLE-identifier-Value",
                                                description="EXAMPLE-description-Value"),
                                            identifier_path="EXAMPLE-identifierPath-Value",
                                            info_fields={
                                                'EXAMPLE_KEY_GQmcy': 'EXAMPLE_VALUE_7cD5K6XNRo3WerfKwYKJ'},
                                            registry_version=919,
                                            labels=["EXAMPLE--Value"],
                                            is_favorite=False,
                                            count_statistics=oci.data_integration.models.CountStatistic(
                                                object_type_count_list=[
                                                    oci.data_integration.models.CountStatisticSummary(
                                                        object_type="FUNCTION_LIBRARY",
                                                        object_count=481)]))),
                                    connection_properties=[
                                        oci.data_integration.models.ConnectionProperty(
                                            name="EXAMPLE-name-Value",
                                            value="EXAMPLE-value-Value")],
                                    is_default=True,
                                    metadata=oci.data_integration.models.ObjectMetadata(
                                        created_by="EXAMPLE-createdBy-Value",
                                        created_by_name="EXAMPLE-createdByName-Value",
                                        updated_by="EXAMPLE-updatedBy-Value",
                                        updated_by_name="EXAMPLE-updatedByName-Value",
                                        time_created=datetime.strptime(
                                            "2029-02-16T05:09:24.635Z",
                                            "%Y-%m-%dT%H:%M:%S.%fZ"),
                                        time_updated=datetime.strptime(
                                            "2023-07-23T10:58:29.289Z",
                                            "%Y-%m-%dT%H:%M:%S.%fZ"),
                                        aggregator_key="EXAMPLE-aggregatorKey-Value",
                                        aggregator=oci.data_integration.models.AggregatorSummary(
                                            type="EXAMPLE-type-Value",
                                            key="EXAMPLE-key-Value",
                                            name="EXAMPLE-name-Value",
                                            identifier="EXAMPLE-identifier-Value",
                                            description="EXAMPLE-description-Value"),
                                        identifier_path="EXAMPLE-identifierPath-Value",
                                        info_fields={
                                            'EXAMPLE_KEY_4NNLJ': 'EXAMPLE_VALUE_DM6wS8R1dNu2cnmaoNeZ'},
                                        registry_version=670,
                                        labels=["EXAMPLE--Value"],
                                        is_favorite=False,
                                        count_statistics=oci.data_integration.models.CountStatistic(
                                            object_type_count_list=[
                                                oci.data_integration.models.CountStatisticSummary(
                                                    object_type="TASK",
                                                    object_count=790)])),
                                    key_map={
                                        'EXAMPLE_KEY_8JIAg': 'EXAMPLE_VALUE_2L0ZXJEG0x33RDJZf8Gg'},
                                    credential_file_content="EXAMPLE-credentialFileContent-Value",
                                    user_id="ocid1.test.oc1..<unique_ID>EXAMPLE-userId-Value",
                                    finger_print="EXAMPLE-fingerPrint-Value",
                                    pass_phrase="EXAMPLE-passPhrase-Value"),
                                bucket_schema=oci.data_integration.models.Schema(
                                    key="EXAMPLE-key-Value",
                                    model_type="EXAMPLE-modelType-Value",
                                    model_version="EXAMPLE-modelVersion-Value",
                                    parent_ref=oci.data_integration.models.ParentReference(
                                        parent="EXAMPLE-parent-Value",
                                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                    name="EXAMPLE-name-Value",
                                    resource_name="EXAMPLE-resourceName-Value",
                                    description="EXAMPLE-description-Value",
                                    object_version=43,
                                    external_key="EXAMPLE-externalKey-Value",
                                    is_has_containers=True,
                                    default_connection="EXAMPLE-defaultConnection-Value",
                                    object_status=772,
                                    identifier="EXAMPLE-identifier-Value",
                                    metadata=oci.data_integration.models.ObjectMetadata(
                                        created_by="EXAMPLE-createdBy-Value",
                                        created_by_name="EXAMPLE-createdByName-Value",
                                        updated_by="EXAMPLE-updatedBy-Value",
                                        updated_by_name="EXAMPLE-updatedByName-Value",
                                        time_created=datetime.strptime(
                                            "2035-11-25T17:48:28.621Z",
                                            "%Y-%m-%dT%H:%M:%S.%fZ"),
                                        time_updated=datetime.strptime(
                                            "2023-10-22T02:58:33.524Z",
                                            "%Y-%m-%dT%H:%M:%S.%fZ"),
                                        aggregator_key="EXAMPLE-aggregatorKey-Value",
                                        aggregator=oci.data_integration.models.AggregatorSummary(
                                            type="EXAMPLE-type-Value",
                                            key="EXAMPLE-key-Value",
                                            name="EXAMPLE-name-Value",
                                            identifier="EXAMPLE-identifier-Value",
                                            description="EXAMPLE-description-Value"),
                                        identifier_path="EXAMPLE-identifierPath-Value",
                                        info_fields={
                                            'EXAMPLE_KEY_j7H1d': 'EXAMPLE_VALUE_80r5K9Ih9DvG0Xbe1Q8q'},
                                        registry_version=480,
                                        labels=["EXAMPLE--Value"],
                                        is_favorite=False,
                                        count_statistics=oci.data_integration.models.CountStatistic(
                                            object_type_count_list=[
                                                oci.data_integration.models.CountStatisticSummary(
                                                    object_type="FUNCTION_LIBRARY",
                                                    object_count=621)])))),
                            incremental_read_config=oci.data_integration.models.IncrementalReadConfig(
                                last_extracted_field_date=[
                                    oci.data_integration.models.IncrementalFieldClause(
                                        incremental_field_name="EXAMPLE-incrementalFieldName-Value",
                                        incremental_field_value={
                                            'EXAMPLE_KEY_85dGu': 'EXAMPLE_VALUE_NsQK4VYfP7DMZmTRRFSU'},
                                        incremental_comparator="GREATERTHANEQUALS")],
                                last_extracted_data_entity_date=[
                                    oci.data_integration.models.IncrementalDataEntityClause(
                                        incremental_data_entity_name="EXAMPLE-incrementalDataEntityName-Value",
                                        incremental_data_entity_value={
                                            'EXAMPLE_KEY_9JFGc': 'EXAMPLE_VALUE_QvKCJKWF1Zg7g11KCUwT'},
                                        incremental_comparator="STARTSWITH")]),
                            object_status=361)),
                    ui_properties=oci.data_integration.models.UIProperties(
                        coordinate_x=9833.951,
                        coordinate_y=2432.4255),
                    object_status=924)],
        parameters=[
            oci.data_integration.models.Parameter(
                model_type="PARAMETER",
                key="EXAMPLE-key-Value",
                model_version="EXAMPLE-modelVersion-Value",
                parent_ref=oci.data_integration.models.ParentReference(
                    parent="EXAMPLE-parent-Value",
                    root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                config_values=oci.data_integration.models.ConfigValues(
                    config_param_values={
                        'EXAMPLE_KEY_JqFYx': {
                            'stringValue': 'EXAMPLE-stringValue-Value',
                            'intValue': 339,
                            'objectValue': 'EXAMPLE-objectValue-Value',
                            'refValue': 'EXAMPLE-refValue-Value',
                            'parameterValue': 'EXAMPLE-parameterValue-Value',
                            'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                    parent_ref=oci.data_integration.models.ParentReference(
                        parent="EXAMPLE-parent-Value",
                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                object_status=847,
                name="EXAMPLE-name-Value",
                description="EXAMPLE-description-Value",
                type="EXAMPLE-type-Value",
                default_value="EXAMPLE-defaultValue-Value",
                root_object_default_value="EXAMPLE-rootObjectDefaultValue-Value",
                is_input=True,
                is_output=True,
                output_aggregation_type="SUM",
                type_name="EXAMPLE-typeName-Value",
                used_for="EXAMPLE-usedFor-Value")],
        flow_config_values=oci.data_integration.models.ConfigValues(
            config_param_values={
                'EXAMPLE_KEY_Lpz43': {
                    'stringValue': 'EXAMPLE-stringValue-Value',
                    'intValue': 909,
                    'objectValue': 'EXAMPLE-objectValue-Value',
                    'refValue': 'EXAMPLE-refValue-Value',
                    'parameterValue': 'EXAMPLE-parameterValue-Value',
                    'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
            parent_ref=oci.data_integration.models.ParentReference(
                parent="EXAMPLE-parent-Value",
                root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
        variables=[
            oci.data_integration.models.Variable(
                key="EXAMPLE-key-Value",
                model_version="EXAMPLE-modelVersion-Value",
                model_type="EXAMPLE-modelType-Value",
                parent_ref=oci.data_integration.models.ParentReference(
                    parent="EXAMPLE-parent-Value",
                    root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                name="EXAMPLE-name-Value",
                description="EXAMPLE-description-Value",
                object_version=301,
                object_status=246,
                identifier="EXAMPLE-identifier-Value",
                type=oci.data_integration.models.MapType(
                    model_type="MAP_TYPE",
                    key="EXAMPLE-key-Value",
                    model_version="EXAMPLE-modelVersion-Value",
                    parent_ref=oci.data_integration.models.ParentReference(
                        parent="EXAMPLE-parent-Value",
                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                    name="EXAMPLE-name-Value",
                    object_status=491,
                    description="EXAMPLE-description-Value",
                    key_element_type="EXAMPLE-keyElementType-Value",
                    value_element_type="EXAMPLE-valueElementType-Value",
                    contains_null=True),
                config_values=oci.data_integration.models.ConfigValues(
                    config_param_values={
                        'EXAMPLE_KEY_Jc6st': {
                            'stringValue': 'EXAMPLE-stringValue-Value',
                            'intValue': 688,
                            'objectValue': 'EXAMPLE-objectValue-Value',
                            'refValue': 'EXAMPLE-refValue-Value',
                            'parameterValue': 'EXAMPLE-parameterValue-Value',
                            'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                    parent_ref=oci.data_integration.models.ParentReference(
                        parent="EXAMPLE-parent-Value",
                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                default_value="EXAMPLE-defaultValue-Value",
                root_object_default_value=oci.data_integration.models.RootObject(
                    key="EXAMPLE-key-Value",
                    model_type="EXAMPLE-modelType-Value",
                    model_version="EXAMPLE-modelVersion-Value",
                    parent_ref=oci.data_integration.models.ParentReference(
                        parent="EXAMPLE-parent-Value",
                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                    object_status=92))],
        metadata=oci.data_integration.models.ObjectMetadata(
            created_by="EXAMPLE-createdBy-Value",
            created_by_name="EXAMPLE-createdByName-Value",
            updated_by="EXAMPLE-updatedBy-Value",
            updated_by_name="EXAMPLE-updatedByName-Value",
            time_created=datetime.strptime(
                "2041-10-16T10:58:08.702Z",
                "%Y-%m-%dT%H:%M:%S.%fZ"),
            time_updated=datetime.strptime(
                "2049-09-30T10:11:00.216Z",
                "%Y-%m-%dT%H:%M:%S.%fZ"),
            aggregator_key="EXAMPLE-aggregatorKey-Value",
            aggregator=oci.data_integration.models.AggregatorSummary(
                type="EXAMPLE-type-Value",
                key="EXAMPLE-key-Value",
                name="EXAMPLE-name-Value",
                identifier="EXAMPLE-identifier-Value",
                description="EXAMPLE-description-Value"),
            identifier_path="EXAMPLE-identifierPath-Value",
            info_fields={
                'EXAMPLE_KEY_vtHoe': 'EXAMPLE_VALUE_gy3mt6rJj1WhpRtzZOnA'},
            registry_version=677,
            labels=["EXAMPLE--Value"],
            is_favorite=False,
            count_statistics=oci.data_integration.models.CountStatistic(
                object_type_count_list=[
                    oci.data_integration.models.CountStatisticSummary(
                        object_type="TASK",
                        object_count=369)]))),
    opc_request_id="9YWDWWTDSCIUI0NZ2UFY<unique_ID>",
    opc_retry_token="EXAMPLE-opcRetryToken-Value")

# Get the data from response
print(create_pipeline_validation_response.data)