v0.8.0 Change default layer ID for PG table sources
Breaking change
Use table name as the layer ID for PG tables by @nyurik in #598 to fix #595
- Use source ID (table name) as the default layer ID, instead of
schema.table.column
- Add support for the optional
layer_id
table config parameter
Thanks @vherbst and @gtitov for reporting!
Full Changelog: v0.7.2...v0.8.0