Hey guys, first of all thanks for this nice commun...
# troubleshoot
d
Hey guys, first of all thanks for this nice community and the help! This might be a noobie problem, still I hope you can give me some support. We just setup a Datahub instance and I am now trying to install the plugins for Metadata ingestions as described here: https://datahubproject.io/docs/metadata-ingestion Sadly I receive the error visible within the screenshot, can someone point me to a solution? Thanks!
m
@dazzling-appointment-34954: are you on a mac M1 by any chance?
d
yes 🙈
m
For M1, building the python pieces is a bit tricky currently. @dazzling-judge-80093 has been able to do it. Step 1 is ensuring you have python 3.9.x
thank you 1
d
I have Python 3.9.2, so that is working at least 😄 One question regarding this: I thought the plugins are being installed at the server side (which is obviously not running on M1)? We have it running in our own cloud system. Or is this still related to the client that is used for the plugin installation?
m
The plugins form the ingestion package which run as standalone ingestion agents (running outside the server)
so if you want to run them as a scheduled job for example, you would need to deploy an airflow job that runs them or a docker container that runs the ingestion schedule on a cron
d
ok got it, so when I install the plugin locally I can ingest data on the server as a one time job? And this is done through Recipes? Sorry for the beginner questions 😕
m
correct… the plugin will connect to your datasource and send metadata to the server