diff --git a/meltano.yml b/meltano.yml index 789a98d..121c822 100644 --- a/meltano.yml +++ b/meltano.yml @@ -1,6 +1,8 @@ version: 1 send_anonymous_usage_stats: true project_id: 4128aaae-d007-4963-b48b-dcbbbababbfd +include_paths: + - ./*.meltano.yml plugins: extractors: - name: tap-instagram diff --git a/pyproject.toml b/pyproject.toml index c701b93..571dc5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tap-instagram" -version = "0.2.0" +version = "0.3.0" description = "`tap-instagram` is a Singer tap for Instagram, built with the Meltano SDK for Singer Taps." authors = ["Prratek Ramchandani"] keywords = [ diff --git a/tap_instagram/streams.py b/tap_instagram/streams.py index 43f8b2b..074708d 100644 --- a/tap_instagram/streams.py +++ b/tap_instagram/streams.py @@ -266,7 +266,7 @@ class BaseMediaInsightsStream(InstagramStream): ), th.Property( "end_time", - th.DateTimeType, + th.StringType, description="", ), th.Property( @@ -422,7 +422,7 @@ class UserInsightsStream(InstagramStream): ), th.Property( "end_time", - th.DateTimeType, + th.StringType, description="", ), th.Property(