Hey, all! I was testing ingesting DatasetPropertie...
# troubleshoot
v
Hey, all! I was testing ingesting DatasetProperties with OpenAPI and whenever I make the POST call with random stuff on the URI field the dataset UI page brakes. I can still navigate to it but whenever I click on the dataset itself the page shows up as the screenshot bellow. Is this an expected behavior?
o
What is the actual error you are seeing on GMS?
Also, what do you mean by "random stuff"? If you're putting in a non-URI conformant String what behavior are you expecting?
v
Unfortunately i don't have access to the pod where datahub is hosted and can't check the logs there. If needed, I can request it. Locally, the ingestion itself doesn't return any error, even when ingesting properties with the CLI and setting
--debug
. We were checking where this URI would show up in the dataset UI page, so initially it was a random string and then we tried using a S3 URI, both with the same result for any dataset. Wasn't expecting any specific behavior, I'm new to datahub and was testing some functionalities but found it weird that setting a URI was breaking the whole dataset webpage and decided to check if this was expected.
o
Definitely agreed, this shouldn't break the whole page, it would be helpful to have the GMS logs to see what the error is if that's not too troublesome to get. What does the network response & console look like in the browser?