nsia_suuma
06/08/2022, 8:03 AMReuben (Matatika)
06/08/2022, 9:55 AMtap-google-sheets, which does support dynamic schema generation.
https://github.com/Matatika/tap-google-sheetsilkka_peltola
08/16/2022, 10:04 AMSource | Country | Date | Amount |
Upwork | Finland | 2022-08-01 | 212.21 |
The way I got around this looks like this in my tap-google-sheets extractor yaml:
schema:
Content:
Date:
type:
- string
- 'null'
format: date
Amount:
type:
- number
- string
- 'null'
format: number
Not sure if everything here is absolutely necessary, but the end result is now that the columns actually have the right type.