boggdan_barrientos
10/07/2021, 10:36 PMtap-s3-csv
and I want to change the schema. I got some errors when the tap try to assume the data type. I'm writing the schema like https://meltano.com/docs/plugins.html#extractors explain.
schema:
invtrcee:
properties:
Adj Vaciar Tipo de Inventario:
type: [string, null]
AM:
type: [string, null]
But when I run meltano invoke --dump=catalog tap-s3-csv
it is not overwrite. In the thread is catalog that this command shows. It is possible to change the header name with schema extra?boggdan_barrientos
10/07/2021, 10:45 PMboggdan_barrientos
10/07/2021, 11:11 PMmeltano.yml
Only use the tap_stream_id
and the name of the properties directly and is overwrite.
A pending is to change the name of the header or add one if the file dont have.
schema:
invtrcee:
Adj Vaciar Tipo de Inventario:
type: [string, null]
AM:
type: [string, null]