Install Airflow under /home/airflow/airflow_repo/airflow Clone project under /home/airflow/airflow_repo/airflow/files/airflow-providers-microsoft-fabric/
Go to your solution folder. Run the commands below:
python3 -m venv .venv source .venv/bin/activate pip install .[test]