# 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
create_data_flow_validation_response = data_integration_client.create_data_flow_validation(
    workspace_id="ocid1.test.oc1..<unique_ID>EXAMPLE-workspaceId-Value",
    create_data_flow_validation_details=oci.data_integration.models.CreateDataFlowValidationDetails(
        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",
        identifier="EXAMPLE-identifier-Value",
        object_version=35,
        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=86,
                            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.TypeListRule(
                                            model_type="TYPE_LIST_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=False,
                                            config_values=oci.data_integration.models.ConfigValues(
                                                config_param_values={
                                                    'EXAMPLE_KEY_f6bIT': {
                                                        '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")),
                                            object_status=615,
                                            description="EXAMPLE-description-Value",
                                            is_skip_remaining_rules_on_match=True,
                                            scope="EXAMPLE-scope-Value",
                                            is_cascade=False,
                                            matching_strategy="NAME_ONLY",
                                            is_case_sensitive=False,
                                            rule_type="EXCLUDE",
                                            types=["EXAMPLE-types-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_jQlrA': {
                                            'stringValue': 'EXAMPLE-stringValue-Value',
                                            'intValue': 601,
                                            '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=875))],
                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=764,
                            description="EXAMPLE-description-Value",
                            port="EXAMPLE-port-Value",
                            to_links=["EXAMPLE--Value"])],
                operator=oci.data_integration.models.Minus(
                    model_type="MINUS_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=670,
                    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_HtP2z': {
                                            'stringValue': 'EXAMPLE-stringValue-Value',
                                            'intValue': 766,
                                            '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=129,
                                name="EXAMPLE-name-Value",
                                description="EXAMPLE-description-Value",
                                port_type="CONTROL",
                                fields=[
                                    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_S5CwP': {
                                                    'stringValue': 'EXAMPLE-stringValue-Value',
                                                    'intValue': 999,
                                                    '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=414,
                                        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_RWDvV': {
                                                        'stringValue': 'EXAMPLE-stringValue-Value',
                                                        'intValue': 103,
                                                        '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=414,
                                            default_value_string="EXAMPLE-defaultValueString-Value",
                                            is_mandatory=False))])],
                    output_ports=[
                        oci.data_integration.models.ProxyField(
                                model_type="PROXY_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_HSBjd': {
                                            'stringValue': 'EXAMPLE-stringValue-Value',
                                            'intValue': 887,
                                            '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=723,
                                name="EXAMPLE-name-Value",
                                description="EXAMPLE-description-Value",
                                scope="EXAMPLE-scope-Value",
                                scope_reference=oci.data_integration.models.ScopeReference(
                                    reference_object="EXAMPLE-referenceObject-Value",
                                    reference_type="OCI_FUNCTION_OUTPUT_SHAPE",
                                    ref_object_name="EXAMPLE-refObjectName-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=931,
                                    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=616,
                                        config_parameter_definitions={
                                            'EXAMPLE_KEY_oIPDZ': {
                                                'parameterName': 'EXAMPLE-parameterName-Value',
                                                'description': 'EXAMPLE-description-Value',
                                                'defaultValue': 'EXAMPLE-defaultValue-Value',
                                                'classFieldName': 'EXAMPLE-classFieldName-Value',
                                                'isStatic': False,
                                                'isClassFieldValue': True}})),
                                labels=["EXAMPLE--Value"])],
                    object_status=603,
                    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_rqJ7r': {
                                        'stringValue': 'EXAMPLE-stringValue-Value',
                                        'intValue': 955,
                                        '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=215,
                            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=False,
                            output_aggregation_type="COUNT",
                            type_name="EXAMPLE-typeName-Value",
                            used_for="EXAMPLE-usedFor-Value")],
                    op_config_values=oci.data_integration.models.ConfigValues(
                        config_param_values={
                            'EXAMPLE_KEY_WaKzy': {
                                'stringValue': 'EXAMPLE-stringValue-Value',
                                'intValue': 503,
                                '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")),
                    minus_type="POSITION",
                    is_all=True),
                ui_properties=oci.data_integration.models.UIProperties(
                    coordinate_x=73.55928,
                    coordinate_y=2080.083),
                object_status=261)],
        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_2byvm': {
                            'stringValue': 'EXAMPLE-stringValue-Value',
                            'intValue': 112,
                            '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=780,
                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="MIN",
                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_7WV0E': {
                    'stringValue': 'EXAMPLE-stringValue-Value',
                    'intValue': 704,
                    '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=87,
        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-03-09T12:53:01.112Z",
                "%Y-%m-%dT%H:%M:%S.%fZ"),
            time_updated=datetime.strptime(
                "2012-01-29T18:58:06.495Z",
                "%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_xY0hp': 'EXAMPLE_VALUE_ANClwvr1dsPi5j3rRury'},
            registry_version=51,
            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=321)])),
        key_map={
            'EXAMPLE_KEY_RNY5h': 'EXAMPLE_VALUE_azMRRJTDMajqdPVfJaBu'},
        typed_object_map={
            'EXAMPLE_KEY_jjDWa': {
                'typedObject': {
                    'modelType': 'DYNAMIC_INPUT_FIELD',
                    'key': 'EXAMPLE-key-Value',
                    'modelVersion': 'EXAMPLE-modelVersion-Value',
                    'parentRef': {
                        'parent': 'EXAMPLE-parent-Value',
                        'rootDocId': 'ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value'},
                    'configValues': {
                        'configParamValues': {
                            'EXAMPLE_KEY_Wsg68': {
                                'stringValue': 'EXAMPLE-stringValue-Value',
                                'intValue': 333,
                                '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': 851,
                    'name': 'EXAMPLE-name-Value',
                    'description': 'EXAMPLE-description-Value',
                    'type': {
                        'modelType': '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': 262,
                        'description': 'EXAMPLE-description-Value',
                        'configDefinition': {
                            'key': 'EXAMPLE-key-Value',
                            'modelType': 'EXAMPLE-modelType-Value',
                            'modelVersion': 'EXAMPLE-modelVersion-Value',
                            'parentRef': {
                                'parent': 'EXAMPLE-parent-Value',
                                'rootDocId': 'ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value'},
                            'name': 'EXAMPLE-name-Value',
                            'isContained': False,
                            'objectStatus': 622,
                            'configParameterDefinitions': {
                                'EXAMPLE_KEY_UpyM9': {
                                    'parameterName': 'EXAMPLE-parameterName-Value',
                                    'description': 'EXAMPLE-description-Value',
                                    'defaultValue': 'EXAMPLE-defaultValue-Value',
                                    'classFieldName': 'EXAMPLE-classFieldName-Value',
                                    'isStatic': True,
                                    'isClassFieldValue': True}}}},
                    'labels': ['EXAMPLE--Value']}}},
        target_field_map_summary={
            'EXAMPLE_KEY_gM3qp': {
                'fieldMap': {
                    'modelType': 'DIRECT_NAMED_FIELD_MAP',
                    'description': 'EXAMPLE-description-Value',
                    'key': 'EXAMPLE-key-Value',
                    'modelVersion': 'EXAMPLE-modelVersion-Value',
                    'parentRef': {
                        'parent': 'EXAMPLE-parent-Value',
                        'rootDocId': 'ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value'},
                    'configValues': {
                        'configParamValues': {
                            'EXAMPLE_KEY_k8Ivo': {
                                'stringValue': 'EXAMPLE-stringValue-Value',
                                'intValue': 114,
                                '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'}},
                    'sourceTypedObject': 'EXAMPLE-sourceTypedObject-Value',
                    'targetTypedObject': 'EXAMPLE-targetTypedObject-Value',
                    'sourceScopeReference': {
                        'referenceObject': 'EXAMPLE-referenceObject-Value',
                        'referenceType': 'BOUND_ENTITY_SHAPE',
                        'refObjectName': 'EXAMPLE-refObjectName-Value'},
                    'targetScopeReference': {
                        'referenceObject': 'EXAMPLE-referenceObject-Value',
                        'referenceType': 'BOUND_ENTITY_SHAPE',
                        'refObjectName': 'EXAMPLE-refObjectName-Value'},
                    'sourceFieldName': 'EXAMPLE-sourceFieldName-Value',
                    'targetFieldName': 'EXAMPLE-targetFieldName-Value',
                    'objectStatus': 723}}}),
    opc_request_id="H2LJCJHKXD1ZHKR16QYF<unique_ID>",
    opc_retry_token="EXAMPLE-opcRetryToken-Value")

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

Was this article helpful?