Skip to content

Conversation

@yu-iskw
Copy link
Contributor

@yu-iskw yu-iskw commented Dec 29, 2025

I encounter the conflicts between dbt-bigquery and elementary-data. So, I want to loosen the version constrains of google-cloud-storage.

  • dbt-core: 1.10.5
  • dbt-bigquery: 1.10.3

https://github.com/dbt-labs/dbt-adapters/blob/1e7448f9b6c3440d28fefd5b34b6dcf86c36def1/dbt-bigquery/pyproject.toml#L30

$ dbt debug
03:08:01  Running with dbt=1.10.15
03:08:01  dbt version: 1.10.15
03:08:01  python version: 3.12.3
03:08:01  python path: /Users/yu/local/src/xxxjaffle_shop/.venv/bin/python3
03:08:01  os info: macOS-15.6.1-arm64-arm-64bit
/Users/yu/local/src/xxx/jaffle_shop/.venv/lib/python3.12/site-packages/google/cloud/aiplatform/models.py:52: FutureWarning: Support for google-cloud-storage < 3.0.0 will be removed in a future version of google-cloud-aiplatform. Please upgrade to google-cloud-storage >= 3.0.0.
  from google.cloud.aiplatform.utils import gcs_utils
03:08:23  Using profiles dir at /Users/yu/local/src/xxx/jaffle_shop
03:08:23  Using profiles.yml file at /Users/yu/local/src/xxx/jaffle_shop/profiles.yml
03:08:23  Using dbt_project.yml file at /Users/yu/local/src/xxxjaffle_shop/dbt_project.yml
03:08:23  adapter type: bigquery
03:08:23  adapter version: 1.10.3
03:08:23  Configuration:
03:08:23    profiles.yml file [OK found and valid]
03:08:23    dbt_project.yml file [OK found and valid]
03:08:23  Required dependencies:
03:08:23   - git [OK found]

03:08:23  Connection:
03:08:23    method: oauth
03:08:23    database: xxx-data-engineering-dev
03:08:23    execution_project: xxx-data-engineering-dev
03:08:23    schema: jaffle_shop
03:08:23    location: asia-northeast1
03:08:23    priority: None
03:08:23    maximum_bytes_billed: None
03:08:23    impersonate_service_account: dbt-jaffle-shop@xxxx-data-engineering-dev.iam.gserviceaccount.com
03:08:23    job_retry_deadline_seconds: None
03:08:23    job_retries: 1
03:08:23    job_creation_timeout_seconds: None
03:08:23    job_execution_timeout_seconds: None
03:08:23    timeout_seconds: None
03:08:23    client_id: None
03:08:23    token_uri: None
03:08:23    compute_region: None
03:08:23    dataproc_cluster_name: None
03:08:23    gcs_bucket: None
03:08:23    dataproc_batch: None
03:08:23  Registered adapter: bigquery=1.10.3
03:08:24    Connection test: [ERROR]

03:08:24  1 check failed:
03:08:24  dbt was unable to connect to the specified database.
The database returned the following error:

  >Database Error
  'str' object is not callable

Check your database credentials and try again. For more information, visit:
https://docs.getdbt.com/docs/configure-your-profile

Signed-off-by: Yu Ishikawa <yu-iskw@users.noreply.github.com>
@coderabbitai
Copy link

coderabbitai bot commented Dec 29, 2025

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link
Contributor

👋 @yu-iskw
Thank you for raising your pull request.
Please make sure to add tests and document all user-facing changes.
You can do this by editing the docs files in this pull request.

@yu-iskw yu-iskw requested a deployment to elementary_test_env December 29, 2025 03:11 — with GitHub Actions Waiting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant