pathwaycom / pathway

Python ETL framework for stream processing, real-time analytics, LLM pipelines, and RAG.
https://pathway.com
Other
2.84k stars 98 forks source link

[Bug?]: Missing Sharepoint support? #33

Closed saluto closed 2 months ago

saluto commented 3 months ago

Steps to reproduce

  1. Run in Python: from pathway.xpacks.connectors import sharepoint
  2. Observe error: ModuleNotFoundError: No module named 'pathway.xpacks.connectors'

What did you expect to happen?

According to the changelog (here and here), there should be support for Sharepoint via pathway.xpacks.connectors.sharepoint.read. However, pw.xpacks.connectors does not exist (in 0.8.5). Sharepoint support is advertised in multiple places, but I cannot find it anywhere (also not in pathway.io). Did I overlook something? Or is it a documentation bug or a code bug?

Version

0.8.5

OS

Linux

On which CPU architecture did you run Pathway?

x86-64

janchorowski commented 2 months ago

Dear @saluto! We are investigating why the Sharepoint extension pack has slipped into documentation as-is as it is part of our enterprise offering. It can still be launched for free in many cases but requires a license. We will resolve this in a few days.

saluto commented 2 months ago

Thanks for the clarification! Sad to hear that its only available via enterprise, but totally understandable.

janchorowski commented 2 months ago

Dear @saluto it is a non-open feature, but we plan to make it available for free for registered users - would you be interested in testing our licensing flow?

saluto commented 2 months ago

Thanks @janchorowski. I will discuss things with my team next week and come back to you then.

saluto commented 2 months ago

Our project is going a different direction now. But Pathway is great. Keep up your good work!

Feel free to close the issue when it suits you.