rename connections

This commit is contained in:
Ryan McKinley
2025-08-05 14:09:07 +03:00
parent 949b521ac7
commit d9e1adaa48
@@ -32,7 +32,7 @@ type DataSourceConnectionRef struct {
// The valid connection name for a group + identifier
func DataSourceConnectionName(group, name string) string {
return "ds:" + group + ":" + name
return group + ":" + name
}
// List of all datasource instances across all datasource apiservers