prratek_ramchandani
12/07/2021, 2:59 PM--exclude
option to select entities. i’m using this tap for facebook pages and wanted to exclude the page_insight_video_ad_break
and post_insight_video_ad_break
streams but include everything else. the selector in my meltano.yml looks like this:
select:
- '!post_insight_video_ad_break.*'
- '!page_insight_video_ad_break.*'
but that appears to be excluding all entities. output of meltano select tap-facebook-pages --list --all
in thread 🧵prratek_ramchandani
12/07/2021, 3:00 PMvisch
12/07/2021, 3:36 PMprratek_ramchandani
12/07/2021, 3:56 PM