-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add validation in ingestion pipeline json schema to not include whitespace #13190
Comments
let's fix this by validating how we can clean the API call retrieving the logs |
@pmbrull should we restrict space in the ingestion name to fix this? |
hi we should allow spaces here. I'll fix the API to get this working, thanks! Tested in Collate and it's fine there, so the issue is Airflow-specific. |
pmbrull
added a commit
to pmbrull/OpenMetadata
that referenced
this issue
Dec 15, 2023
9 tasks
pmbrull
added a commit
that referenced
this issue
Dec 19, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Below error gets generated when we have a whitespace in the ingestion pipeline name. The logs do not get displayed.
We'll add validation in ingestion pipeline json schema to not include whitespace chars.
The text was updated successfully, but these errors were encountered: