get rid of commented out sample json
This commit is contained in:
parent
78ebfd5e8f
commit
e560e49686
45
srce.pgsql
45
srce.pgsql
@ -1,48 +1,3 @@
|
|||||||
/*
|
|
||||||
SELECT
|
|
||||||
jsonb_pretty(
|
|
||||||
$$
|
|
||||||
{
|
|
||||||
"name": "GOOGDM",
|
|
||||||
"type": "json_csv",
|
|
||||||
"schema": {
|
|
||||||
"rows": [
|
|
||||||
{
|
|
||||||
"elements": [
|
|
||||||
{
|
|
||||||
"status": "text",
|
|
||||||
"distance": {
|
|
||||||
"text": "text",
|
|
||||||
"value": "numeric"
|
|
||||||
},
|
|
||||||
"duration": {
|
|
||||||
"text": "text",
|
|
||||||
"value": "value"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"status": "text",
|
|
||||||
"origin_addresses": [
|
|
||||||
"text"
|
|
||||||
],
|
|
||||||
"destination_addresses": [
|
|
||||||
"text"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"unique_constraint": {
|
|
||||||
"type": "key",
|
|
||||||
"fields": [
|
|
||||||
"{origin_adresses,0}",
|
|
||||||
"{destination_adresses,0}"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
$$::jsonb
|
|
||||||
)
|
|
||||||
*/
|
|
||||||
|
|
||||||
DO $$
|
DO $$
|
||||||
|
|
||||||
declare _t text;
|
declare _t text;
|
||||||
|
Loading…
Reference in New Issue
Block a user