katerina
10/29/2021, 12:35 PMeltano | elt | Loading failed (1): target_postgres.postgres.PostgresError: ('Exception writing records', ProgrammingError('schema "tap_spreadsheets_anywhere" does not exist\nLINE 1: CREATE TABLE "tap_spreadsheets_anywhere"."target_user" ();\n ^\n',))
visch
10/29/2021, 12:50 PMpsycopg2
"tap_spreadsheets_anywhere" does not exist
that schema needs to be created for the target varient you're using. I tend to use the transferwise variant which creates it for you.katerina
10/29/2021, 3:36 PM