# 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_data_flow_response = data_integration_client.update_data_flow(
    workspace_id="ocid1.test.oc1..<unique_ID>EXAMPLE-workspaceId-Value",
    data_flow_key="EXAMPLE-dataFlowKey-Value",
    update_data_flow_details=oci.data_integration.models.UpdateDataFlowDetails(
        key="EXAMPLE-key-Value",
        model_type="EXAMPLE-modelType-Value",
        object_version=768,
        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",
        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=229,
                            description="EXAMPLE-description-Value",
                            port="EXAMPLE-port-Value",
                            from_link="EXAMPLE-fromLink-Value",
                            field_map=oci.data_integration.models.ConditionalCompositeFieldMap(
                                model_type="CONDITIONAL_COMPOSITE_FIELD_MAP",
                                description="EXAMPLE-description-Value",
                                field_map_scope=[
                                        oci.data_integration.models.NamePatternRule(
                                            model_type="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_pTqQ7': {
                                                        'stringValue': 'EXAMPLE-stringValue-Value',
                                                        'intValue': 861,
                                                        '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=659,
                                            description="EXAMPLE-description-Value",
                                            is_skip_remaining_rules_on_match=False,
                                            scope="EXAMPLE-scope-Value",
                                            is_cascade=False,
                                            matching_strategy="NAME_ONLY",
                                            is_case_sensitive=False,
                                            rule_type="EXCLUDE",
                                            pattern="EXAMPLE-pattern-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_Y9zci': {
                                            'stringValue': 'EXAMPLE-stringValue-Value',
                                            'intValue': 682,
                                            '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=690))],
                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=318,
                            description="EXAMPLE-description-Value",
                            port="EXAMPLE-port-Value",
                            to_links=["EXAMPLE--Value"])],
                operator=oci.data_integration.models.Source(
                    model_type="SOURCE_OPERATOR",
                    key="EXAMPLE-key-Value",
                    model_version="EXAMPLE-modelVersion-Value",
                    parent_ref=oci.data_integration.models.ParentReference(
                        parent="EXAMPLE-parent-Value",
                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                    name="EXAMPLE-name-Value",
                    description="EXAMPLE-description-Value",
                    object_version=787,
                    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_Vd5tT': {
                                            'stringValue': 'EXAMPLE-stringValue-Value',
                                            'intValue': 32,
                                            '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=871,
                                name="EXAMPLE-name-Value",
                                description="EXAMPLE-description-Value",
                                port_type="CONTROL",
                                fields=[
                                    oci.data_integration.models.InputField(
                                        model_type="INPUT_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_vdQww': {
                                                    'stringValue': 'EXAMPLE-stringValue-Value',
                                                    'intValue': 717,
                                                    '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",
                                        type=oci.data_integration.models.DerivedType(
                                            model_type="DERIVED_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=360,
                                            description="EXAMPLE-description-Value"),
                                        labels=["EXAMPLE--Value"])])],
                    output_ports=[
                        oci.data_integration.models.DerivedField(
                                model_type="DERIVED_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_7rmru': {
                                            'stringValue': 'EXAMPLE-stringValue-Value',
                                            'intValue': 252,
                                            '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=752,
                                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_YT2KP': {
                                                'stringValue': 'EXAMPLE-stringValue-Value',
                                                'intValue': 19,
                                                '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=703),
                                type="EXAMPLE-type-Value",
                                is_use_inferred_type=True,
                                labels=["EXAMPLE--Value"])],
                    object_status=336,
                    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_eeIG9': {
                                        '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")),
                            object_status=110,
                            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=False,
                            output_aggregation_type="MAX",
                            type_name="EXAMPLE-typeName-Value",
                            used_for="EXAMPLE-usedFor-Value")],
                    op_config_values=oci.data_integration.models.ConfigValues(
                        config_param_values={
                            'EXAMPLE_KEY_uLxOS': {
                                'stringValue': 'EXAMPLE-stringValue-Value',
                                'intValue': 56,
                                '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.DerivedEntity(
                        model_type="DERIVED_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(
                                "2027-11-30T03:12:12.268Z",
                                "%Y-%m-%dT%H:%M:%S.%fZ"),
                            time_updated=datetime.strptime(
                                "2045-04-04T04:44:36.806Z",
                                "%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_EQB0W': 'EXAMPLE_VALUE_vCr7RfgeZu0EENgSAeUy'},
                            registry_version=895,
                            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=75)])),
                        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_version=999,
                        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_WicKy': {
                                        'stringValue': 'EXAMPLE-stringValue-Value',
                                        'intValue': 748,
                                        '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=439,
                            name="EXAMPLE-name-Value",
                            description="EXAMPLE-description-Value",
                            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=62,
                                description="EXAMPLE-description-Value",
                                wrapped_type="EXAMPLE-wrappedType-Value",
                                config_values=oci.data_integration.models.ConfigValues(
                                    config_param_values={
                                            'EXAMPLE_KEY_vfXLz': {
                                                'stringValue': 'EXAMPLE-stringValue-Value',
                                                'intValue': 826,
                                                '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=False,
                                    object_status=614,
                                    config_parameter_definitions={
                                        'EXAMPLE_KEY_94bW8': {
                                            'parameterName': 'EXAMPLE-parameterName-Value',
                                            'description': 'EXAMPLE-description-Value',
                                            'defaultValue': 'EXAMPLE-defaultValue-Value',
                                            'classFieldName': 'EXAMPLE-classFieldName-Value',
                                            'isStatic': True,
                                            'isClassFieldValue': False}}))),
                        shape_id="ocid1.test.oc1..<unique_ID>EXAMPLE-shapeId-Value",
                        resource_name="EXAMPLE-resourceName-Value",
                        object_status=736,
                        identifier="EXAMPLE-identifier-Value",
                        ref_data_object=oci.data_integration.models.ReferencedDataObjectFromProcedure(
                            model_type="PROCEDURE",
                            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_version=394,
                            resource_name="EXAMPLE-resourceName-Value",
                            object_status=323,
                            external_key="EXAMPLE-externalKey-Value",
                            key="EXAMPLE-key-Value"),
                        mode="IN",
                        derived_properties={
                            'EXAMPLE_KEY_j2qM9': 'EXAMPLE--Value'}),
                    is_read_access=False,
                    is_copy_fields=False,
                    is_predefined_shape=False,
                    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=False),
                    fixed_data_shape=oci.data_integration.models.Shape(
                        model_type="SHAPE",
                        key="EXAMPLE-key-Value",
                        model_version="EXAMPLE-modelVersion-Value",
                        parent_ref=oci.data_integration.models.ParentReference(
                            parent="EXAMPLE-parent-Value",
                            root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                        config_values=oci.data_integration.models.ConfigValues(
                            config_param_values={
                                'EXAMPLE_KEY_7w1Z4': {
                                    'stringValue': 'EXAMPLE-stringValue-Value',
                                    'intValue': 322,
                                    '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=348,
                        name="EXAMPLE-name-Value",
                        description="EXAMPLE-description-Value",
                        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=107,
                            description="EXAMPLE-description-Value",
                            wrapped_type="EXAMPLE-wrappedType-Value",
                            config_values=oci.data_integration.models.ConfigValues(
                                config_param_values={
                                        'EXAMPLE_KEY_5Tlic': {
                                            'stringValue': 'EXAMPLE-stringValue-Value',
                                            'intValue': 874,
                                            '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=False,
                                object_status=350,
                                config_parameter_definitions={
                                    'EXAMPLE_KEY_4c2LD': {
                                        'parameterName': 'EXAMPLE-parameterName-Value',
                                        'description': 'EXAMPLE-description-Value',
                                        'defaultValue': 'EXAMPLE-defaultValue-Value',
                                        'classFieldName': 'EXAMPLE-classFieldName-Value',
                                        'isStatic': True,
                                        'isClassFieldValue': False}}))),
                    read_operation_config=oci.data_integration.models.ReadOperationConfig(
                        model_type="READ_OPERATION_CONFIG",
                        metadata_config_properties={
                            'EXAMPLE_KEY_x2ckK': 'EXAMPLE_VALUE_dTtRK4l9pUzXHKli6mVf'},
                        derived_attributes={
                            'EXAMPLE_KEY_Jw1H5': 'EXAMPLE_VALUE_xmLq8vNIjlW56MdTpFs4'},
                        call_attribute=oci.data_integration.models.BipCallAttribute(
                            model_type="BIP_CALL_ATTRIBUTE",
                            fetch_size=408,
                            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=358,
                                identifier="EXAMPLE-identifier-Value",
                                external_key="EXAMPLE-externalKey-Value",
                                asset_properties={
                                    'EXAMPLE_KEY_eIY1G': 'EXAMPLE_VALUE_FcOorGmZYgA0rxld6HLD'},
                                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=907,
                                    type_mapping_to={
                                        'EXAMPLE_KEY_lYXTD': 'EXAMPLE_VALUE_kslG2okWmJMA2DIKJOvY'},
                                    type_mapping_from={
                                        'EXAMPLE_KEY_dt6G8': 'EXAMPLE_VALUE_JmgxMuv8p5NEp9XVwsp6'},
                                    object_status=176,
                                    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=805,
                                            description="EXAMPLE-description-Value",
                                            dt_type="PRIMITIVE",
                                            type_system_name="EXAMPLE-typeSystemName-Value",
                                            config_definition=oci.data_integration.models.ConfigDefinition(
                                                    key="EXAMPLE-key-Value",
                                                    model_type="EXAMPLE-modelType-Value",
                                                    model_version="EXAMPLE-modelVersion-Value",
                                                    parent_ref=oci.data_integration.models.ParentReference(
                                                        parent="EXAMPLE-parent-Value",
                                                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                                    name="EXAMPLE-name-Value",
                                                    is_contained=False,
                                                    object_status=683,
                                                    config_parameter_definitions={
                                                        'EXAMPLE_KEY_T6BnY': {
                                                            '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': 822,
                                                                'description': 'EXAMPLE-description-Value',
                                                                'typeHandler': {
                                                                    'modelType': 'RULE_TYPE_CONFIGS',
                                                                    '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',
                                                                    'scopeReference': {
                                                                        'referenceObject': 'EXAMPLE-referenceObject-Value',
                                                                        'referenceType': 'BOUND_ENTITY_SHAPE_FIELD',
                                                                        'refObjectName': 'EXAMPLE-refObjectName-Value'},
                                                                    'isOrderByRule': False,
                                                                    'projectionRules': [
                                                                        {
                                                                            'modelType': 'NAME_PATTERN_RULE',
                                                                            'key': 'EXAMPLE-key-Value',
                                                                            'modelVersion': 'EXAMPLE-modelVersion-Value',
                                                                            'parentRef': {
                                                                                'parent': 'EXAMPLE-parent-Value',
                                                                                'rootDocId': 'ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value'},
                                                                            'isJavaRegexSyntax': True,
                                                                            'configValues': {
                                                                                'configParamValues': {
                                                                                    'EXAMPLE_KEY_9loB6': {
                                                                                        'stringValue': 'EXAMPLE-stringValue-Value',
                                                                                        'intValue': 426,
                                                                                        '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': 852,
                                                                            'description': 'EXAMPLE-description-Value',
                                                                            'isSkipRemainingRulesOnMatch': False,
                                                                            'scope': 'EXAMPLE-scope-Value',
                                                                            'isCascade': True,
                                                                            'matchingStrategy': 'TAGS_ONLY',
                                                                            'isCaseSensitive': False,
                                                                            'ruleType': 'INCLUDE',
                                                                            'pattern': 'EXAMPLE-pattern-Value'}],
                                                                    'configValues': {
                                                                        'configParamValues': {
                                                                            'EXAMPLE_KEY_VL1w3': {
                                                                                'stringValue': 'EXAMPLE-stringValue-Value',
                                                                                'intValue': 696,
                                                                                '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': 576}},
                                                            'parameterName': 'EXAMPLE-parameterName-Value',
                                                            'description': 'EXAMPLE-description-Value',
                                                            'defaultValue': 'EXAMPLE-defaultValue-Value',
                                                            'classFieldName': 'EXAMPLE-classFieldName-Value',
                                                            'isStatic': True,
                                                            'isClassFieldValue': True}}))]),
                                object_version=343,
                                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(
                                        "2040-10-18T02:07:39.225Z",
                                        "%Y-%m-%dT%H:%M:%S.%fZ"),
                                    time_updated=datetime.strptime(
                                        "2037-04-14T18:08:51.754Z",
                                        "%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_aqEMm': 'EXAMPLE_VALUE_xuFjKl1AfqSsZrGNt7ey'},
                                    registry_version=297,
                                    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=927)])),
                                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=586,
                                    object_status=98,
                                    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=131,
                                        external_key="EXAMPLE-externalKey-Value",
                                        is_has_containers=False,
                                        default_connection="EXAMPLE-defaultConnection-Value",
                                        object_status=753,
                                        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(
                                                    "2016-02-01T21:13:01.737Z",
                                                    "%Y-%m-%dT%H:%M:%S.%fZ"),
                                            time_updated=datetime.strptime(
                                                "2019-12-11T08:23:47.098Z",
                                                "%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_IWfDf': 'EXAMPLE_VALUE_Iy3dUy7HPaskNvxMVNHk'},
                                            registry_version=2,
                                            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=516)]))),
                                    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(
                                            "2023-06-26T15:51:15.216Z",
                                            "%Y-%m-%dT%H:%M:%S.%fZ"),
                                        time_updated=datetime.strptime(
                                            "2011-11-30T22:55:42.288Z",
                                            "%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_nFLFC': 'EXAMPLE_VALUE_ZxMsKvV4jULHJ5uRvqK3'},
                                        registry_version=121,
                                        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_FLOW",
                                                    object_count=282)])),
                                    key_map={
                                        'EXAMPLE_KEY_AWUHF': 'EXAMPLE_VALUE_rgvy4OOjIEjPeguyGNOv'},
                                    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=69,
                                object_status=290,
                                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=553,
                                    external_key="EXAMPLE-externalKey-Value",
                                    is_has_containers=True,
                                    default_connection="EXAMPLE-defaultConnection-Value",
                                    object_status=268,
                                    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(
                                                "2036-11-08T23:17:24.929Z",
                                                "%Y-%m-%dT%H:%M:%S.%fZ"),
                                        time_updated=datetime.strptime(
                                            "2000-09-12T05:47:45.767Z",
                                            "%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_DXqyb': 'EXAMPLE_VALUE_OKMtlruZfHPxkevYGLmK'},
                                        registry_version=317,
                                        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=957)]))),
                                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(
                                        "2002-11-09T00:03:20.109Z",
                                        "%Y-%m-%dT%H:%M:%S.%fZ"),
                                    time_updated=datetime.strptime(
                                        "2010-09-09T00:25:36.184Z",
                                        "%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_O1hLp': 'EXAMPLE_VALUE_RYuA4ls1cDqDeRA6vBOB'},
                                    registry_version=690,
                                    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=818)])),
                                key_map={
                                    'EXAMPLE_KEY_VvmhQ': 'EXAMPLE_VALUE_NwSCnXlAZJ3Nlya88iMO'},
                                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=61,
                                external_key="EXAMPLE-externalKey-Value",
                                is_has_containers=True,
                                default_connection="EXAMPLE-defaultConnection-Value",
                                object_status=499,
                                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(
                                            "2015-07-14T06:23:59.172Z",
                                            "%Y-%m-%dT%H:%M:%S.%fZ"),
                                    time_updated=datetime.strptime(
                                        "2005-07-06T03:24:22.971Z",
                                        "%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_qLodY': 'EXAMPLE_VALUE_iP0yHdbzUPTeSrc6xwLe'},
                                    registry_version=704,
                                    labels=["EXAMPLE--Value"],
                                    is_favorite=False,
                                    count_statistics=oci.data_integration.models.CountStatistic(
                                        object_type_count_list=[
                                            oci.data_integration.models.CountStatisticSummary(
                                                object_type="FOLDER",
                                                object_count=482)])))),
                        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.Sort(
                                model_type="SORT",
                                sort_clauses=[
                                    oci.data_integration.models.SortClause(
                                        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_Jk6FL': {
                                                        'stringValue': 'EXAMPLE-stringValue-Value',
                                                        'intValue': 544,
                                                        'objectValue': 'EXAMPLE-objectValue-Value',
                                                        'refValue': 'EXAMPLE-refValue-Value',
                                                        'parameterValue': 'EXAMPLE-parameterValue-Value',
                                                        'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                                                parent_ref=oci.data_integration.models.ParentReference(
                                                    parent="EXAMPLE-parent-Value",
                                                    root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                                            object_status=77,
                                            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_EzPAV': {
                                                            'stringValue': 'EXAMPLE-stringValue-Value',
                                                            'intValue': 497,
                                                            '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=742,
                                                default_value_string="EXAMPLE-defaultValueString-Value",
                                                is_mandatory=False)),
                                        order="DESC")])],
                        data_format=oci.data_integration.models.DataFormat(
                            format_attribute=oci.data_integration.models.CsvFormatAttribute(
                                model_type="CSV_FORMAT",
                                is_file_pattern=True,
                                encoding="EXAMPLE-encoding-Value",
                                escape_character="EXAMPLE-escapeCharacter-Value",
                                delimiter="EXAMPLE-delimiter-Value",
                                quote_character="EXAMPLE-quoteCharacter-Value",
                                has_header=True,
                                timestamp_format="EXAMPLE-timestampFormat-Value"),
                            type="AVRO",
                            compression_config=oci.data_integration.models.Compression(
                                codec="BZIP2")),
                        partition_config=oci.data_integration.models.KeyRangePartitionConfig(
                            model_type="KEYRANGEPARTITIONCONFIG",
                            partition_number=852,
                            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_6JVHY': {
                                                'stringValue': 'EXAMPLE-stringValue-Value',
                                                'intValue': 816,
                                                '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=798,
                                    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_Y78ek': {
                                                    'stringValue': 'EXAMPLE-stringValue-Value',
                                                    'intValue': 548,
                                                    '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=798,
                                        default_value_string="EXAMPLE-defaultValueString-Value",
                                        is_mandatory=True)))),
                        read_attribute=oci.data_integration.models.BiccReadAttributes(
                            model_type="BICC_READ_ATTRIBUTE",
                            fetch_size=916,
                            extract_strategy="FULL",
                            external_storage=oci.data_integration.models.ExternalStorage(
                                model_type="EXTERNAL_STORAGE",
                                storage_id="ocid1.test.oc1..<unique_ID>EXAMPLE-storageId-Value",
                                storage_name="EXAMPLE-storageName-Value",
                                host="EXAMPLE-host-Value",
                                tenancy_id="ocid1.test.oc1..<unique_ID>EXAMPLE-tenancyId-Value",
                                namespace="EXAMPLE-namespace-Value",
                                bucket="EXAMPLE-bucket-Value"),
                            initial_extract_date=datetime.strptime(
                                "2008-09-03T06:09:16.804Z",
                                "%Y-%m-%dT%H:%M:%S.%fZ"),
                            last_extract_date=datetime.strptime(
                                "2002-09-23T08:14:39.116Z",
                                "%Y-%m-%dT%H:%M:%S.%fZ")),
                        incremental_read_config=oci.data_integration.models.IncrementalReadConfig(
                            last_extracted_field_date=[
                                oci.data_integration.models.IncrementalFieldClause(
                                    incremental_field_name="EXAMPLE-incrementalFieldName-Value",
                                    incremental_field_value={
                                        'EXAMPLE_KEY_uGfbR': 'EXAMPLE_VALUE_gKq5NswVAKO0fMPT62mR'},
                                    incremental_comparator="GREATERTHANEQUALS")],
                            last_extracted_data_entity_date=[
                                oci.data_integration.models.IncrementalDataEntityClause(
                                    incremental_data_entity_name="EXAMPLE-incrementalDataEntityName-Value",
                                    incremental_data_entity_value={
                                        'EXAMPLE_KEY_9XRKf': 'EXAMPLE_VALUE_NvS3PgR1ql9qywsKcSzE'},
                                    incremental_comparator="LESSTHANEQUALS")]),
                        object_status=928)),
                ui_properties=oci.data_integration.models.UIProperties(
                    coordinate_x=1126.905,
                    coordinate_y=2376.6309),
                object_status=927)],
        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_5nTuw': {
                            'stringValue': 'EXAMPLE-stringValue-Value',
                            'intValue': 775,
                            '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=322,
                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")],
        description="EXAMPLE-description-Value",
        flow_config_values=oci.data_integration.models.ConfigValues(
            config_param_values={
                'EXAMPLE_KEY_GmFFP': {
                    'stringValue': 'EXAMPLE-stringValue-Value',
                    'intValue': 874,
                    '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=136,
        registry_metadata=oci.data_integration.models.RegistryMetadata(
            aggregator_key="EXAMPLE-aggregatorKey-Value",
            labels=["EXAMPLE--Value"],
            registry_version=317,
            key="EXAMPLE-key-Value",
            is_favorite=True)),
    opc_request_id="SWAWFEWADOK5DOYPT3Q9<unique_ID>",
    if_match="EXAMPLE-ifMatch-Value")

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