Forum Discussion

Noeleke1301's avatar
Noeleke1301
Icon for Helper III rankHelper III
3 years ago
Solved

Oracle Data to CSV / Parquet in lakehouse without creating a table

Hi all,

 

I'm trying to make a layout for my lakehouse, based on the medaillon architecture. It states that my bronze layer should be stored in files.

 

However, when I load my Oracle data (on-prem database) into a dataflow and sink it into my lakehouse, it creates a table (but no file) which I don't want.

 

What's the best way to get my Oracle data and push it to my lakehouse as a csv file, without letting it create a table?

  • Since you don't want to create it as a table, you can create a ADF Pipeline and load that data into ADLS Gen2 into required format and create a shortcut to that file in Lakehouse. 

6 Replies

  • Since you don't want to create it as a table, you can create a ADF Pipeline and load that data into ADLS Gen2 into required format and create a shortcut to that file in Lakehouse. 

    • Noeleke1301's avatar
      Noeleke1301
      Icon for Helper III rankHelper III

      Thanks for your reply.

      So it's not possible to do this within Fabric?

      I've read somewhere that Fabric Data Factory will have an on-prem connector in GA?

      • ananthkrishna99's avatar
        ananthkrishna99
        Icon for Advocate I rankAdvocate I

        yes, that's true, please like the answer if you have found it helpful. Thank You!

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi, Noeleke1301 Move data to the FILES section in Lakehouse, not the TABLES section.  All data moved to TABLES section will be transformed to Delta Table automatically.

    Regards

    Geetha

     

    • Noeleke1301's avatar
      Noeleke1301
      Icon for Helper III rankHelper III

      Anonymous When I select my lakehouse as a sink, I can only sink it as a table.

       

       

       

      Also in my lakehouse, I can't move a table to the FILES section. I can only view the files behind it (but the files are not actually listed in the FILES section.