I've noticed that when extracting questions using the /api/card endpoint, the "last-edit-info" field is not being extracted for a few records. Interestingly, I've tried to replicate this issue locally, but it didn't occur.
I'm wondering about the potential edge cases that might cause this information to be missing. Any insights or guidance on this matter would be greatly appreciated.
here is an example document that. in my client records 'last-edit-info' is not presented.
{
"description": null,
"archived": false,
"collection_position": null,
"table_id": 34,
"result_metadata": [
{
"description": null,
"semantic_type": "type/PK",
"coercion_strategy": null,
"name": "ID",
"settings": null,
"field_ref": [
"field",
189,
null
],
"effective_type": "type/BigInteger",
"id": 189,
"visibility_type": "normal",
"display_name": "ID",
"fingerprint": null,
"base_type": "type/BigInteger"
},
{
"description": null,
"semantic_type": "type/FK",
"coercion_strategy": null,
"name": "ACCOUNT_ID",
"settings": null,
"field_ref": [
"field",
192,
null
],
"effective_type": "type/BigInteger",
"id": 192,
"visibility_type": "normal",
"display_name": "Account ID",
"fingerprint": {
"global": {
"distinct-count": 1449,
"nil%": 0
}
},
"base_type": "type/BigInteger"
},
{
"description": null,
"semantic_type": null,
"coercion_strategy": null,
"name": "PAYMENT",
"settings": null,
"field_ref": [
"field",
190,
null
],
"effective_type": "type/Float",
"id": 190,
"visibility_type": "normal",
"display_name": "Payment",
"fingerprint": {
"global": {
"distinct-count": 707,
"nil%": 0
},
"type": {
"type/Number": {
"min": 13.7,
"q1": 233.1870107122195,
"q3": 400.5965814842149,
"max": 33714.6,
"sd": 763.7961603932441,
"avg": 519.4153400000004
}
}
},
"base_type": "type/Float"
},
{
"description": null,
"semantic_type": "type/Category",
"coercion_strategy": null,
"name": "EXPECTED_INVOICE",
"settings": null,
"field_ref": [
"field",
188,
null
],
"effective_type": "type/Boolean",
"id": 188,
"visibility_type": "normal",
"display_name": "Expected Invoice",
"fingerprint": {
"global": {
"distinct-count": 2,
"nil%": 0
}
},
"base_type": "type/Boolean"
},
{
"description": null,
"semantic_type": "type/Category",
"coercion_strategy": null,
"name": "PLAN",
"settings": null,
"field_ref": [
"field",
191,
null
],
"effective_type": "type/Text",
"id": 191,
"visibility_type": "normal",
"display_name": "Plan",
"fingerprint": {
"global": {
"distinct-count": 3,
"nil%": 0
},
"type": {
"type/Text": {
"percent-json": 0,
"percent-url": 0,
"percent-email": 0,
"percent-state": 0,
"average-length": 5.2931
}
}
},
"base_type": "type/Text"
},
{
"description": null,
"semantic_type": null,
"coercion_strategy": null,
"unit": "default",
"name": "DATE_RECEIVED",
"settings": null,
"field_ref": [
"field",
187,
{
"temporal-unit": "default"
}
],
"effective_type": "type/DateTime",
"id": 187,
"visibility_type": "normal",
"display_name": "Date Received",
"fingerprint": {
"global": {
"distinct-count": 714,
"nil%": 0
},
"type": {
"type/DateTime": {
"earliest": "2020-09-30T00:00:00Z",
"latest": "2027-05-02T00:00:00Z"
}
}
},
"base_type": "type/DateTime"
}
],
"creator": {
"email": "it@atlan.com",
"first_name": "IT",
"last_login": "2023-08-18T05:33:28.298039Z",
"is_qbnewb": false,
"is_superuser": true,
"id": 1,
"last_name": "Atlan",
"date_joined": "2022-08-02T09:29:52.821506Z",
"common_name": "IT Atlan"
},
"database_id": 1,
"enable_embedding": false,
"collection_id": 4,
"query_type": "query",
"name": "Invoice_data",
"creator_id": 1,
"updated_at": "2023-08-18T06:42:42.455422Z",
"made_public_by_id": null,
"embedding_params": null,
"cache_ttl": null,
"dataset_query": {
"type": "query",
"query": {
"source-table": 34,
"filter": [
"!=",
[
"field",
190,
null
],
0
]
},
"database": 1
},
"id": 69,
"parameter_mappings": [],
"display": "table",
"entity_id": "u2F3qTu3d_63vFatQ-b6f",
"collection_preview": true,
"last-edit-info": {
"id": 1,
"email": "it@atlan.com",
"first_name": "IT",
"last_name": "Atlan",
"timestamp": "2023-08-18T06:42:42.471403Z"
},
"visualization_settings": {
"table.pivot_column": "EXPECTED_INVOICE",
"table.cell_column": "PAYMENT"
},
"collection": {
"authority_level": null,
"description": "Regular description",
"archived": false,
"slug": "regular_collection",
"color": "#509EE3",
"name": "Regular collection",
"personal_owner_id": null,
"id": 4,
"entity_id": null,
"location": "/",
"namespace": null,
"created_at": "2022-08-02T09:33:47.486894Z"
},
"parameters": [],
"dataset": false,
"created_at": "2023-08-18T06:42:42.455422Z",
"public_uuid": null
},
type or paste code here