How to create single dataset for multiple azure data flows?

Pankaj Mandania 61 Reputation points
2023-09-19T13:47:03.2733333+00:00

I have about 50 files that i need to transform using a Azure Data Flows. Is there a way i can create a single data set for multiple data flows? I want to avoid creating a dataset for every single file.

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
{count} votes

1 answer

Sort by: Most helpful
  1. Harishga 6,005 Reputation points Microsoft External Staff
    2023-09-20T09:58:15.54+00:00

    @Pankaj Mandania

    Welcome to Microsoft Q&A platform and thanks for posting your question here.

    There are various ways to define source files in Data Flow.

    One file could contain a list of the sources you want to use. (Single dataset; not inline)

    You can choose to use a folder's entire contents.

    A wildcard expression is possible.

    These all would eliminate the need for 50 datasets. Personally, I like to use inline in Data Flow rather than datasets. So, I won't have cluttered my workspace.
    1

     I hope this information helps you resolve the issue. Let me know if you have any further questions or concerns.

     

     


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.