diff --git a/tap_instagram/streams.py b/tap_instagram/streams.py index f3ead37..904e476 100644 --- a/tap_instagram/streams.py +++ b/tap_instagram/streams.py @@ -872,18 +872,18 @@ class UserInsightsOnlineFollowersStream(UserInsightsStream): # TODO: Add note about online_followers seemingly only going back 30 days -class UserInsightsAudienceStream(UserInsightsStream): - """Define custom stream.""" - - name = "user_insights_audience" - metrics = [ - "audience_city", - "audience_country", - "audience_gender_age", - "audience_locale", - ] - time_period = "lifetime" - has_pagination = False +# class UserInsightsAudienceStream(UserInsightsStream): +# """Define custom stream.""" +# +# name = "user_insights_audience" +# metrics = [ +# "audience_city", +# "audience_country", +# "audience_gender_age", +# "audience_locale", +# ] +# time_period = "lifetime" +# has_pagination = False class UserInsightsFollowersStream(UserInsightsStream): diff --git a/tap_instagram/tap.py b/tap_instagram/tap.py index d524ae2..57085c0 100644 --- a/tap_instagram/tap.py +++ b/tap_instagram/tap.py @@ -13,7 +13,6 @@ StoriesStream, StoryInsightsStream, UserInsights28DayStream, - UserInsightsAudienceStream, UserInsightsDailyStream, UserInsightsFollowersStream, UserInsightsOnlineFollowersStream, @@ -28,7 +27,6 @@ StoriesStream, StoryInsightsStream, UserInsights28DayStream, - UserInsightsAudienceStream, UserInsightsDailyStream, UserInsightsFollowersStream, UserInsightsOnlineFollowersStream,