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 }