Skip to content

OpenMetadata in airgapped environment #18137

Answered by ziggekatten
ziggekatten asked this question in Q&A
Discussion options

You must be logged in to vote

Replying to myself here, as I got it working.

The issue is twofold.

First, the pip --trusted-host github.com --trusted-host objects.githubusercontent.com install https://github.com/explosion/spacy-models/releases/download/en_core_web_md-3.5.0/en_core_web_md-3.5.0.tar.gz installs pydantic 1.x causing havoc on AIrflow.

The second is that not only spacy needs to be installed, but also presidio_analyser.

So, if running OpenMetadata 1.5.6, and you are running an existing Airflow 2.9.1, ensure that the following stuff is installed on you Airflow image:

openmetadata-ingestion[<select your connectors here>]==1.5.6
openmetadata-managed-apis==1.5.6
presidio-analyzer==2.2.355
spacy==3.7.0

And ensur…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Prajwal214
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant