-
Notifications
You must be signed in to change notification settings - Fork 97
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
Issue with "Compiled dbt Preview" option - Not able to correctly compile dbt's - {{ this }} #938
Comments
🚀 Here's the PR! #1161💎 Sweep Pro: You have unlimited Sweep issues
Actions
Step 1: 🔎 SearchingHere are the code search results. I'm now analyzing these search results to write the PR. Relevant files (click to expand). Mentioned files will always appear here.vscode-dbt-power-user/src/dbt_client/dbtCoreIntegration.ts Lines 1 to 1089 in 76cd20d
vscode-dbt-power-user/src/commands/validateSql.ts Lines 1 to 285 in 76cd20d
vscode-dbt-power-user/src/dbt_client/dbtCloudIntegration.ts Lines 1 to 979 in 76cd20d
vscode-dbt-power-user/src/manifest/dbtProject.ts Lines 1 to 1126 in 76cd20d
vscode-dbt-power-user/src/manifest/dbtProjectContainer.ts Lines 1 to 452 in 76cd20d
vscode-dbt-power-user/src/dbt_client/dbtIntegration.ts Lines 1 to 641 in 76cd20d
vscode-dbt-power-user/src/dbt_client/dbtTerminal.ts Lines 1 to 146 in 76cd20d
Step 2: ⌨️ Coding
|
Expected behavior
When clicked on "Compiled dbt Preview" the compile code for {{ this }} should give correct object name.
Example
Assume
The compiled code should be.
Actual behavior
When clicked on "Compiled dbt Preview" the compile code for {{ this }}, it gives a random value for object name.
Example - Taking the same example mentioned above
The actual compiled code is
Steps To Reproduce
Log output/Screenshots
Operating System
Windows 10
dbt version
1.7.8
dbt Adapter
dbt-snowflake
dbt Power User version
0.34.3
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: