Anyone got any example of the tap-facebook .yaml s...
# singer-taps
m
Anyone got any example of the tap-facebook .yaml setup? I have been trying to figure out how to select specific fields and specify a breakdown but it is proving tricky to find a concreate example. https://hub.meltano.com/extractors/tap-facebook/
👀 1
My current attempt at this: plugins: extractors: - name: tap-facebook variant: meltanolabs pip_url: git+https://github.com/MeltanoLabs/tap-facebook.git config: end_date: ‘2024-09-22T000000Z’ start_date: ‘2024-09-10T000000Z’ breakdowns: insight_reports_list: - name: ‘my_custom_report’ level: ‘ad’ breakdowns: [‘age’, ‘gender’, ‘placement’] action_breakdowns: [] time_increment_days: 1 action_attribution_windows_view: ‘1d_view’ action_attribution_windows_click: ‘7d_click’ lookback_window: 28