chintan_patel
07/07/2023, 8:52 AMcreated_at
replication key and stream name is sample
then following selection is not working
select:
- sample.raw.*
- sample.created_at
- sample.column2
It only output created_at
and column2
Following selection works and gives all the fields
select:
- sample.*
I can see the nested selection through this command. meltano select tap-extractor --list
Anyone faced this issue?chintan_patel
07/07/2023, 9:29 AMselect:
- sample.raw
- sample.raw.*
- sample.created_at
- sample.column2