From 2b55346dddb57f05ab49667d3deea3c6c5bf785a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= <16805946+edgarrmondragon@users.noreply.github.com> Date: Fri, 5 Jul 2024 12:18:07 -0600 Subject: [PATCH] Fix the description of `metrics_log_level` --- tap_instagram/tap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tap_instagram/tap.py b/tap_instagram/tap.py index 57085c0..8bb259b 100644 --- a/tap_instagram/tap.py +++ b/tap_instagram/tap.py @@ -72,7 +72,7 @@ class TapInstagram(Tap): th.Property( "metrics_log_level", th.StringType, - description="A user access token", + description="The logging level to use for emitting metrics", ), ).to_dict()