benoit_lienart
04/18/2023, 1:30 PMtarget-postgres
.
One solution would be to tweak target-postgres
and either add to the code :
(1) a postgres trigger, that would be executed each time a record is inserted or updated by target-postgres
or
(2) use postgres notifications built-in mecanism to broadcast INSERT
or UPDATE
events, that would trigger the SQLalchemy property update.
Would there be a more low-touch solution, that does not involve forking target-postgres
?benoit_lienart
04/18/2023, 4:22 PMSven Balnojan
04/19/2023, 1:53 PMbenoit_lienart
04/20/2023, 4:50 AM