michalslowikowski00 commented on a change in pull request #7743: [AIRFLOW-7075] Operators for storing information from GCS into GA URL: https://github.com/apache/airflow/pull/7743#discussion_r396959180
########## File path: tests/providers/google/marketing_platform/hooks/test_analytics.py ########## @@ -21,12 +21,15 @@ from airflow.providers.google.marketing_platform.hooks.analytics import GoogleAnalyticsHook from tests.providers.google.cloud.utils.base_gcp_mock import mock_base_gcp_hook_default_project_id +WEB_PROPERTY_AD_WORDS_LINK_ID = "AAIIRRFFLLOOWW" +WEB_PROPERTY_ID = "web_property_id" +ACCOUNT_ID = "the_knight_who_says_ni!" +DATA_SOURCE = "Monthy Python" Review comment: 😄 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
