Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
I have set up two airflow artifacts containing a sample dbt model. One with "Farbic managed" file storage and one backed by azure devops. Both containing the same structure and content. The one managed by Fabric runs successfully, but the one managed by devops always reports the error "no tasks found" error in the dag. I double checked the structure and content and there is no difference.
Hi @rbrtr , Could you try these
Verify DAG Location: Ensure the DAG file is in the correct directory that Airflow is scanning (dags_folder).
Check Permissions: Ensure Airflow has the necessary permissions to access the Azure DevOps-backed DAG file.
Validate DAG Syntax: Make sure the DAG is defined properly in the file
Sync Issues: Ensure changes in Azure DevOps are correctly synced to Airflow. Double-check CI/CD pipeline configurations.
Review Airflow Logs: Look for specific errors related to file paths, parsing, or missing tasks.
Compare Configurations: Check if the Azure DevOps storage and Fabric storage are set up similarly in Airflow (plugins, connections, credentials).
If this post helped please do give a kudos and accept this as a solution
Thanks In Advance
User | Count |
---|---|
33 | |
14 | |
6 | |
3 | |
2 |
User | Count |
---|---|
39 | |
22 | |
11 | |
7 | |
6 |