-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ Source Facebook Marketing: Added fields in campaign schema #8257
✨ Source Facebook Marketing: Added fields in campaign schema #8257
Conversation
Hey @mlavoie-sm360 thanks for the contribution. Can you check this doc https://docs.airbyte.io/connector-development#updating-an-existing-connector and do later steps so that it's ready for review ? |
Updated version & changelog Closes airbytehq#7740
@harshithmullapudi, not a problem. I have completed the few remaining steps, except for the code review. Is that something that someone from airbyte will do? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job! For the future we would need to create a script to generate all missed fields from facebook specs: https://github.com/facebook/facebook-business-sdk-codegen/tree/65d97be34890e15057c0bac43504f0d34ca86318/api_specs/specs
Looks like there is already such kind of script for fb pages connector #8267 @midavadim Would it work for fb marketing? I noticed it doesnt support nested types like list, am I right? |
Thanks @avida, regarding generating all missed fields, I think that's a really good idea, perhaps we open a separate issue specifically for that request. |
Hi, I think it would be possible top generate full schemas for this connector as well. I noticed it doesn't support nested types like list, am I right? - |
…ma' of github.com:mlavoie-sm360/airbyte into marcos/test-pr-8257
/test connector=connectors/source-facebook-marketing
|
…hq#8257) * Updated campaigns.json * Source Facebook Marketing: Added support for multiple Facebook accounts Updated version & changelog Closes airbytehq#7740 * Executed pre-commit routine * bump connector version Co-authored-by: Marcos Marx <marcosmarxm@gmail.com>
What
How
🚨 User Impact 🚨
Pre-merge Checklist
Expand the relevant checklist and delete the others.
Updating a connector
Community member or Airbyter
airbyte_secret
./gradlew :airbyte-integrations:connectors:<name>:integrationTest
.README.md
bootstrap.md
. See description and examplesdocs/integrations/<source or destination>/<name>.md
including changelog. See changelog exampleAirbyter
If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.
/test connector=connectors/<name>
command is passing./publish
command described here