william chaplin
02/05/2024, 7:54 PMvisch
02/06/2024, 1:25 PMCreating the users involves a lot of business logic and lookup tables, is it appropriate to create a Singer Target that implements that logic or does this not fit the intended purpose?You'd have to expand on what "creating users" is doing or for. Where I've found using singer targets to work really well in this scenario is data integrations where you have a source of truth (a source or two) and then a target that you want that data to live in. The business logic you push to the transformation layer (sql/python/etc) so it looks like
meltano run tap-source1 target-postgres tap-source2 target-postgres transformation tap-postgres-targetname target-name
william chaplin
02/06/2024, 5:14 PM