From fe24779f889881200a5fb4589ea278c5712e121c Mon Sep 17 00:00:00 2001 From: Pat Nadolny Date: Fri, 18 Oct 2024 16:38:48 -0400 Subject: [PATCH] Update tap_linkedin_ads/tap.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Edgar Ramírez Mondragón <16805946+edgarrmondragon@users.noreply.github.com> --- tap_linkedin_ads/tap.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tap_linkedin_ads/tap.py b/tap_linkedin_ads/tap.py index 52d4c65..ea8e946 100644 --- a/tap_linkedin_ads/tap.py +++ b/tap_linkedin_ads/tap.py @@ -34,6 +34,7 @@ class TapLinkedInAds(Tap): th.Property( "refresh_token", th.StringType, + secret=True, description="LinkedIn Ads Refresh Token", ), th.Property(