Open
Description
Describe the bug
When using the Dagster sensor provided by acryl_datahub_dagster_plugin, the Dagster logo displays as a broken image in any of the captured assets. Specifically, the UI tries to display /assets/platforms/dagsterlogo.png
which does not exist.
To Reproduce
Steps to reproduce the behavior:
- Install DataHub on Kubernetes following the instructions at https://datahubproject.io/docs/deploy/kubernetes/
- Follow the instructions at https://datahubproject.io/docs/lineage/dagster/
- Materialize a Dagster asset
- View the captured assets in the DataHub UI
Expected behavior
The Dagster logo stored in this repository (which appears to be named dagster.svg) should be displayed correctly (see Hive logo for comparison in the screenshots).
I can confirm that the path /assets/platforms/dagsterlogo.svg
does resolve to this image.
Screenshots
Desktop:
- Client OS: Microsoft Windows 11
- Browser: Microsoft Edge 129.x
Additional context
- DataHub Version: v0.14.1
- Server OS: Kubernetes 1.30.5 (Ubuntu Linux) on Azure Kubernetes Service