Blob 中缺少列名以及 Table 而 运行 Azure 数据工厂 (ADF) 管道

Column names missing in Blob as well as Table while running Azure Data Factory (ADF) Pipeline

我正在使用 ADF 将数据从数据湖存储到数据流中的 blob,并使用复制 activity 将数据从 blob 复制到 table。

这是容器中的数据结构:

_committed_111(块 blob) _started_111(块 blob) _SUCCESS(块 blob) part-00000-1623-1-c000.csv(块 blob) part-00001-1624-1-c000.csv(块 blob)

我能够成功地将数据复制到 table 存储,但是 blob 和 table 中都缺少列名。如何将其添加为 ADF 数据的一部分 flow/pipeline?

当 headers 丢失时,大多数情况下问题是您用来存储数据的数据集 un the lake 没有选中 First row as header 选项。

如果已检查此项,请确保来源正确提供 header。

希望对您有所帮助!