diff --git a/setup.py b/setup.py index 79f6025ea..53bd2267f 100644 --- a/setup.py +++ b/setup.py @@ -56,6 +56,7 @@ def _dbt_bigquery_version() -> str: "google-cloud-bigquery[pandas]>=3.0,<4.0", "google-cloud-storage~=2.4", "google-cloud-dataproc~=5.0", + "google-cloud-dataplex~=2.3", # ---- # Expect compatibility with all new versions of these packages, so lower bounds only. "google-api-core>=2.11.0",