Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to change the pipeline name in data factory?

I have created pipeline in data factory I want to changer the pipeline name but when i change this in pipeline i am getting error can you please help me?

"name": "TEST_debt",
    "properties": {
        "description": "Luna_debt",
        "activities": [
            {
                "type": "Copy",
                "typeProperties": {
                    "source": {
                        "type": "RelationalSource",
                        "query": "select * from `orbitms_live`.`debt`"
                    },

I want to change the name debt to Lunadebt

like image 675
Uma Shankar Avatar asked Dec 07 '22 18:12

Uma Shankar


1 Answers

You cannot change the name of the pipeline by editing the code, but by clicking on the "Properties" button you can rename this pipeline. enter image description here

like image 87
Be Chiller Too Avatar answered Feb 23 '23 17:02

Be Chiller Too