Highly ambitious ATProtocol AppView service and sdks
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 88 lines 1.9 kB view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "\n SELECT\n job_id, user_did, slice_uri, status, success, total_records,\n collections_synced, repos_processed, message, error_message,\n created_at, completed_at\n FROM job_results\n WHERE job_id = $1\n ", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "job_id", 9 "type_info": "Uuid" 10 }, 11 { 12 "ordinal": 1, 13 "name": "user_did", 14 "type_info": "Text" 15 }, 16 { 17 "ordinal": 2, 18 "name": "slice_uri", 19 "type_info": "Text" 20 }, 21 { 22 "ordinal": 3, 23 "name": "status", 24 "type_info": "Text" 25 }, 26 { 27 "ordinal": 4, 28 "name": "success", 29 "type_info": "Bool" 30 }, 31 { 32 "ordinal": 5, 33 "name": "total_records", 34 "type_info": "Int8" 35 }, 36 { 37 "ordinal": 6, 38 "name": "collections_synced", 39 "type_info": "Jsonb" 40 }, 41 { 42 "ordinal": 7, 43 "name": "repos_processed", 44 "type_info": "Int8" 45 }, 46 { 47 "ordinal": 8, 48 "name": "message", 49 "type_info": "Text" 50 }, 51 { 52 "ordinal": 9, 53 "name": "error_message", 54 "type_info": "Text" 55 }, 56 { 57 "ordinal": 10, 58 "name": "created_at", 59 "type_info": "Timestamptz" 60 }, 61 { 62 "ordinal": 11, 63 "name": "completed_at", 64 "type_info": "Timestamptz" 65 } 66 ], 67 "parameters": { 68 "Left": [ 69 "Uuid" 70 ] 71 }, 72 "nullable": [ 73 false, 74 false, 75 false, 76 false, 77 false, 78 false, 79 false, 80 false, 81 false, 82 true, 83 false, 84 false 85 ] 86 }, 87 "hash": "925239ddd618ebf1ca11d31578599ae2cffbc0fbab9c37ab59ce92c7fe68f42c" 88}