You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we trigger an ingestion pipeline, the API can fail for whatever reason.
Now, even when it fails, we display a "Pipeline Triggered Successfully" message that is false. Then, at the same time we display the error from the response
We should wait until we get a response frm the server and display the right result based on the response code.
The text was updated successfully, but these errors were encountered:
When we trigger an ingestion pipeline, the API can fail for whatever reason.
Now, even when it fails, we display a "Pipeline Triggered Successfully" message that is false. Then, at the same time we display the error from the response
We should wait until we get a response frm the server and display the right result based on the response code.
The text was updated successfully, but these errors were encountered: