I am looking for an example for simple one table extract and load in same postgres db but separate schemas. source_schema.t1 to target_schema.t2
v
visch
07/24/2023, 1:24 PM
very doable but most of the time not a use case folks do with Meltano as it tends to make more sense to just write SQL on that Postgres server so using DBT would probably make a lot more sense
v
vinayak_puranik
07/24/2023, 1:36 PM
okay then is there example available for source is postgres and target is bigquery