Activity
Support API key auth via dedicated header (X-Presto-API-Key)
Support API key auth via dedicated header (X-Presto-API-Key)
Add more logging to DefaultOpenAPIService and protect against null po…
Add more logging to DefaultOpenAPIService and protect against null po…
Push downs are best effort and it's up to the backend to raise an err…
Push downs are best effort and it's up to the backend to raise an err…
Allow the OpenAPI backend to respond with a NULL column when possible
Allow the OpenAPI backend to respond with a NULL column when possible
Fail loudly when attempting to read a column that is not a VARCHAR
Fail loudly when attempting to read a column that is not a VARCHAR
Refactored tests to use try with resources
Refactored tests to use try with resources
Add tests for all OpenAPIService endpoints and improve error handling
Add tests for all OpenAPIService endpoints and improve error handling
Add new config for metadata refresh interval presto-openapi.metadata_…
Add new config for metadata refresh interval presto-openapi.metadata_…
Update README to document HTTP Basic auth configuration parameters
Update README to document HTTP Basic auth configuration parameters
Support both HTTP Basic Auth and JWT Bearer tokens
Support both HTTP Basic Auth and JWT Bearer tokens
Add support for Bearer token authentication
Add support for Bearer token authentication
Force push
Add support for Bearer token authentication
Add support for Bearer token authentication
Expose all HTTP client timeouts as catalog configurations
Expose all HTTP client timeouts as catalog configurations
Inject the connector ID into the global configuration object
Inject the connector ID into the global configuration object
Add a hello virtualt able to the Python example API
Add a hello virtualt able to the Python example API
Update README with an example of invoking a Python lambda function
Update README with an example of invoking a Python lambda function
Simple script to tag a release with a date
Simple script to tag a release with a date
Push simple equatable domains for varchars all the way to the API
Push simple equatable domains for varchars all the way to the API
Getting the example Python API ready for pushdowns for virtual tables
Getting the example Python API ready for pushdowns for virtual tables
Support projections in the example Python API implementation
Support projections in the example Python API implementation
Trim down the set of types in the OpenAPI spec to the minimum that's …
Trim down the set of types in the OpenAPI spec to the minimum that's …
Make Python test order agnostic
Make Python test order agnostic
Force push
Make Python test order agnostic
Make Python test order agnostic
Add a warning to the README that this is still very much work in prog…
Add a warning to the README that this is still very much work in prog…
Clarify that VARCHAR is the only supported type and there are not pus…
Clarify that VARCHAR is the only supported type and there are not pus…
Fix the test to not be sensitive to the order the OS lists files from…
Fix the test to not be sensitive to the order the OS lists files from…
Wire a PageSource implementation that supports the VARCHAR type
Wire a PageSource implementation that supports the VARCHAR type
Force push
Wire a PageSource implementation that supports the VARCHAR type
Wire a PageSource implementation that supports the VARCHAR type
Force push
Wire a PageSource implementation that supports the VARCHAR type
Wire a PageSource implementation that supports the VARCHAR type
Fixed all the handle data serialization problems
Fixed all the handle data serialization problems