Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

With defer_to_prod option, it raises #1140

Closed
1 task done
potsbo opened this issue May 17, 2024 · 1 comment
Closed
1 task done

With defer_to_prod option, it raises #1140

potsbo opened this issue May 17, 2024 · 1 comment
Assignees
Labels
1.8-testing Issues related to supporting dbt 1.8 bug Something isn't working

Comments

@potsbo
Copy link

potsbo commented May 17, 2024

Expected behavior

With dbt 1.8 and defer_to_prod option set true, it shows no error in PROBLEMS tab.

Actual behavior

PROBLEMS Tab at the bottom shows an error described below.

Copy Message Result

There is a problem in your dbt project. Compilation failed: Manifest.merge_from_artifact() got multiple values for argument 'other'

Copy Result

[{
	"resource": "/workspaces/<reducted>/dbt/dbt_project.yml",
	"owner": "dbt10",
	"severity": 8,
	"message": "There is a problem in your dbt project. Compilation failed: Manifest.merge_from_artifact() got multiple values for argument 'other'",
	"startLineNumber": 1,
	"startColumn": 1,
	"endLineNumber": 1000,
	"endColumn": 1000
}]

Steps To Reproduce

Notes to reproduce

Visual Studio Code version

ersion: 1.89.1
Commit: dc96b837cf6bb4af9cd736aa3af08cf8279f7685
Date: 2024-05-07T05:14:32.757Z (1 wk ago)
Electron: 28.2.8
ElectronBuildId: 27744544
Chromium: 120.0.6099.291
Node.js: 18.18.2
V8: 12.0.267.19-electron.0
OS: Darwin arm64 23.4.0

poetry version

poetry --version
Poetry (version 1.8.2)

others

Log output/Screenshots

image

Operating System

macOS Sonoma 14.4.1 (23E224)

dbt version

1.8.0

dbt Adapter

dbt-bigquery 1.8.1

dbt Power User version

v0.39.9

Are you willing to submit PR?

  • Yes I am willing to submit a PR!
@potsbo potsbo added the bug Something isn't working label May 17, 2024
@anandgupta42 anandgupta42 added the 1.8-testing Issues related to supporting dbt 1.8 label May 17, 2024
@mdesmet
Copy link
Contributor

mdesmet commented May 28, 2024

Fixed in 0.39.12. Please reopen if not the case.

@mdesmet mdesmet closed this as completed May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.8-testing Issues related to supporting dbt 1.8 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants