From e3dde209590010939feae48d89d1e08bbe2bcefd Mon Sep 17 00:00:00 2001 From: Prratek Ramchandani Date: Tue, 22 Feb 2022 16:05:28 -0500 Subject: [PATCH 1/2] use StringType to prevent bigquery loader complaining --- meltano.yml | 2 ++ tap_instagram/streams.py | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) 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/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( From 6e53a7a9b8e17a22dd9cdcd2e68d35c02c760e7a Mon Sep 17 00:00:00 2001 From: Prratek Ramchandani Date: Tue, 22 Feb 2022 16:07:16 -0500 Subject: [PATCH 2/2] bump minor version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [