wobu
wobu
Hi folks, we did a simple implementation for a Dremio custom connector here: https://github.com/TIKI-Institut/openmetadata-dremio-connector. It can only scrap Metadata. It has no support for Query Usage, Profiling etc. We didn't...
We thought about it, and also tried it, but unfortunatley setting up the openmetadata project under windows OS wasn't easy :/ (WSL would maybe an option). So we decided to...
hi @mohamed-alaoui6, the connector itself doesn't support lineage. We currently use DBT for managing our Views / Models in Dremio. With DBT we then export the lineage to OM.
the API you mentioned is an Dremio Enterprise Feature only: https://docs.dremio.com/25.x/reference/api/catalog/lineage#lineage-attributes nevertheless, the main problem would be extending the "Custom" connector to allow Lineage import. I don't know if this...
there are a lot of ways to do this :) your approach would work with the requirement of having Dremio Enterprise. Alternatively you could use the same approach as the...
@mohamed-alaoui6 try `pip install .` instead of `pip install -e .` The editable mode somehow overrides the "metadata" module of openmetadata itself. Unfortunately I am no expert in this. So...
@mohityadav766 friendly reminder i got some strange github error e-mail that the bug / issue labeling didn't work
i am pretty sure the issue still exists. I have checked the code and the changes in the newest 1.5.14 version and i couldn't find any changes fixing this issue....