fix(edp): resolve managed reader source scope
This commit is contained in:
@@ -49,8 +49,10 @@ try {
|
||||
const storedDefinition = await loadDataProductDefinition(pool, definition.id);
|
||||
const binding = {
|
||||
id: "reader-binding-test",
|
||||
bindingKey: "managed-reader-binding-test",
|
||||
tenantId: "tenant-test",
|
||||
connectionId: "connection-test",
|
||||
connectionId: "consumer-connection-test",
|
||||
sourceConnectionId: "connection-test",
|
||||
providerId: "provider-test",
|
||||
allowedDataProductIds: [definition.id],
|
||||
active: true,
|
||||
|
||||
Reference in New Issue
Block a user