# 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

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


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


# Send the request to service, some parameters are not required, see API
# doc for more info
create_pipeline_response = data_integration_client.create_pipeline(
    workspace_id="ocid1.test.oc1..<unique_ID>EXAMPLE-workspaceId-Value",
    create_pipeline_details=oci.data_integration.models.CreatePipelineDetails(
        name="EXAMPLE-name-Value",
        identifier="EXAMPLE-identifier-Value",
        registry_metadata=oci.data_integration.models.RegistryMetadata(
            aggregator_key="EXAMPLE-aggregatorKey-Value",
            labels=["EXAMPLE--Value"],
            registry_version=293,
            key="EXAMPLE-key-Value",
            is_favorite=False),
        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"),
        description="EXAMPLE-description-Value",
        model_type="EXAMPLE-modelType-Value",
        object_version=939,
        object_status=601,
        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=92,
                                    description="EXAMPLE-description-Value",
                                    port="EXAMPLE-port-Value",
                                    from_link="EXAMPLE-fromLink-Value",
                                    field_map=oci.data_integration.models.RuleBasedFieldMap(
                                        model_type="RULE_BASED_FIELD_MAP",
                                        description="EXAMPLE-description-Value",
                                        key="EXAMPLE-key-Value",
                                        model_version="EXAMPLE-modelVersion-Value",
                                        parent_ref=oci.data_integration.models.ParentReference(
                                                parent="EXAMPLE-parent-Value",
                                                root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                        config_values=oci.data_integration.models.ConfigValues(
                                            config_param_values={
                                                'EXAMPLE_KEY_TVuIF': {
                                                    'stringValue': 'EXAMPLE-stringValue-Value',
                                                    'intValue': 95,
                                                    '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")),
                                        map_type="MAPBYNAME",
                                        from_pattern="EXAMPLE-fromPattern-Value",
                                        to_pattern="EXAMPLE-toPattern-Value",
                                        is_java_regex_syntax=False,
                                        object_status=956,
                                        from_rule_config=oci.data_integration.models.RuleTypeConfig(
                                            model_type="RULE_TYPE_CONFIGS",
                                            key="EXAMPLE-key-Value",
                                            model_version="EXAMPLE-modelVersion-Value",
                                            parent_ref=oci.data_integration.models.ParentReference(
                                                parent="EXAMPLE-parent-Value",
                                                root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                            scope="EXAMPLE-scope-Value",
                                            scope_reference=oci.data_integration.models.ScopeReference(
                                                reference_object="EXAMPLE-referenceObject-Value",
                                                reference_type="OCI_FUNCTION_OUTPUT_SHAPE",
                                                ref_object_name="EXAMPLE-refObjectName-Value"),
                                            is_order_by_rule=False,
                                            projection_rules=[
                                                oci.data_integration.models.RenameRule(
                                                    model_type="RENAME_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_k5140': {
                                                                'stringValue': 'EXAMPLE-stringValue-Value',
                                                                'intValue': 306,
                                                                '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=509,
                                                    description="EXAMPLE-description-Value",
                                                    is_skip_remaining_rules_on_match=False,
                                                    from_name="EXAMPLE-fromName-Value",
                                                    to_name="EXAMPLE-toName-Value")],
                                            config_values=oci.data_integration.models.ConfigValues(
                                                config_param_values={
                                                    'EXAMPLE_KEY_ddyzU': {
                                                        '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")),
                                            object_status=596),
                                        to_rule_config=oci.data_integration.models.RuleTypeConfig(
                                            model_type="RULE_TYPE_CONFIGS",
                                            key="EXAMPLE-key-Value",
                                            model_version="EXAMPLE-modelVersion-Value",
                                            parent_ref=oci.data_integration.models.ParentReference(
                                                parent="EXAMPLE-parent-Value",
                                                root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                            scope="EXAMPLE-scope-Value",
                                            scope_reference=oci.data_integration.models.ScopeReference(
                                                reference_object="EXAMPLE-referenceObject-Value",
                                                reference_type="BOUND_ENTITY_SHAPE",
                                                ref_object_name="EXAMPLE-refObjectName-Value"),
                                            is_order_by_rule=False,
                                            projection_rules=[
                                                oci.data_integration.models.RenameRule(
                                                    model_type="RENAME_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_WXiq7': {
                                                                '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=549,
                                                    description="EXAMPLE-description-Value",
                                                    is_skip_remaining_rules_on_match=True,
                                                    from_name="EXAMPLE-fromName-Value",
                                                    to_name="EXAMPLE-toName-Value")],
                                            config_values=oci.data_integration.models.ConfigValues(
                                                config_param_values={
                                                    'EXAMPLE_KEY_wqRbc': {
                                                        'stringValue': 'EXAMPLE-stringValue-Value',
                                                        'intValue': 77,
                                                        '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=600)))],
                        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=80,
                                description="EXAMPLE-description-Value",
                                port="EXAMPLE-port-Value",
                                to_links=["EXAMPLE--Value"])],
                        operator=oci.data_integration.models.MergeOperator(
                            model_type="MERGE_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=329,
                            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_th7By': {
                                                'stringValue': 'EXAMPLE-stringValue-Value',
                                                'intValue': 635,
                                                '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=649,
                                    name="EXAMPLE-name-Value",
                                    description="EXAMPLE-description-Value",
                                    port_type="DATA",
                                    fields=[
                                        oci.data_integration.models.TypedExpression(
                                            model_type="TYPED_EXPRESSION",
                                            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_kphX9': {
                                                        'stringValue': 'EXAMPLE-stringValue-Value',
                                                        'intValue': 681,
                                                        '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=961,
                                            name="EXAMPLE-name-Value",
                                            description="EXAMPLE-description-Value",
                                            expression="EXAMPLE-expression-Value",
                                            type="EXAMPLE-type-Value")])],
                            output_ports=[
                                oci.data_integration.models.AbstractField(
                                    model_type="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_67231': {
                                                'stringValue': 'EXAMPLE-stringValue-Value',
                                                'intValue': 760,
                                                '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=908,
                                    name="EXAMPLE-name-Value",
                                    description="EXAMPLE-description-Value")],
                            object_status=965,
                            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_cyvCo': {
                                                'stringValue': 'EXAMPLE-stringValue-Value',
                                                'intValue': 241,
                                                '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,
                                    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="COUNT",
                                    type_name="EXAMPLE-typeName-Value",
                                    used_for="EXAMPLE-usedFor-Value")],
                            op_config_values=oci.data_integration.models.ConfigValues(
                                config_param_values={
                                    'EXAMPLE_KEY_Mboku': {
                                        'stringValue': 'EXAMPLE-stringValue-Value',
                                        'intValue': 426,
                                        '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")),
                            trigger_rule="ALL_SUCCESS"),
                        ui_properties=oci.data_integration.models.UIProperties(
                            coordinate_x=9248.399,
                            coordinate_y=1890.6522),
                        object_status=902)],
        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_dfCPd': {
                            'stringValue': 'EXAMPLE-stringValue-Value',
                            'intValue': 92,
                            '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=433,
                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="MAX",
                type_name="EXAMPLE-typeName-Value",
                used_for="EXAMPLE-usedFor-Value")],
        flow_config_values=oci.data_integration.models.ConfigValues(
            config_param_values={
                'EXAMPLE_KEY_iV1JA': {
                    'stringValue': 'EXAMPLE-stringValue-Value',
                    'intValue': 907,
                    'objectValue': 'EXAMPLE-objectValue-Value',
                    'refValue': 'EXAMPLE-refValue-Value',
                    'parameterValue': 'EXAMPLE-parameterValue-Value',
                    'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
            parent_ref=oci.data_integration.models.ParentReference(
                parent="EXAMPLE-parent-Value",
                root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
        variables=[
            oci.data_integration.models.Variable(
                key="EXAMPLE-key-Value",
                model_version="EXAMPLE-modelVersion-Value",
                model_type="EXAMPLE-modelType-Value",
                parent_ref=oci.data_integration.models.ParentReference(
                    parent="EXAMPLE-parent-Value",
                    root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                name="EXAMPLE-name-Value",
                description="EXAMPLE-description-Value",
                object_version=191,
                object_status=86,
                identifier="EXAMPLE-identifier-Value",
                type=oci.data_integration.models.JavaType(
                    model_type="JAVA_TYPE",
                    key="EXAMPLE-key-Value",
                    model_version="EXAMPLE-modelVersion-Value",
                    parent_ref=oci.data_integration.models.ParentReference(
                        parent="EXAMPLE-parent-Value",
                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                    name="EXAMPLE-name-Value",
                    object_status=40,
                    description="EXAMPLE-description-Value",
                    java_type_name="EXAMPLE-javaTypeName-Value",
                    config_definition=oci.data_integration.models.ConfigDefinition(
                        key="EXAMPLE-key-Value",
                        model_type="EXAMPLE-modelType-Value",
                        model_version="EXAMPLE-modelVersion-Value",
                        parent_ref=oci.data_integration.models.ParentReference(
                            parent="EXAMPLE-parent-Value",
                            root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                        name="EXAMPLE-name-Value",
                        is_contained=True,
                        object_status=438,
                        config_parameter_definitions={
                            'EXAMPLE_KEY_sQnMP': {
                                'parameterName': 'EXAMPLE-parameterName-Value',
                                'description': 'EXAMPLE-description-Value',
                                'defaultValue': 'EXAMPLE-defaultValue-Value',
                                'classFieldName': 'EXAMPLE-classFieldName-Value',
                                'isStatic': False,
                                'isClassFieldValue': True}})),
                config_values=oci.data_integration.models.ConfigValues(
                    config_param_values={
                        'EXAMPLE_KEY_2TtUy': {
                            'stringValue': 'EXAMPLE-stringValue-Value',
                            'intValue': 571,
                            'objectValue': 'EXAMPLE-objectValue-Value',
                            'refValue': 'EXAMPLE-refValue-Value',
                            'parameterValue': 'EXAMPLE-parameterValue-Value',
                            'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                    parent_ref=oci.data_integration.models.ParentReference(
                        parent="EXAMPLE-parent-Value",
                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                default_value="EXAMPLE-defaultValue-Value",
                root_object_default_value=oci.data_integration.models.RootObject(
                    key="EXAMPLE-key-Value",
                    model_type="EXAMPLE-modelType-Value",
                    model_version="EXAMPLE-modelVersion-Value",
                    parent_ref=oci.data_integration.models.ParentReference(
                        parent="EXAMPLE-parent-Value",
                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                    object_status=931))]),
    opc_retry_token="EXAMPLE-opcRetryToken-Value",
    opc_request_id="QTBLMWXGWACEVLYDWDOS<unique_ID>")

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