Configure Storage Service to MinIO #15841
jlmartinez1981
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everybody,
we are trying to configure an on premises deployment of openmetadata + minio. We would like to ingest the metadata from buckets but we cannot make it work using the S3 connector as the GetMetrics API is not available in MinIO.
We are configuring a very simple bucket with just one folder containing csv files and we have upload to the bucket the openmetada.json file.
When it comes to configure the ingestion, I have tried with the Storage Metadata S3 Config
But even tough I can get the name of the container I dont get the metadata such as number of doc, or size, it is totally empty, and the ingestion worked successfully.

I also noticed in the logs the warning regarding the Metrics API.

And the result is tha I got 2 containers instead of 1.

And in the detail of the om-test I can see the subfolder and the CSV shema defined in the json manifest of the directory.
I would like to get the Metrics data as I mentioned, how could I do it? Am I missconfiguring anything?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions