Skip to content

Commit

Permalink
fix instagram story id schema (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
pnadolny13 authored Feb 12, 2024
1 parent 2ae4f72 commit 866120b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_facebook/streams/creative.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class CreativeStream(FacebookStream):
Property("image_url", StringType),
Property("instagram_actor_id", StringType),
Property("instagram_permalink_url", StringType),
Property("instagram_story_id", IntegerType),
Property("instagram_story_id", StringType),
Property("link_destination_display_url", StringType),
Property("link_og_id", IntegerType),
Property("link_url", StringType),
Expand Down

0 comments on commit 866120b

Please sign in to comment.