-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
quicktype type generation is failing without any error being printed #10811
Comments
There are several issues with the quicktype generation right now. First emailVerificationToken defines the following: Though there is no type user, but a type userid. In addition the $id of several classes do not match the path they are actually in. E.g. createWebAnalyticEvent.json defines the $id as https://open-metadata.org/schema/api/tests/createWebAnalyticEvent.json, though the actual path is /api/analytics/createWebAnalyticEvent.json. Lastly, I ran into problems due to the usage of https://open-metadata.org in the id, which caused the quicktype generator to constantly do http request, which also lead to blocked requests. If you want to have a detailed log of the generation, you can always --debug all on the quicktype command on json2ts.sh: Also I put the output to a file. |
Fixed with this #12335 PR. |
Affected module
Does it impact the UI, backend or Ingestion Framework?
UI -- Build
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Screenshots or steps to reproduce
Expected behavior
A clear and concise description of what you expected to happen.
Version:
openmetadata-ingestion[docker]==XYZ
]Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: