Matt G
03/25/2024, 6:57 PMEdgar Ramírez (Arch.dev)
03/25/2024, 7:01 PMmeltano invoke tap-s3-csv
?Matt G
03/25/2024, 7:07 PMEdgar Ramírez (Arch.dev)
03/25/2024, 7:15 PM{"type": "SCHEMA", ...}
message above those lines?Matt G
03/25/2024, 7:23 PMEdgar Ramírez (Arch.dev)
03/25/2024, 7:39 PM""
. Can you try looking at the output of meltano select tap-s3-csv --list --all
?Matt G
03/25/2024, 7:43 PMEdgar Ramírez (Arch.dev)
03/25/2024, 8:07 PMextractors:
- name: tap-s3-csv
select:
- names_table.Age
- names_table.Name
Matt G
03/25/2024, 8:19 PMMatt G
03/25/2024, 8:19 PMEdgar Ramírez (Arch.dev)
03/25/2024, 8:29 PMnames_table
by the end of the run?Matt G
03/25/2024, 8:38 PMEdgar Ramírez (Arch.dev)
03/25/2024, 8:50 PMselect * from names_table
against your postgres db.Matt G
03/25/2024, 9:06 PMMatt G
03/25/2024, 9:08 PMEdgar Ramírez (Arch.dev)
03/25/2024, 11:54 PMshould I be making the table beforenope, the loader handles that automatically for you Hmm, maybe there's something weird going on with state, so can you try using the
--full-refresh
flag of the run
command?