We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What is the bug?
POST {{baseUrl}}/_plugins/_query/_datasources Content-Type: application/x-ndjson { "name": "myS3", "description": "", "connector": "S3GLUE", "allowedRoles": [], "properties": { } } GET {{baseUrl}}/_plugins/_query/_datasources/myS3 { "status": 404, "error": { "type": "DataSourceNotFoundException", "reason": "There was internal problem at backend", "details": "DataSource with name myS3 doesn\u0027t exist." } }
What is the expected behavior?
GET {{baseUrl}}/_plugins/_query/_datasources/myS3 return datasource { "name": "myS3", "description": "", "connector": "S3GLUE", "allowedRoles": [], "properties": { } }
Do you have any screenshots? If applicable, add screenshots to help explain your problem.
Do you have any additional context? Add any other context about the problem.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What is the bug?
What is the expected behavior?
Do you have any screenshots?
If applicable, add screenshots to help explain your problem.
Do you have any additional context?
Add any other context about the problem.
The text was updated successfully, but these errors were encountered: