我已经在数据工厂中创建了管道我想更改管道名称但是当我在管道中更改它时我收到错误你能帮我吗?
"name": "TEST_debt",
"properties": {
"description": "Luna_debt",
"activities": [
{
"type": "Copy",
"typeProperties": {
"source": {
"type": "RelationalSource",
"query": "select * from `orbitms_live`.`debt`"
},
Run Code Online (Sandbox Code Playgroud)
我想将债务名称更改为 Lunadebt