wrapped some of my data tools to update microsoft dynamics 365 in postgres. plpython3u lets me basically bring in the data in directly to the db without outside cron or tooling. now I can do some heavy data cleanup which is much faster using sql than it is by hand or in the ui (or maybe im faster with sql??)

#postgres #data