SharePoint Pipeline #352
Replies: 16 comments 5 replies
|
I will try find some time tomorrow to put together an example you can use. |
@saul-data, Thank you very much. |
|
@rajaseg I haven't yet finished but these recipes should help you get started. Register an azure app: https://recipes.dataplane.app/office-365/register-an-azure-app |
@saul-data, I tried to install |
|
@rajaseg thanks - are you running Dataplane with the docker-compose setup? If so, if you have Docker Desktop can you show that all the services are running? Which operating system are you on? It may be a networking issue in docker compose, I'll make a note, I think we need to create a single docker image for a simpler setup. |
@saul-data, Yes I am running Dataplane using docker-compose in the docker-swarm environment (Ubuntu 20.04.4 LTS). It's behind Caddy proxy. Please find the docker-compose below. All the services are running fine. Please find the below image for your reference. |
|
Oh I see, I think that proxy is preventing the pip packages from installing. Are you able to whitelist pypi.python.org - the pip package installation will be trying to connect to that subdomain. You may be able to see it in the dataplane-worker-python logs. |
@saul-data, Not sure how to whitelist the pip packages in Caddy. When I try to view the logs, blank page is opened. Please find the screenshot for reference. |
|
Would it be possible to turn off the caddy proxy and see if that works? The logs for the pipeline only show pipeline runs and not worker logs. The pipeline can run on any worker. To see the worker logs you need to log from the docker container: I think to get going its best to turn off that proxy because it looks like it might be preventing egress traffic. Any external API, you wont be able to use if it is preventing external traffic. |
|
May be easier to troubleshoot / chat about this on Discord if you like, here is our link: https://discord.gg/Ztu4ASNky8 If you want I can help you setup a hosted version that you can use. |
|
@rajaseg - I just discovered an issue with pip install on the workers. This may not be to do with your proxy. Are you able to send me the logs using docker logs from one of the workers. Does it show this error message? Defaulting to user installation because normal site-packages is not writeable |
@saul-data, Sorry I went out to pick up my kids from school. Let me know your availability to connect through discord. |
|
@rajaseg I am available now, if you are. |
@saul-data, Joined now. |
|
Please let me know your availability to discuss my issue. |
|
@rajaseg please find a recipe to download an Excel file from Sharepoint and upload to PostgreSQL here: https://dataplane.app/recipes/Office_365/sharepoint-download |






Uh oh!
There was an error while loading. Please reload this page.
Hi Team,
Thank you very much for the project.
I deployed the data plane using docker-compose. Is there any sample pipeline configuration? I wanted to create a SharePoint pipeline to pull the data from SharePoint online.
All reactions