Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
Hello, dear all.
I'm starting with Airflow in Fabric. So, I want to know how I can migrate my project that is working in my local machine if Fabric only allows add .py files. Usually, in a Airflow project we have to work with folders containing other scripts, for example.
My project get data from a API and store json files 5 or 6 times per day. So, how can I connect the json results to a fabric workspace lakehouse?
Finally, once stored I have to transform them using notebooks in pipelines to be shown in dashboards.
I would appreciate your help.
Thanks in advance!
Solved! Go to Solution.
Hi,
1. In your Fabric Apache Airflow Job, you have the option to have your dags and plugin files in .py, .txt, .sql, or .yml format.
2. Are you trying to get your json results to lakehouse programmatically?
3. By pipelines, do you mean Fabric pipelines?
May I ask if you have resolved this issue? If so, Can you please share the resolution steps here. This will be helpful for other community members who have similar problems to solve it faster.
If we don’t hear back, we’ll go ahead and close this thread. For any further discussions or questions, please start a new thread in the Microsoft Fabric Community Forum we’ll be happy to assist.
Thank you for being part of the Microsoft Fabric Community.
Hi @ArielSubia,
We would like to confirm if our community members answer resolves your query or if you need further help. If your query not resolved i request you to provide answers for probing question that are asked by our community admin.
Thank you for your patience and look forward to hearing from you.
Best Regards,
Prashanth Are
Hi @ArielSubia,
We would like to confirm if our community members answer resolves your query or if you need further help. If your query not resolved i request you to provide answers for probing question that are asked by our community admin.
@n0elleli, Thanks for your prompt response
Thank you for your patience and look forward to hearing from you.
Best Regards,
Prashanth Are
Hi,
1. In your Fabric Apache Airflow Job, you have the option to have your dags and plugin files in .py, .txt, .sql, or .yml format.
2. Are you trying to get your json results to lakehouse programmatically?
3. By pipelines, do you mean Fabric pipelines?