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
{% set is_replaceable = existing_relation.type == target_relation_type and existing_relation.can_be_replaced %}
{% set is_replaceable = existing_relation.type == target_relation.type and existing_relation.can_be_replaced %}
dbt-adapter 1.1.0rc1
No response
- OS: - Python: - dbt-adapter:
The text was updated successfully, but these errors were encountered:
#186
Sorry, something went wrong.
colin-rogers-dbt
Successfully merging a pull request may close this issue.
Is this a new 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
Additional Context
No response
The text was updated successfully, but these errors were encountered: