Hi everyone, sorry if this has already been answered but I wasn't able to find it anywhere.
I'm trying to run an extraction using tap-facebook as my extractor and target-bigquery as the loader, and I wanted to be able to extract only the selected fields, but whether I use a catalog file or just the select property on meltano.yml, the extraction always includes all the other fields as nulls.
Is there a solution for this that allows my extraction to just extract the columns that I define under my select?