Skip to content
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: Allow for non-business accounts to connect #32572

Closed
kmaxwell001 opened this issue Nov 15, 2023 · 1 comment
Closed

Source Facebook: Allow for non-business accounts to connect #32572

kmaxwell001 opened this issue Nov 15, 2023 · 1 comment

Comments

@kmaxwell001
Copy link

kmaxwell001 commented Nov 15, 2023

Currently, Airbyte requires a business ad-account in order to connect to our facebook source, however I don't believe this is a requirement by Facebook (Fivetran allows non-business accounts).

It looks like this code is blocking certain prospects from using our Facebook connector:

        if account_info.get("is_personal"):
            message = (
                "The personal ad account you're currently using is not eligible "
                "for this operation. Please switch to a business ad account."
            )
@tolik0
Copy link
Contributor

tolik0 commented Nov 23, 2023

The PR #32731, which removes the check for a personal account, has already been merged into the dev branch. Users should be able to create connections with non-business accounts once the code freeze ends. Please let me know if users can successfully sync Facebook Marketing data after this release.

@tolik0 tolik0 closed this as completed Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants