Hello here! I was wondering how the target parquet...
# singer-targets
c
Hello here! I was wondering how the target parquet was handling columns where there is only
null
values during the first ingestion. Is it still casted as the data type that was specified by the tap or is it just going to be a null column that is nullable ?
t
Ideally the target would take the SCHEMA message from the tap and create the columns based on that. It seems like it’s doing that in https://github.com/estrategiahq/target-parquet/blob/master/target_parquet/__init__.py but I’m not able to test it myself.