Forum Discussion
stuck with MS Learn Tutorial for Apache Airflow Jobs for dbt-fabric Orchestration
- 1 year ago
Hi rabbyn
As discussed in the support ticket the workaorund solution is to chnaged the below configuration to resolve the issue.- astronomer-cosmos==1.10.1
- dbt-fabric==1.9.5 Updated the right requirements for Apache Airflow.
However, if you're still facing challenges, feel free to share the details, and we'll be happy to assist you further.
Looking forward to your response!
Best Regards,
Community Support Team _ C Srikanth.
Hi rabbyn
Sorry for the late repsonse.
Have a try the below troubleshooting steps to resolve the issue:
- Please try adding the ExecutionConfig parameter explicitly within your DbtDag definition to ensure the correct execution path for dbt is used. This has helped in several environments where the default dbt path isn’t properly picked up.
- It may help to validate that both dbt_project.yml and profiles.yml are present in the expected directories and have the correct structure and file permissions. Ensuring these files are accessible to the Airflow environment can prevent runtime load failures.
- As a quick debug step, you might consider testing with a minimal Python-based DAG (without dbt) just to confirm that the Airflow cluster is functional. This can help isolate whether the issue lies with the DAG structure or the environment setup.
- Try enaming the DAG file (e.g., changing dbt_fabric_dag.py to main_dag.py) helps avoid conflicts when the filename matches the DAG ID. It’s a small change but worth trying in case of DAG registration issues during parsing.
If the above information is helpful, please give us Kudos and mark the response as Accepted as solution.
Best Regards,
Community Support Team _ C Srikanth.
Hi v-csrikanth , stupid question but why are not replying to my replies (I mean that it seems that you're replying to my original thread post) ? it's just that it's making a mess out of this discussion thread. Anyway thanks for your new tips but I will wait for an update on my case #2505201420002935 , apparently a sort of fix is suppose to be released by PG , let's see....
#2505201420002935 - received the 7th of June -
""Hi Guillaume, I wanted to let you know that I’ve received confirmation from the product engineering team that the fix is scheduled for release next week. Once deployed, you’ll be able to use the following versions with DBT:
- astronomer-cosmos==1.10.1
- dbt-fabric==1.9.5
I’ll keep you informed once the fix is officially rolled out.""
- v-csrikanth1 year ago
Community Support
Hi rabbyn
Thanks for your response. I will make sure to reply directly to your follow-ups moving forward to keep the conversation clearer. I appreciate you sharing the update from your ticket (#2505201420002935).
It’s great to hear that the product engineering team has scheduled the fix for release next week and that the compatible versions will be astronomer-cosmos==1.10.1 and dbt-fabric==1.9.5.
Once the fix is deployed and you've had a chance to test it successfully, it would be incredibly helpful for others in the community if you could share the working configuration and confirm that the issue is resolved just to close the loop on this topic.Thanks again for your collaboration.
Best Regards,
Cheri Srikanth.