From 8c496674c2349d607bc8f8f357b188ebff793ece Mon Sep 17 00:00:00 2001 From: Yasuhisa Yoshida Date: Mon, 4 Nov 2024 07:53:04 +0900 Subject: [PATCH] install google-cloud-dataplex --- setup.py | 1 + 1 file changed, 1 insertion(+) 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",