# 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).

import oci
from datetime import datetime

# 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
update_pipeline_response = data_integration_client.update_pipeline(
    workspace_id="ocid1.test.oc1..<unique_ID>EXAMPLE-workspaceId-Value",
    pipeline_key="EXAMPLE-pipelineKey-Value",
    update_pipeline_details=oci.data_integration.models.UpdatePipelineDetails(
        key="EXAMPLE-key-Value",
        model_type="EXAMPLE-modelType-Value",
        object_version=646,
        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_status=969,
        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=99,
                                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_kFHU4': {
                                                'stringValue': 'EXAMPLE-stringValue-Value',
                                                'intValue': 251,
                                                '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=375))],
                    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=111,
                            description="EXAMPLE-description-Value",
                            port="EXAMPLE-port-Value",
                            to_links=["EXAMPLE--Value"])],
                    operator=oci.data_integration.models.Target(
                        model_type="TARGET_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=775,
                        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_118Gx': {
                                            '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")),
                                object_status=374,
                                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_Tz8dB': {
                                                    'stringValue': 'EXAMPLE-stringValue-Value',
                                                    'intValue': 87,
                                                    '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=266,
                                        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="COUNT",
                                        type_name="EXAMPLE-typeName-Value",
                                        used_for="EXAMPLE-usedFor-Value")])],
                        output_ports=[
                            oci.data_integration.models.MacroField(
                                model_type="MACRO_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_XRKfN': {
                                            'stringValue': 'EXAMPLE-stringValue-Value',
                                            'intValue': 244,
                                            '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=179,
                                name="EXAMPLE-name-Value",
                                description="EXAMPLE-description-Value",
                                expr=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_sgI6l': {
                                                'stringValue': 'EXAMPLE-stringValue-Value',
                                                'intValue': 866,
                                                '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=865),
                                type=oci.data_integration.models.DynamicType(
                                    model_type="DYNAMIC_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=775,
                                    description="EXAMPLE-description-Value",
                                    type_handler=oci.data_integration.models.RuleTypeConfig(
                                        model_type="RULE_TYPE_CONFIGS",
                                        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"),
                                        scope="EXAMPLE-scope-Value",
                                        scope_reference=oci.data_integration.models.ScopeReference(
                                            reference_object="EXAMPLE-referenceObject-Value",
                                            reference_type="OCI_FUNCTION_INPUT_SHAPE",
                                            ref_object_name="EXAMPLE-refObjectName-Value"),
                                        is_order_by_rule=True,
                                        projection_rules=[
                                            oci.data_integration.models.TypedNamePatternRule(
                                                model_type="TYPED_NAME_PATTERN_RULE",
                                                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"),
                                                is_java_regex_syntax=True,
                                                config_values=oci.data_integration.models.ConfigValues(
                                                    config_param_values={
                                                        'EXAMPLE_KEY_fT0HU': {
                                                            'stringValue': 'EXAMPLE-stringValue-Value',
                                                            'intValue': 672,
                                                            '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=219,
                                                description="EXAMPLE-description-Value",
                                                types=["EXAMPLE-types-Value"],
                                                is_skip_remaining_rules_on_match=False,
                                                scope="EXAMPLE-scope-Value",
                                                is_cascade=True,
                                                matching_strategy="TAGS_ONLY",
                                                is_case_sensitive=True,
                                                rule_type="EXCLUDE",
                                                pattern="EXAMPLE-pattern-Value",
                                                names=["EXAMPLE--Value"])],
                                        config_values=oci.data_integration.models.ConfigValues(
                                            config_param_values={
                                                'EXAMPLE_KEY_AWFew': {
                                                    'stringValue': 'EXAMPLE-stringValue-Value',
                                                    'intValue': 962,
                                                    '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=762),
                                    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=578,
                                        config_parameter_definitions={
                                            'EXAMPLE_KEY_t67nJ': {
                                                'parameterName': 'EXAMPLE-parameterName-Value',
                                                'description': 'EXAMPLE-description-Value',
                                                'defaultValue': 'EXAMPLE-defaultValue-Value',
                                                'classFieldName': 'EXAMPLE-classFieldName-Value',
                                                'isStatic': True,
                                                'isClassFieldValue': False}})),
                                is_use_source_type=False,
                                use_type=oci.data_integration.models.ConfiguredType(
                                    model_type="CONFIGURED_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=839,
                                    description="EXAMPLE-description-Value",
                                    wrapped_type="EXAMPLE-wrappedType-Value",
                                    config_values=oci.data_integration.models.ConfigValues(
                                        config_param_values={
                                            'EXAMPLE_KEY_FtSFO': {
                                                'stringValue': 'EXAMPLE-stringValue-Value',
                                                'intValue': 774,
                                                '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")),
                                    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=569,
                                        config_parameter_definitions={
                                            'EXAMPLE_KEY_0fprk': {
                                                'parameterName': 'EXAMPLE-parameterName-Value',
                                                'description': 'EXAMPLE-description-Value',
                                                'defaultValue': 'EXAMPLE-defaultValue-Value',
                                                'classFieldName': 'EXAMPLE-classFieldName-Value',
                                                'isStatic': True,
                                                'isClassFieldValue': False}})),
                                labels=["EXAMPLE--Value"])],
                        object_status=3,
                        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_X0NHg': {
                                            'stringValue': 'EXAMPLE-stringValue-Value',
                                            'intValue': 588,
                                            '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=631,
                                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="MIN",
                                type_name="EXAMPLE-typeName-Value",
                                used_for="EXAMPLE-usedFor-Value")],
                        op_config_values=oci.data_integration.models.ConfigValues(
                            config_param_values={
                                'EXAMPLE_KEY_kzIMx': {
                                    'stringValue': 'EXAMPLE-stringValue-Value',
                                    'intValue': 532,
                                    '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.DataEntityFromTable(
                            model_type="TABLE_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(
                                    "2002-11-19T02:04:52.256Z",
                                    "%Y-%m-%dT%H:%M:%S.%fZ"),
                                time_updated=datetime.strptime(
                                    "2008-09-04T08:03:25.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_gGQmA': 'EXAMPLE_VALUE_Qeb6G5tAjBjncG1DIRei'},
                                registry_version=248,
                                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=65)])),
                            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=423,
                            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_vc0Rv': {
                                            'stringValue': 'EXAMPLE-stringValue-Value',
                                            'intValue': 552,
                                            '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=206,
                                name="EXAMPLE-name-Value",
                                description="EXAMPLE-description-Value",
                                type=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=719,
                                    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=394,
                                        config_parameter_definitions={
                                            'EXAMPLE_KEY_HTlH3': {
                                                'parameterName': 'EXAMPLE-parameterName-Value',
                                                'description': 'EXAMPLE-description-Value',
                                                'defaultValue': 'EXAMPLE-defaultValue-Value',
                                                'classFieldName': 'EXAMPLE-classFieldName-Value',
                                                'isStatic': True,
                                                'isClassFieldValue': True}}))),
                            shape_id="ocid1.test.oc1..<unique_ID>EXAMPLE-shapeId-Value",
                            types=oci.data_integration.models.TypeLibrary(
                                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=359,
                                types={
                                    'EXAMPLE_KEY_AOnIG': {
                                        'modelType': 'DERIVED_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': 511,
                                        'description': 'EXAMPLE-description-Value'}},
                                object_status=957,
                                identifier="EXAMPLE-identifier-Value"),
                            entity_type="FILE",
                            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=990,
                                            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_WD7yw': {
                                                            'stringValue': 'EXAMPLE-stringValue-Value',
                                                            'intValue': 512,
                                                            '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=800,
                                                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_tdvSM': {
                                                                'stringValue': 'EXAMPLE-stringValue-Value',
                                                                'intValue': 690,
                                                                '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=6,
                                                    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_LxJoq': {
                                                            'stringValue': 'EXAMPLE-stringValue-Value',
                                                            'intValue': 453,
                                                            '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=340,
                                                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_jb5yG': {
                                                                'stringValue': 'EXAMPLE-stringValue-Value',
                                                                'intValue': 198,
                                                                '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=119,
                                                    default_value_string="EXAMPLE-defaultValueString-Value",
                                                    is_mandatory=False)))],
                                    object_status=678)],
                            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=587,
                                            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_IOLcQ': {
                                                            'stringValue': 'EXAMPLE-stringValue-Value',
                                                            'intValue': 293,
                                                            '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=484,
                                                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_hU9yo': {
                                                                'stringValue': 'EXAMPLE-stringValue-Value',
                                                                'intValue': 512,
                                                                '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=737,
                                                    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_CWZcv': {
                                                            'stringValue': 'EXAMPLE-stringValue-Value',
                                                            'intValue': 187,
                                                            '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=605,
                                                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_YpoDO': {
                                                                'stringValue': 'EXAMPLE-stringValue-Value',
                                                                'intValue': 892,
                                                                '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=984,
                                                    default_value_string="EXAMPLE-defaultValueString-Value",
                                                    is_mandatory=False)))],
                                    update_rule=320,
                                    delete_rule=779,
                                    reference_unique_key=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=114,
                                                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_chL72': {
                                                                'stringValue': 'EXAMPLE-stringValue-Value',
                                                                'intValue': 28,
                                                                '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=837,
                                                    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_jhddP': {
                                                                    'stringValue': 'EXAMPLE-stringValue-Value',
                                                                    'intValue': 790,
                                                                    '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=185,
                                                        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_ujxrH': {
                                                                'stringValue': 'EXAMPLE-stringValue-Value',
                                                                'intValue': 793,
                                                                '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_X2KcI': {
                                                                    'stringValue': 'EXAMPLE-stringValue-Value',
                                                                    'intValue': 323,
                                                                    '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=602,
                                                        default_value_string="EXAMPLE-defaultValueString-Value",
                                                        is_mandatory=False)))],
                                        object_status=902),
                                    object_status=88)],
                            resource_name="EXAMPLE-resourceName-Value",
                            object_status=408,
                            identifier="EXAMPLE-identifier-Value"),
                        is_read_access=True,
                        is_copy_fields=False,
                        is_predefined_shape=False,
                        is_use_same_source_name=True,
                        target_entity_name_prefix="EXAMPLE-targetEntityNamePrefix-Value",
                        target_entity_name_suffix="EXAMPLE-targetEntityNameSuffix-Value",
                        data_property="OVERWRITE",
                        schema_drift_config=oci.data_integration.models.SchemaDriftConfig(
                            extra_column_handling="ALLOW",
                            missing_column_handling="ALLOW",
                            data_type_change_handling="DO_NOT_ALLOW",
                            is_validation_warning_if_allowed=True),
                        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_6PR2E': {
                                        'stringValue': 'EXAMPLE-stringValue-Value',
                                        'intValue': 418,
                                        '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=547,
                            name="EXAMPLE-name-Value",
                            description="EXAMPLE-description-Value",
                            type=oci.data_integration.models.MaterializedCompositeType(
                                model_type="MATERIALIZED_COMPOSITE_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=481,
                                description="EXAMPLE-description-Value",
                                elements=["EXAMPLE--Value"],
                                path_names=["EXAMPLE--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=588,
                                    config_parameter_definitions={
                                        'EXAMPLE_KEY_PffWl': {
                                            'parameterName': 'EXAMPLE-parameterName-Value',
                                            'description': 'EXAMPLE-description-Value',
                                            'defaultValue': 'EXAMPLE-defaultValue-Value',
                                            'classFieldName': 'EXAMPLE-classFieldName-Value',
                                            'isStatic': False,
                                            'isClassFieldValue': True}}))),
                        write_operation_config=oci.data_integration.models.WriteOperationConfig(
                            model_type="WRITE_OPERATION_CONFIG",
                            metadata_config_properties={
                                'EXAMPLE_KEY_YmXvC': 'EXAMPLE_VALUE_5PNqrMdntNNRdoNe2fOj'},
                            derived_attributes={
                                'EXAMPLE_KEY_Ja7jU': 'EXAMPLE_VALUE_8yjkXCerGliHJmURcZAw'},
                            call_attribute=oci.data_integration.models.BipCallAttribute(
                                model_type="BIP_CALL_ATTRIBUTE",
                                fetch_size=500,
                                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=395,
                                    identifier="EXAMPLE-identifier-Value",
                                    external_key="EXAMPLE-externalKey-Value",
                                    asset_properties={
                                        'EXAMPLE_KEY_X2swZ': 'EXAMPLE_VALUE_Pdb8l5QQKJzn73U6W0hW'},
                                    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=28,
                                        type_mapping_to={
                                            'EXAMPLE_KEY_kVh87': 'EXAMPLE_VALUE_a3Q7LHHSNF6nggutQxrs'},
                                        type_mapping_from={
                                            'EXAMPLE_KEY_gVzZ8': 'EXAMPLE_VALUE_EgchuezoPZobCsjda7Zc'},
                                        object_status=600,
                                        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=451,
                                                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=True,
                                                    object_status=941,
                                                    config_parameter_definitions={
                                                        'EXAMPLE_KEY_OUId2': {
                                                            'parameterType': {
                                                                'modelType': 'MATERIALIZED_COMPOSITE_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': 389,
                                                                'description': 'EXAMPLE-description-Value',
                                                                'elements': ['EXAMPLE--Value'],
                                                                'pathNames': ['EXAMPLE--Value']},
                                                            'parameterName': 'EXAMPLE-parameterName-Value',
                                                            'description': 'EXAMPLE-description-Value',
                                                            'defaultValue': 'EXAMPLE-defaultValue-Value',
                                                            'classFieldName': 'EXAMPLE-classFieldName-Value',
                                                            'isStatic': False,
                                                            'isClassFieldValue': True}}))]),
                                    object_version=145,
                                    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(
                                            "2025-01-14T14:28:48.075Z",
                                            "%Y-%m-%dT%H:%M:%S.%fZ"),
                                        time_updated=datetime.strptime(
                                            "2041-11-29T12:19:21.751Z",
                                            "%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_e1feA': 'EXAMPLE_VALUE_vLrKNAKTazme6j2o3BP1'},
                                        registry_version=570,
                                        labels=["EXAMPLE--Value"],
                                        is_favorite=True,
                                        count_statistics=oci.data_integration.models.CountStatistic(
                                            object_type_count_list=[
                                                oci.data_integration.models.CountStatisticSummary(
                                                    object_type="DATA_ASSET",
                                                    object_count=826)])),
                                    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=57,
                                        object_status=252,
                                        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=785,
                                            external_key="EXAMPLE-externalKey-Value",
                                            is_has_containers=False,
                                            default_connection="EXAMPLE-defaultConnection-Value",
                                            object_status=584,
                                            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(
                                                    "2031-03-09T06:28:01.244Z",
                                                    "%Y-%m-%dT%H:%M:%S.%fZ"),
                                                time_updated=datetime.strptime(
                                                    "2015-12-25T23:48:52.901Z",
                                                    "%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_kqzgd': 'EXAMPLE_VALUE_AlXB4LhNhJ4VHW7Vc0oY'},
                                                registry_version=750,
                                                labels=["EXAMPLE--Value"],
                                                is_favorite=False,
                                                count_statistics=oci.data_integration.models.CountStatistic(
                                                    object_type_count_list=[
                                                        oci.data_integration.models.CountStatisticSummary(
                                                            object_type="DATA_ASSET",
                                                            object_count=405)]))),
                                        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(
                                                "2042-06-15T11:23:32.239Z",
                                                "%Y-%m-%dT%H:%M:%S.%fZ"),
                                            time_updated=datetime.strptime(
                                                "2035-03-20T04:44:29.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_334xS': 'EXAMPLE_VALUE_EFLwyyeHRezOApfXeief'},
                                            registry_version=19,
                                            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=166)])),
                                        key_map={
                                            'EXAMPLE_KEY_YmHA8': 'EXAMPLE_VALUE_rSb8vjcHvAlAbAGLfPVv'},
                                        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=202,
                                    object_status=978,
                                    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=419,
                                        external_key="EXAMPLE-externalKey-Value",
                                        is_has_containers=True,
                                        default_connection="EXAMPLE-defaultConnection-Value",
                                        object_status=771,
                                        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(
                                                "2039-10-17T05:01:39.024Z",
                                                "%Y-%m-%dT%H:%M:%S.%fZ"),
                                            time_updated=datetime.strptime(
                                                "2039-04-07T18:38:50.816Z",
                                                "%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_AIDMg': 'EXAMPLE_VALUE_aGF9YBkuPJ5GNDngLWZK'},
                                            registry_version=233,
                                            labels=["EXAMPLE--Value"],
                                            is_favorite=False,
                                            count_statistics=oci.data_integration.models.CountStatistic(
                                                object_type_count_list=[
                                                    oci.data_integration.models.CountStatisticSummary(
                                                        object_type="PROJECT",
                                                        object_count=54)]))),
                                    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(
                                            "2012-10-31T05:27:54.988Z",
                                            "%Y-%m-%dT%H:%M:%S.%fZ"),
                                        time_updated=datetime.strptime(
                                            "2028-08-07T06:45:45.296Z",
                                            "%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_fkZKq': 'EXAMPLE_VALUE_IKJijWjetGtgkRvZqySJ'},
                                        registry_version=726,
                                        labels=["EXAMPLE--Value"],
                                        is_favorite=False,
                                        count_statistics=oci.data_integration.models.CountStatistic(
                                            object_type_count_list=[
                                                oci.data_integration.models.CountStatisticSummary(
                                                    object_type="CONNECTION",
                                                    object_count=179)])),
                                    key_map={
                                        'EXAMPLE_KEY_p5hIY': 'EXAMPLE_VALUE_cKHgKebYVLVpIGOiBdgo'},
                                    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=632,
                                    external_key="EXAMPLE-externalKey-Value",
                                    is_has_containers=False,
                                    default_connection="EXAMPLE-defaultConnection-Value",
                                    object_status=633,
                                    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(
                                            "2039-10-21T08:40:52.842Z",
                                            "%Y-%m-%dT%H:%M:%S.%fZ"),
                                        time_updated=datetime.strptime(
                                            "2031-01-11T09:59:49.847Z",
                                            "%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_gikPR': 'EXAMPLE_VALUE_FDEdOeiT9hNvg3EOkOAc'},
                                        registry_version=13,
                                        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=159)])))),
                            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.Query(
                                    model_type="QUERY",
                                    query="EXAMPLE-query-Value")],
                            data_format=oci.data_integration.models.DataFormat(
                                format_attribute=oci.data_integration.models.AvroFormatAttribute(
                                    model_type="AVRO_FORMAT",
                                    is_file_pattern=True,
                                    compression="EXAMPLE-compression-Value"),
                                type="AVRO",
                                compression_config=oci.data_integration.models.Compression(
                                    codec="LZ4")),
                            partition_config=oci.data_integration.models.KeyRangePartitionConfig(
                                model_type="KEYRANGEPARTITIONCONFIG",
                                partition_number=278,
                                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_5E8al': {
                                                    'stringValue': 'EXAMPLE-stringValue-Value',
                                                    'intValue': 792,
                                                    '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=884,
                                        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_iv2jf': {
                                                        'stringValue': 'EXAMPLE-stringValue-Value',
                                                        'intValue': 213,
                                                        '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=532,
                                            default_value_string="EXAMPLE-defaultValueString-Value",
                                            is_mandatory=True)))),
                            write_attribute=oci.data_integration.models.OracleAdwcWriteAttributes(
                                model_type="ORACLE_ADWC_WRITE_ATTRIBUTE",
                                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=357,
                                    external_key="EXAMPLE-externalKey-Value",
                                    is_has_containers=False,
                                    default_connection="EXAMPLE-defaultConnection-Value",
                                    object_status=884,
                                    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(
                                            "2042-05-12T23:36:49.471Z",
                                            "%Y-%m-%dT%H:%M:%S.%fZ"),
                                        time_updated=datetime.strptime(
                                            "2001-05-12T00:37:49.204Z",
                                            "%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_y7dtn': 'EXAMPLE_VALUE_LklJgrrXPHBZv7F78BjG'},
                                        registry_version=213,
                                        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=847)]))),
                                staging_file_name="EXAMPLE-stagingFileName-Value",
                                staging_data_asset=oci.data_integration.models.DataAssetFromAdwcDetails(
                                    model_type="ORACLE_ADWC_DATA_ASSET",
                                    key="EXAMPLE-key-Value",
                                    model_version="EXAMPLE-modelVersion-Value",
                                    name="EXAMPLE-name-Value",
                                    description="EXAMPLE-description-Value",
                                    object_status=569,
                                    identifier="EXAMPLE-identifier-Value",
                                    external_key="EXAMPLE-externalKey-Value",
                                    asset_properties={
                                        'EXAMPLE_KEY_O3Lk6': 'EXAMPLE_VALUE_RQoGeabVDT21CLhjlIPu'},
                                    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=662,
                                        type_mapping_to={
                                            'EXAMPLE_KEY_9xmGL': 'EXAMPLE_VALUE_LtAUv69ZEVQUV2PXRVdJ'},
                                        type_mapping_from={
                                            'EXAMPLE_KEY_Kl7F9': 'EXAMPLE_VALUE_FheRP8dEL75AQJjTHg9Q'},
                                        object_status=423,
                                        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=709,
                                                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=True,
                                                    object_status=914,
                                                    config_parameter_definitions={
                                                        'EXAMPLE_KEY_LdHoK': {
                                                            'parameterType': {
                                                                'modelType': 'DYNAMIC_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': 387,
                                                                'description': 'EXAMPLE-description-Value',
                                                                'typeHandler': {
                                                                    'modelType': 'FLATTEN_TYPE_HANDLER',
                                                                    'key': 'EXAMPLE-key-Value',
                                                                    'modelVersion': 'EXAMPLE-modelVersion-Value',
                                                                    'parentRef': {
                                                                        'parent': 'EXAMPLE-parent-Value',
                                                                        'rootDocId': 'ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value'},
                                                                    'scope': 'EXAMPLE-scope-Value',
                                                                    'flattenDetails': 'EXAMPLE-flattenDetails-Value',
                                                                    'configValues': {
                                                                        'configParamValues': {
                                                                            'EXAMPLE_KEY_Apebx': {
                                                                                'stringValue': 'EXAMPLE-stringValue-Value',
                                                                                'intValue': 663,
                                                                                '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'}},
                                                                    'objectStatus': 76}},
                                                            'parameterName': 'EXAMPLE-parameterName-Value',
                                                            'description': 'EXAMPLE-description-Value',
                                                            'defaultValue': 'EXAMPLE-defaultValue-Value',
                                                            'classFieldName': 'EXAMPLE-classFieldName-Value',
                                                            'isStatic': False,
                                                            'isClassFieldValue': False}}))]),
                                    object_version=324,
                                    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(
                                            "2010-12-03T19:33:57.193Z",
                                            "%Y-%m-%dT%H:%M:%S.%fZ"),
                                        time_updated=datetime.strptime(
                                            "2035-12-23T10:23:53.074Z",
                                            "%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_AUpzn': 'EXAMPLE_VALUE_B0tGuYYpbU26sOf0mbC1'},
                                        registry_version=114,
                                        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=895)])),
                                    key_map={
                                        'EXAMPLE_KEY_wURYm': 'EXAMPLE_VALUE_eQ3pUgWourDTeqANkAz2'},
                                    service_name="EXAMPLE-serviceName-Value",
                                    service_names=["EXAMPLE--Value"],
                                    driver_class="EXAMPLE-driverClass-Value",
                                    default_connection=oci.data_integration.models.ConnectionFromAdwcDetails(
                                        model_type="ORACLE_ADWC_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=800,
                                        object_status=920,
                                        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=741,
                                            external_key="EXAMPLE-externalKey-Value",
                                            is_has_containers=False,
                                            default_connection="EXAMPLE-defaultConnection-Value",
                                            object_status=914,
                                            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(
                                                    "2042-06-16T14:10:03.783Z",
                                                    "%Y-%m-%dT%H:%M:%S.%fZ"),
                                                time_updated=datetime.strptime(
                                                    "2007-02-26T14:15:11.357Z",
                                                    "%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_AYOrn': 'EXAMPLE_VALUE_NOoMu5GlqqonsjqE3IM0'},
                                                registry_version=620,
                                                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=915)]))),
                                        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(
                                                "2033-08-31T14:43:21.108Z",
                                                "%Y-%m-%dT%H:%M:%S.%fZ"),
                                            time_updated=datetime.strptime(
                                                "2005-07-26T18:28:15.249Z",
                                                "%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_YkZWU': 'EXAMPLE_VALUE_d8JiBFxV1FzYRLVbHkpL'},
                                            registry_version=93,
                                            labels=["EXAMPLE--Value"],
                                            is_favorite=False,
                                            count_statistics=oci.data_integration.models.CountStatistic(
                                                object_type_count_list=[
                                                    oci.data_integration.models.CountStatisticSummary(
                                                        object_type="PROJECT",
                                                        object_count=105)])),
                                        tns_alias="EXAMPLE-tnsAlias-Value",
                                        tns_names=["EXAMPLE--Value"],
                                        username="EXAMPLE-username-Value",
                                        password="EXAMPLE-password-Value",
                                        password_secret=oci.data_integration.models.SensitiveAttribute(
                                            secret_config=oci.data_integration.models.OciVaultSecretConfig(
                                                model_type="OCI_VAULT_SECRET_CONFIG",
                                                secret_id="ocid1.test.oc1..<unique_ID>EXAMPLE-secretId-Value"),
                                            value="EXAMPLE-value-Value")),
                                    staging_connection=oci.data_integration.models.ConnectionFromOAuth2(
                                        model_type="OAUTH2_CONNECTION",
                                        access_token_url="EXAMPLE-accessTokenUrl-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"),
                                        name="EXAMPLE-name-Value",
                                        description="EXAMPLE-description-Value",
                                        object_version=909,
                                        object_status=674,
                                        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=581,
                                            external_key="EXAMPLE-externalKey-Value",
                                            is_has_containers=True,
                                            default_connection="EXAMPLE-defaultConnection-Value",
                                            object_status=786,
                                            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-11-17T01:43:16.724Z",
                                                    "%Y-%m-%dT%H:%M:%S.%fZ"),
                                                time_updated=datetime.strptime(
                                                    "2037-01-26T21:14:47.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_f5fnx': 'EXAMPLE_VALUE_bmt7OADqTZ8L3xupBxFF'},
                                                registry_version=915,
                                                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=833)]))),
                                        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(
                                                "2004-10-30T12:34:07.999Z",
                                                "%Y-%m-%dT%H:%M:%S.%fZ"),
                                            time_updated=datetime.strptime(
                                                "2005-02-07T14:04:18.644Z",
                                                "%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_PlLp0': 'EXAMPLE_VALUE_vTgY6lHzFBSu8b8lE9Mh'},
                                            registry_version=8,
                                            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=593)])),
                                        key_map={
                                            'EXAMPLE_KEY_1WuLc': 'EXAMPLE_VALUE_03oJ0TifHe6nnR4IIlll'},
                                        client_id="ocid1.test.oc1..<unique_ID>EXAMPLE-clientId-Value",
                                        client_secret=oci.data_integration.models.SensitiveAttribute(
                                            secret_config=oci.data_integration.models.OciVaultSecretConfig(
                                                model_type="OCI_VAULT_SECRET_CONFIG",
                                                secret_id="ocid1.test.oc1..<unique_ID>EXAMPLE-secretId-Value"),
                                            value="EXAMPLE-value-Value"),
                                        scope="EXAMPLE-scope-Value",
                                        grant_type="CLIENT_CREDENTIALS"),
                                    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=854,
                                        external_key="EXAMPLE-externalKey-Value",
                                        is_has_containers=True,
                                        default_connection="EXAMPLE-defaultConnection-Value",
                                        object_status=472,
                                        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-04-28T03:31:35.859Z",
                                                "%Y-%m-%dT%H:%M:%S.%fZ"),
                                            time_updated=datetime.strptime(
                                                "2038-07-19T09:29:22.241Z",
                                                "%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_DQLKW': 'EXAMPLE_VALUE_uEvIAYGDF1l51IJMgeJe'},
                                            registry_version=375,
                                            labels=["EXAMPLE--Value"],
                                            is_favorite=False,
                                            count_statistics=oci.data_integration.models.CountStatistic(
                                                object_type_count_list=[
                                                    oci.data_integration.models.CountStatisticSummary(
                                                        object_type="PROJECT",
                                                        object_count=715)])))),
                                staging_connection=oci.data_integration.models.ConnectionFromMySQL(
                                    model_type="MYSQL_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=914,
                                    object_status=315,
                                    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=722,
                                        external_key="EXAMPLE-externalKey-Value",
                                        is_has_containers=True,
                                        default_connection="EXAMPLE-defaultConnection-Value",
                                        object_status=983,
                                        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(
                                                "2049-05-28T11:05:23.266Z",
                                                "%Y-%m-%dT%H:%M:%S.%fZ"),
                                            time_updated=datetime.strptime(
                                                "2042-03-20T06:38:18.794Z",
                                                "%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_upMqe': 'EXAMPLE_VALUE_Ysi3bJ99e6szegH9hwMN'},
                                            registry_version=802,
                                            labels=["EXAMPLE--Value"],
                                            is_favorite=False,
                                            count_statistics=oci.data_integration.models.CountStatistic(
                                                object_type_count_list=[
                                                    oci.data_integration.models.CountStatisticSummary(
                                                        object_type="DATA_FLOW",
                                                        object_count=615)]))),
                                    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(
                                            "2019-11-10T19:03:23.158Z",
                                            "%Y-%m-%dT%H:%M:%S.%fZ"),
                                        time_updated=datetime.strptime(
                                            "2035-05-04T07:00:08.038Z",
                                            "%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_kWz0q': 'EXAMPLE_VALUE_YltKYkZjmeizSYDDessa'},
                                        registry_version=729,
                                        labels=["EXAMPLE--Value"],
                                        is_favorite=False,
                                        count_statistics=oci.data_integration.models.CountStatistic(
                                            object_type_count_list=[
                                                oci.data_integration.models.CountStatisticSummary(
                                                    object_type="DATA_ASSET",
                                                    object_count=149)])),
                                    key_map={
                                        'EXAMPLE_KEY_I4Azl': 'EXAMPLE_VALUE_CTA9eL0EnhESqYbTd8WG'},
                                    username="EXAMPLE-username-Value")),
                            write_mode="IGNORE",
                            merge_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=729,
                                        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_0PTsv': {
                                                        'stringValue': 'EXAMPLE-stringValue-Value',
                                                        'intValue': 332,
                                                        '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=485,
                                            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_NRZ74': {
                                                            'stringValue': 'EXAMPLE-stringValue-Value',
                                                            'intValue': 863,
                                                            '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=925,
                                                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_BeRlo': {
                                                        'stringValue': 'EXAMPLE-stringValue-Value',
                                                        'intValue': 164,
                                                        '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=418,
                                            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_RLB6h': {
                                                            'stringValue': 'EXAMPLE-stringValue-Value',
                                                            'intValue': 204,
                                                            '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=619,
                                                default_value_string="EXAMPLE-defaultValueString-Value",
                                                is_mandatory=True)))],
                                object_status=606),
                            object_status=742),
                        load_order=26),
                    ui_properties=oci.data_integration.models.UIProperties(
                        coordinate_x=8687.268,
                        coordinate_y=4320.9053),
                    object_status=457)],
        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_ydUrC': {
                            'stringValue': 'EXAMPLE-stringValue-Value',
                            'intValue': 961,
                            '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=796,
                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="MAX",
                type_name="EXAMPLE-typeName-Value",
                used_for="EXAMPLE-usedFor-Value")],
        flow_config_values=oci.data_integration.models.ConfigValues(
            config_param_values={
                'EXAMPLE_KEY_JHCoX': {
                    'stringValue': 'EXAMPLE-stringValue-Value',
                    'intValue': 183,
                    '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=794,
                object_status=671,
                identifier="EXAMPLE-identifier-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=431,
                    description="EXAMPLE-description-Value",
                    element_type="EXAMPLE-elementType-Value"),
                config_values=oci.data_integration.models.ConfigValues(
                    config_param_values={
                        'EXAMPLE_KEY_YZoGR': {
                            'stringValue': 'EXAMPLE-stringValue-Value',
                            'intValue': 675,
                            '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=690))],
        registry_metadata=oci.data_integration.models.RegistryMetadata(
            aggregator_key="EXAMPLE-aggregatorKey-Value",
            labels=["EXAMPLE--Value"],
            registry_version=391,
            key="EXAMPLE-key-Value",
            is_favorite=True)),
    opc_request_id="BNZF5UTLUIB3ODDUYJTQ<unique_ID>",
    if_match="EXAMPLE-ifMatch-Value")

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