Skip to content

v0.8.0 Change default layer ID for PG table sources

Compare
Choose a tag to compare
@nyurik nyurik released this 13 Mar 12:09
· 1000 commits to main since this release
50462d5

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