martin/tests/expected/configured/catalog_cfg.json
Binabh e3e6b3563f
adds support for id_column in tables for auto_publish (#790)
Resolves #682 

- [x] Get id_column string from config.yaml and use for id column
- [x] Support for list of strings
- [x] Add info/warnings if column is not there or is of wrong type
- [x] if column for the feature ID is found, remove it from properties
(see inline comment)
- [x] cleanup logging messages
- [x] need more tests to catch other edge cases

---------

Co-authored-by: Yuri Astrakhan <YuriAstrakhan@gmail.com>
2023-08-13 02:06:23 +00:00

52 lines
1.2 KiB
JSON

[
{
"id": "MixPoints",
"content_type": "application/x-protobuf",
"description": "MixedCase.MixPoints.Geom"
},
{
"id": "auto_table",
"content_type": "application/x-protobuf",
"description": "autodetect.auto_table.geom"
},
{
"id": "bigint_table",
"content_type": "application/x-protobuf",
"description": "autodetect.bigint_table.geom"
},
{
"id": "function_zxy_query",
"content_type": "application/x-protobuf",
"description": "public.function_zxy_query"
},
{
"id": "function_zxy_query_test",
"content_type": "application/x-protobuf",
"description": "public.function_zxy_query_test"
},
{
"id": "pmt",
"content_type": "image/png"
},
{
"id": "points1",
"content_type": "application/x-protobuf",
"description": "public.points1.geom"
},
{
"id": "points2",
"content_type": "application/x-protobuf",
"description": "public.points2.geom"
},
{
"id": "points3857",
"content_type": "application/x-protobuf",
"description": "public.points3857.geom"
},
{
"id": "table_source",
"content_type": "application/x-protobuf",
"description": "public.table_source.geom"
}
]