Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

dataflow

Hello, In azure ADF, previously I created a dataflow which reads a .csv sitting in the raw container of a storage account and then does a bit of transformations and then saves the data as delta parq...
  • Anonymous's avatar
    Anonymous
    2 years ago

    Hello again Anonymous ,

    Thanks for using Fabric Community.
    Fabric doesn't directly support dataflows like Azure Data Factory (ADF) for data transformations.
    In Fabric we have Data Flow Gen 2 inorder to do complex transformations from UI.

    Docs to refer - Create your first Microsoft Fabric dataflow - Microsoft Fabric | Microsoft Learn

    You can also also use Notebooks with pyspark to do these tranformations.

    If you are looking to load csv file to table (without any transformations), you can simply upload the file and can use the option - Load to Tables in Lakehouse.

    Hope this is helpful. Do let me know incase of further queries.