From 76371e4a644016e5039baced2a9bdc6de1cfc7d6 Mon Sep 17 00:00:00 2001 From: Ayush Shah Date: Thu, 3 Apr 2025 19:11:33 +0530 Subject: [PATCH] Enhance ingestion setup: Add dbt plugin to Playwright dependencies (#20605) --- ingestion/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ingestion/setup.py b/ingestion/setup.py index 79bfdd3eba0..0e833775296 100644 --- a/ingestion/setup.py +++ b/ingestion/setup.py @@ -450,6 +450,7 @@ playwright_dependencies = { *plugins["redshift"], *plugins["airflow"], *plugins["datalake-s3"], + *plugins["dbt"], *e2e_test # Add other plugins as needed for Playwright tests }