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

get_replace_sql is_replaceable check error #187

Open
2 tasks done
rongfengliang opened this issue Apr 25, 2024 · 1 comment · May be fixed by #186
Open
2 tasks done

get_replace_sql is_replaceable check error #187

rongfengliang opened this issue Apr 25, 2024 · 1 comment · May be fixed by #186
Assignees
Labels
bug Something isn't working

Comments

@rongfengliang
Copy link

rongfengliang commented Apr 25, 2024

Is this a new bug?

  • I believe this is a new bug
  • I have searched the existing issues, and I could not find an existing issue for this bug

Current Behavior

{% set is_replaceable = existing_relation.type == target_relation_type and existing_relation.can_be_replaced %}

Expected Behavior

{% set is_replaceable = existing_relation.type == target_relation.type and existing_relation.can_be_replaced %}

Steps To Reproduce

dbt-adapter 1.1.0rc1

Relevant log output

No response

Environment

- OS:
- Python:
- dbt-adapter:

Additional Context

No response

@rongfengliang rongfengliang added bug Something isn't working triage labels Apr 25, 2024
@rongfengliang
Copy link
Author

#186

@dataders dataders linked a pull request Apr 25, 2024 that will close this issue
@amychen1776 amychen1776 removed the triage label Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants