-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🎉 Source Facebook Marketing: add activities stream (#10655)
* add facebook marketing activities stream * update incremental test * add overrides for activities specific logic * formatting * update readme docs * remove test limitation * update dockerfile airbyte version * correct tests * bump connector version in config module Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
- Loading branch information
1 parent
df47987
commit a8f7365
Showing
11 changed files
with
110 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
...yte-integrations/connectors/source-facebook-marketing/integration_tests/future_state.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
42 changes: 42 additions & 0 deletions
42
...ns/connectors/source-facebook-marketing/source_facebook_marketing/schemas/activities.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
{ | ||
"properties": { | ||
"actor_id": { | ||
"type": ["null", "string"] | ||
}, | ||
"actor_name": { | ||
"type": ["null", "string"] | ||
}, | ||
"application_id": { | ||
"type": ["null", "string"] | ||
}, | ||
"application_name": { | ||
"type": ["null", "string"] | ||
}, | ||
"date_time_in_timezone": { | ||
"type": ["null", "string"] | ||
}, | ||
"event_time": { | ||
"type": "string", | ||
"format": "date-time" | ||
}, | ||
"event_type": { | ||
"type": ["null", "string"] | ||
}, | ||
"extra_data": { | ||
"type": ["null", "string"] | ||
}, | ||
"object_id": { | ||
"type": ["null", "string"] | ||
}, | ||
"object_name": { | ||
"type": ["null", "string"] | ||
}, | ||
"object_type": { | ||
"type": ["null", "string"] | ||
}, | ||
"translated_event_type": { | ||
"type": ["null", "string"] | ||
} | ||
}, | ||
"type": ["null", "object"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters