James Stratford
12/02/2024, 10:43 PM{
"type": "STREAM",
"stream": {
"stream_descriptor": {
"name": "ads_insights_age_and_gender",
"namespace": null
},
"stream_state": {
"REDACTED": {
"date_start": "2024-12-02T00:00:00+00:00",
"slices": [],
"filter_statuses": [
"ACTIVE",
"ADSET_PAUSED",
"ARCHIVED",
"CAMPAIGN_PAUSED",
"DELETED",
"DISAPPROVED",
"IN_PROCESS",
"PAUSED",
"PENDING_BILLING_INFO",
"PENDING_REVIEW",
"PREAPPROVED",
"WITH_ISSUES"
]
},
"time_increment": 1
}
}
}
Meltano yaml extractor:
- name: tap-facebook
variant: airbyte
pip_url: git+<https://github.com/MeltanoLabs/tap-airbyte-wrapper.git>
config:
airbyte_config:
start_date: ${START_DATE}T00:00:00Z
select:
- ads_insights_*.*
- ad_account.*
- ad_sets.*
- ads.*
- campaigns.*