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 Instagram: It does not capture media_product_type column #28180 #28260

Closed
ext-herbert-santos opened this issue Jul 13, 2023 · 5 comments · Fixed by #32423
Closed

Source Instagram: It does not capture media_product_type column #28180 #28260

ext-herbert-santos opened this issue Jul 13, 2023 · 5 comments · Fixed by #32423

Comments

@ext-herbert-santos
Copy link

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
image

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
image

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.

@ext-herbert-santos 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
@ext-herbert-santos
Copy link
Author

ext-herbert-santos commented Jul 13, 2023

I already developed the solution, now I need this issue to leave triage to open the pull request

image

@Aliya-Tariq
Copy link

Please assign this issue to me

@justinbchau justinbchau moved this from To Be Claimed to In Progress in Hacktoberfest 2023 Oct 16, 2023
@davydov-d
Copy link
Collaborator

need to add media_product_type to json schema
https://developers.facebook.com/docs/instagram-api/reference/ig-media/

@davydov-d
Copy link
Collaborator

#31649

@pabloescoder
Copy link
Collaborator

I can make a PR for this, working on it now.

@github-project-automation 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