From 54a7b5838fa6ae045b93f9eef1295386a87f2690 Mon Sep 17 00:00:00 2001 From: Phil Date: Wed, 6 Mar 2024 13:13:34 -0500 Subject: [PATCH] make source-google-analytics connectors free to use on estuary --- .../connectors/source-google-analytics-data-api/Dockerfile | 1 + .../connectors/source-google-analytics-v4/Dockerfile | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/airbyte-integrations/connectors/source-google-analytics-data-api/Dockerfile b/airbyte-integrations/connectors/source-google-analytics-data-api/Dockerfile index 5d5e68e8dc9d..406eedbec01a 100644 --- a/airbyte-integrations/connectors/source-google-analytics-data-api/Dockerfile +++ b/airbyte-integrations/connectors/source-google-analytics-data-api/Dockerfile @@ -16,3 +16,4 @@ LABEL io.airbyte.name=airbyte/source-google-analytics-data-api LABEL FLOW_RUNTIME_PROTOCOL=capture LABEL CONNECTOR_PROTOCOL=flow-capture LABEL FLOW_RUNTIME_CODEC=json +LABEL dev.estuary.usage-rate=0.0 diff --git a/airbyte-integrations/connectors/source-google-analytics-v4/Dockerfile b/airbyte-integrations/connectors/source-google-analytics-v4/Dockerfile index f3d0b71b9233..3147977432cd 100644 --- a/airbyte-integrations/connectors/source-google-analytics-v4/Dockerfile +++ b/airbyte-integrations/connectors/source-google-analytics-v4/Dockerfile @@ -15,4 +15,5 @@ LABEL io.airbyte.version=v2 LABEL io.airbyte.name=airbyte/source-google-analytics-v4 LABEL FLOW_RUNTIME_PROTOCOL=capture LABEL CONNECTOR_PROTOCOL=flow-capture -LABEL FLOW_RUNTIME_CODEC=json \ No newline at end of file +LABEL FLOW_RUNTIME_CODEC=json +LABEL dev.estuary.usage-rate=0.0