feat(platform): complete the Gelios external data loop
This commit is contained in:
@@ -1179,7 +1179,7 @@ async function listGrantedProducts(binding) {
|
||||
const result = await pool.query(
|
||||
`select id, version, ontology_revision as "ontologyRevision",
|
||||
delivery_mode as "deliveryMode", semantic_types as "semanticTypes",
|
||||
fields, history_policy as "historyPolicy", active,
|
||||
fields, field_contracts as "fieldContracts", history_policy as "historyPolicy", active,
|
||||
created_at as "createdAt", updated_at as "updatedAt"
|
||||
from external_data_plane_products
|
||||
where active = true and id = any($1::text[])
|
||||
|
||||
Reference in New Issue
Block a user