We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
defer_to_prod
With dbt 1.8 and defer_to_prod option set true, it shows no error in PROBLEMS tab.
true
PROBLEMS
PROBLEMS Tab at the bottom shows an error described below.
Copy Message
There is a problem in your dbt project. Compilation failed: Manifest.merge_from_artifact() got multiple values for argument 'other'
Copy
[{ "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 }]
poetry install
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 1.8.2)
merge_from_artifact
RuntimeRefResolver
macOS Sonoma 14.4.1 (23E224)
1.8.0
dbt-bigquery 1.8.1
v0.39.9
The text was updated successfully, but these errors were encountered:
Fixed in 0.39.12. Please reopen if not the case.
Sorry, something went wrong.
mdesmet
No branches or pull requests
Expected behavior
With dbt 1.8 and
defer_to_prod
option settrue
, it shows no error inPROBLEMS
tab.Actual behavior
PROBLEMS
Tab at the bottom shows an error described below.Copy Message
ResultCopy
ResultSteps To Reproduce
poetry install
in the repositoryNotes to reproduce
Visual Studio Code version
poetry version
others
merge_from_artifact
toRuntimeRefResolver
dbt-labs/dbt-core#9199, which I believe was released in dbt-core v1.8.0, caused this issueLog output/Screenshots
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?
The text was updated successfully, but these errors were encountered: