This is an automated email from the ASF dual-hosted git repository.

eladkal pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 7aaaf855c54 Update the SDF version to fix the system test for 
DisplayVideo (#64302)
7aaaf855c54 is described below

commit 7aaaf855c54bba50aec48cedcc28b84f2446d73f
Author: M. Olcay Tercanlı <[email protected]>
AuthorDate: Tue Mar 31 09:15:54 2026 +0200

    Update the SDF version to fix the system test for DisplayVideo (#64302)
---
 .../tests/system/google/marketing_platform/example_display_video.py     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/providers/google/tests/system/google/marketing_platform/example_display_video.py
 
b/providers/google/tests/system/google/marketing_platform/example_display_video.py
index d6485b2cef5..f4b6f284057 100644
--- 
a/providers/google/tests/system/google/marketing_platform/example_display_video.py
+++ 
b/providers/google/tests/system/google/marketing_platform/example_display_video.py
@@ -84,7 +84,7 @@ DISPLAY_VIDEO_SERVICE_ACCOUNT_KEY = 
"google_display_video_service_account_key"
 # [START howto_display_video_env_variables]
 ADVERTISER_ID = "{{ task_instance.xcom_pull('get_display_video_advertiser_id') 
}}"
 GMP_PARTNER_ID = "{{ 
task_instance.xcom_pull('get_display_video_gmp_partner_id') }}"
-SDF_VERSION = "SDF_VERSION_8_1"
+SDF_VERSION = "SDF_VERSION_9"
 BQ_DATASET = f"bq_dataset_{DAG_ID}_{ENV_ID}".replace("-", "_")
 ENTITY_TYPE = "CAMPAIGN"
 ERF_SOURCE_OBJECT = GoogleDisplayVideo360Hook.erf_uri(GMP_PARTNER_ID, 
ENTITY_TYPE)

Reply via email to