diff --git a/airbyte-webapp/src/views/Connector/ServiceForm/components/Sections/auth/AuthButton.tsx b/airbyte-webapp/src/views/Connector/ServiceForm/components/Sections/auth/AuthButton.tsx index b87f9480241e..b2ad1869d7eb 100644 --- a/airbyte-webapp/src/views/Connector/ServiceForm/components/Sections/auth/AuthButton.tsx +++ b/airbyte-webapp/src/views/Connector/ServiceForm/components/Sections/auth/AuthButton.tsx @@ -22,6 +22,7 @@ function isGoogleConnector(connectorDefinitionId: string): boolean { "71607ba1-c0ac-4799-8049-7f4b90dd50f7", // google sheets source "a4cbd2d1-8dbe-4818-b8bc-b90ad782d12a", // google sheets destination "ed9dfefa-1bbc-419d-8c5e-4d78f0ef6734", // google workspace admin reports + "afa734e4-3571-11ec-991a-1e0031268139", // YouTube analytics ].includes(connectorDefinitionId); }