tap not work if it is ingesting a CSV with column headers but no data in them?
e
eric_simmerman
03/31/2021, 3:33 PM
That’s an interesting edge case - what behavior would you expect there?
eric_simmerman
03/31/2021, 3:34 PM
But to answer directly - I don’t know. Happy to accept a PR that sets that up as a test.
r
ricky_renner
03/31/2021, 3:37 PM
Yeah I might try that out. Basically we have a bunch of extracts we are doing from a source system and dumping them into CSVs. If the table in the source system is empty, then the CSV just has the column headers at the top. So I was thinking that the tap could create the table using the column headers... but I suppose it wouldn't know the actual data types so that could be a problem