fix(edp): resolve managed reader source scope

This commit is contained in:
Codex
2026-07-19 12:28:00 +03:00
parent 0611a88971
commit 95446bdc24
10 changed files with 273 additions and 19 deletions
@@ -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,