Skip to content

Commit e095c17

Browse files
authored
Merge branch 'main' into m-bilal/auto-refresh-auth
2 parents 228a449 + d8dfd26 commit e095c17

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

connector/connector.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,12 @@ func (c *Connector) HealthCheck(ctx context.Context, configuration *types.Config
6161
// GetCapabilities get the connector's capabilities.
6262
func (c *Connector) GetCapabilities(configuration *types.Configuration) schema.CapabilitiesResponseMarshaler {
6363
return &schema.CapabilitiesResponse{
64-
Version: "0.1.4",
64+
Version: "0.1.6",
6565
Capabilities: schema.Capabilities{
6666
Query: schema.QueryCapabilities{
6767
Variables: schema.LeafCapability{},
6868
Aggregates: schema.LeafCapability{},
69+
Explain: schema.LeafCapability{},
6970
NestedFields: schema.NestedFieldCapabilities{
7071
OrderBy: schema.LeafCapability{},
7172
FilterBy: schema.LeafCapability{},

0 commit comments

Comments
 (0)