Azure数据工厂-数据集-更新JSON代码时无法加载资源错误 [英] Azure Data Factory - Dataset - Could not Load resource error when updating JSON code

查看:99
本文介绍了Azure数据工厂-数据集-更新JSON代码时无法加载资源错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Azure数据工厂-创建新的数据集-更新JSON代码时无法加载资源"

Azure Data Factory - new Dataset creation - 'Could not Load resource' when updating JSON code

在Azure Data Factory V2中创建数据集时,我无法覆盖json代码.我尝试完成并收到无法加载资源"错误.

I am unable to override the json code when creating a dataset in Azure Data Factory V2.  I try to hit finish and get 'Could not load resource' error.

我尝试保存的任何JSON代码都收到此错误

I get this error on any JSON code that I try to save

{
  "name": "usql_amazonactualsalesmaster",
  "properties": {
    "structure": [
      {
        "name": "Asin",
        "type": "String"
      },
      {
        "name": "Sku",
        "type": "String"
      },
      {
        "name": "Ordered_Revenue",
        "type": "Decimal"
      },
      {
        "name": "Ordered_Units",
        "type": "Int16"
      },
      {
        "name": "Sales_Date",
        "type": "DateTime"
      }
    ],
    "published": false,
    "type": "AzureBlob",
    "linkedServiceName": "AzureBlobLinkedService1",
    "typeProperties": {
      "folderPath": "lfanalytics/output/",
      "fileName": "actualsalesmaster.csv",
      "format": {
        "type": "TextFormat",
        "columnDelimiter": ",",
        "firstRowAsHeader": true
      },
      "availability": {
        "frequency": "Day",
        "interval": 1
      }
    }
  }
}

推荐答案

"linkedServiceName": {
            "referenceName": "AzureBlobLinkedService1",
            "type": "LinkedServiceReference"
  }



这篇关于Azure数据工厂-数据集-更新JSON代码时无法加载资源错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆