-
Notifications
You must be signed in to change notification settings - Fork 152
Open
Labels
High priorityCreated by Linear-GitHub SyncCreated by Linear-GitHub Sync
Milestone
Description
Description
Currently we set the table
and org_table
from Protocol::ColumnDefinition41 as the reader map node name:
Some ORM's rely on this field to populate responses, like a json object:
[
{
"q_6b11e2575d821105": {
"key": "key_something",
"value": "some_value
}
}
]
Upstream sends back the actual table name:
[
{
"category": {
"key": "key_something",
"value": "some_value
}
}
]
For generated columns (like count(*) where the field does not strictly trace back to a table, it comes empty:
We should investigate if we can send this information down the graph until the reader map.
Change in user-visible behavior
Requires documentation change
Metadata
Metadata
Assignees
Labels
High priorityCreated by Linear-GitHub SyncCreated by Linear-GitHub Sync