diff --git a/tap_google_ads/streams.py b/tap_google_ads/streams.py index 5245fae..09a6801 100644 --- a/tap_google_ads/streams.py +++ b/tap_google_ads/streams.py @@ -726,7 +726,7 @@ def build_stream_metadata(self): # Add inclusion metadata if self.behavior[report_field]: inclusion = "available" - if transformed_field_name in ({"date"} | self.automatic_keys): + if transformed_field_name in self.automatic_keys: inclusion = "automatic" else: inclusion = "unsupported"