-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The attributes of the current dataset in the lineage relationship module are not displayed correctly #1827
Comments
Hey @cobolbaby , this looks like an issue with accommodating different types being presented by our OS and internal logic and possibly the logic you're currently using. Could you give a sample response of what your current dataset vs upstream vs downstream api looks like? (doesn't have to be any real information included just need a sample structure to debug) |
@cptran777 Can you give a curl example of how to call the related interface? |
@cobolbaby Here's a curl call for upstreams using the fake quickstart data:
|
|
Thanks! I'll start investigating based on the information we have right now. |
Also @cobolbaby thank you for being willing to try out this beta of our new FE and helping discover these bugs/issues. Really appreciate it. |
Hey @cobolbaby, could you pull down the latest changes from #1874 and confirm if the issue is fixed for you? |
I had similar problems (in addition the graph visualisation wouldn't render correctly) with the quickstart example + dummy data. I can confirm that this change fixes those issue ✅ |
Confirmed. |
The text was updated successfully, but these errors were encountered: