Enhance ingestion setup: Add dbt plugin to Playwright dependencies (#20605)

This commit is contained in:
Ayush Shah 2025-04-03 19:11:33 +05:30 committed by GitHub
parent ee6164e2f9
commit 76371e4a64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
}