简体   繁体   English

无法使用 azure 数据工厂在 blob 容器内创建文件夹

[英]Unable to create a folder inside a blob container using azure data factory

New to ADF so pardon me if this is pretty basic. ADF 的新手,如果这是非常基本的,请原谅我。

Trying to copy bla.docx from source(blob container)/screenshots(folder)/bla.docx to target(blob container)/screenshots(folder).试图将 bla.docx 从源(blob 容器)/屏幕截图(文件夹)/bla.docx 复制到目标(blob 容器)/屏幕截图(文件夹)。

But screenshots folder doesn't exist in target container.但是目标容器中不存在屏幕截图文件夹。 Need to make it using the pipeline.需要使用管道进行制作。

How to achieve that?如何做到这一点?

You have to create 2 datasets for source and sink individually.您必须分别为源和接收器创建 2 个数据集。 It's ok that you have no target directory in the sink dataset.可以在接收器数据集中没有目标目录。 You just need to define it in the sink dataset configuration and ADF will create it for you.您只需在接收器数据集配置中定义它,ADF 将为您创建它。

在此处输入图像描述

Test output:测试 output:

在此处输入图像描述

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 无法使用 terraform 在 blob 容器内创建文件夹 - Unable to create folder inside blob container using terraform 有没有办法在 Azure 数据工厂中创建 blob 并将数据上传到 blob 容器? - Is there a way to create a blob and upload the data to the blob container in Azure data factory? 通过 Azure 数据工厂创建 Blob 存储容器 - Create blob storage container via Azure data factory 在 Azure Blob 容器中创建三个文件时,如何在 Azure 数据工厂中创建事件触发器? - How to create Event Trigger in Azure Data Factory when three files created in Azure Blob Container? 在Azure Blob容器中创建两个文件时,如何在Azure数据工厂中创建事件触发器? - How to create Event Trigger in Azure Data Factory when two files created in Azure Blob Container? 如何使用 blockblobservice 的 delete_blob 方法删除 azure 容器内的文件夹(blob)? - How do i delete a folder(blob) inside an azure container using delete_blob method of blockblobservice? 无法使用 Azure 数据工厂中的删除活动删除文件夹 - Unable to delete folder using Delete activity in Azure Data factory 如何使用 Azure 数据工厂管道创建容器? - How to create container using azure data factory pipeline? Azure数据工厂-将数据导出到子容器/ blob - Azure Data Factory - Export data to sub container/blob 使用Azure Data Factory V2中的Spark活动列出Blob存储容器中的文件 - List files in a blob storage container using spark activity in Azure Data Factory V2
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM