GitHub user jox-gh created a discussion: Sharepoint ingest using Microsoft 
Graph Filesystem

Hi all, I am attempting to ingest files from Sharepoint using the Microsoft 
Graph Filesystem included in 
[apache-airflow-providers-microsoft-azure](https://airflow.apache.org/docs/apache-airflow-providers-microsoft-azure/stable/index.html)
 in accordance with this 
[guide](https://airflow.apache.org/docs/apache-airflow-providers-microsoft-azure/stable/filesystems/msgraph.html).

My DAG fails to import with this error:
``Traceback (most recent call last):
  File 
"/home/user/run_airflow/.venv/lib64/python3.12/site-packages/airflow/sdk/io/store.py",
 line 63, in fs
    return get_fs(self.protocol, self.conn_id)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/user/run_airflow/.venv/lib64/python3.12/site-packages/airflow/sdk/io/fs.py",
 line 89, in get_fs
    raise ValueError(f"No filesystem registered for scheme {scheme}") from None
ValueError: No filesystem registered for scheme sharepoint``

I am unsure if this indicates my installation/configuration is incorrect or if 
this is a bug.
Airflow and Microsoft provider installed from PyPi/uv. Python version 3.12.

GitHub link: https://github.com/apache/airflow/discussions/58221

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to