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
Could we have a method like func (r *Client)ProxyDatasource(ctx context.Context, datasourceID, rawRequest string) (rawReply string, err error)
to support this API in this SDK?
Could I create a PR to add this feature if it is approved?
Thanks very much.
The text was updated successfully, but these errors were encountered:
Feel free, just that implementing an integration test will be trickier since you'll have to add a data source before. Perhaps we could start some simple database during tests?
I found an API that is not added to this SDK yet.
Could we have a method like
func (r *Client)ProxyDatasource(ctx context.Context, datasourceID, rawRequest string) (rawReply string, err error)
to support this API in this SDK?
Could I create a PR to add this feature if it is approved?
Thanks very much.
The text was updated successfully, but these errors were encountered: