59 lines
1.7 KiB
JSON
59 lines
1.7 KiB
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n SELECT \n id,\n ingestion_time as \"ingestion_time: chrono::DateTime<chrono::Utc>\",\n data_time as \"data_time: chrono::DateTime<chrono::Utc>\",\n source,\n storage_url,\n created_at as \"created_at: chrono::DateTime<chrono::Utc>\",\n updated_at as \"updated_at: chrono::DateTime<chrono::Utc>\"\n FROM data_ingestion \n WHERE source = $1\n ORDER BY data_time DESC \n LIMIT 1\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "id",
|
|
"type_info": "Uuid"
|
|
},
|
|
{
|
|
"ordinal": 1,
|
|
"name": "ingestion_time: chrono::DateTime<chrono::Utc>",
|
|
"type_info": "Timestamp"
|
|
},
|
|
{
|
|
"ordinal": 2,
|
|
"name": "data_time: chrono::DateTime<chrono::Utc>",
|
|
"type_info": "Timestamp"
|
|
},
|
|
{
|
|
"ordinal": 3,
|
|
"name": "source",
|
|
"type_info": "Varchar"
|
|
},
|
|
{
|
|
"ordinal": 4,
|
|
"name": "storage_url",
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"ordinal": 5,
|
|
"name": "created_at: chrono::DateTime<chrono::Utc>",
|
|
"type_info": "Timestamp"
|
|
},
|
|
{
|
|
"ordinal": 6,
|
|
"name": "updated_at: chrono::DateTime<chrono::Utc>",
|
|
"type_info": "Timestamp"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Text"
|
|
]
|
|
},
|
|
"nullable": [
|
|
false,
|
|
false,
|
|
false,
|
|
false,
|
|
false,
|
|
false,
|
|
false
|
|
]
|
|
},
|
|
"hash": "2d227347f45a681968fcee4452e70d59604ee99538081add65cc92c2ec74720e"
|
|
}
|