MCPcopy Index your code
hub / github.com/rilldata/rill / ProvisionConnector

Method ProvisionConnector

runtime/drivers/admin.go:14–14  ·  view source on GitHub ↗
(ctx context.Context, name, driver string, args map[string]any)

Source from the content-addressed store, hash-verified

12 GetReportMetadata(ctx context.Context, reportName, ownerID, webOpenMode string, emailRecipients []string, anonRecipients bool, executionTime time.Time) (*ReportMetadata, error)
13 GetAlertMetadata(ctx context.Context, alertName, ownerID string, emailRecipients []string, anonRecipients bool, annotations map[string]string, queryForUserID, queryForUserEmail string) (*AlertMetadata, error)
14 ProvisionConnector(ctx context.Context, name, driver string, args map[string]any) (map[string]any, error)
15 GetConfig(ctx context.Context) (*Config, error)
16 ListDeployments(ctx context.Context) ([]*Deployment, error)
17 UpdateProjectVariables(ctx context.Context, environment string, variables map[string]string) error

Callers 1

openAndMigrateMethod · 0.65

Implementers 3

localAdminServicecli/pkg/local/admin.go
Handleruntime/drivers/admin/admin.go
noopAdminServiceruntime/testruntime/noopadmin.go

Calls

no outgoing calls

Tested by

no test coverage detected