-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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 Instagram: It does not capture media_product_type column #28180 #28260
Labels
area/connectors
Connector related issues
community
connectors/source/instagram
connectors/sources-api
releaseStage/ga
team/connectors-python
type/enhancement
New feature or request
Comments
ext-herbert-santos
changed the title
Instagram connector does not capture media_product_type column #28180
Source Instagram: It does not capture media_product_type column #28180
Jul 13, 2023
igrankova
added
area/connectors
Connector related issues
connectors/sources-api
connectors/source/instagram
team/connectors-python
releaseStage/ga
and removed
needs-triage
autoteam
team/use
labels
Jul 14, 2023
Please assign this issue to me |
need to add |
I can make a PR for this, working on it now. |
github-project-automation
bot
moved this from PR Submitted
to Done
in Hacktoberfest 2023
Nov 14, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/connectors
Connector related issues
community
connectors/source/instagram
connectors/sources-api
releaseStage/ga
team/connectors-python
type/enhancement
New feature or request
What area the feature impact?
Connectors
Revelant Information
Connector Name
source-instagram
Connector Version
1.0.9
What step the error happened?
Configuring a new connector
Revelant information
The Instagram connector is currently not capturing the media_product_type field because of this it is not possible to distinguish the media type. Therefore, it is necessary to add this field to capture this information.
Current output
Currently, the Airbyte connector is searching for the parameter "media_product_type," but the correct parameter to use is "media_type," as shown in the official Facebook documentation.
Expected output
https://developers.facebook.com/docs/instagram-api/reference/ig-user/media
Output airbyte on aws athena, using o dbeaver to connect.
media_product_type: Surface where the media is published. Can be AD, FEED, STORY or REELS.
The text was updated successfully, but these errors were encountered: