From 866120b5361ce8b8431d88ddbe0a199eccc91dc7 Mon Sep 17 00:00:00 2001 From: Pat Nadolny Date: Mon, 12 Feb 2024 14:40:50 -0600 Subject: [PATCH] fix instagram story id schema (#165) --- tap_facebook/streams/creative.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tap_facebook/streams/creative.py b/tap_facebook/streams/creative.py index bb174b81..98ec7700 100644 --- a/tap_facebook/streams/creative.py +++ b/tap_facebook/streams/creative.py @@ -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),