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
The test branch name is hardcoded into the macro. Make it parameterized so that others can configure it for their specific setups.
example: {%- if target.database != "TEST" -%}
{%- if target.database != "TEST" -%}
Try testing with a database that isn't named "TEST"
Pass name of test database in the macro as a param
"TEST" is hardcoded in the macro
The text was updated successfully, but these errors were encountered:
We probably want to use an env vars for this?
Sorry, something went wrong.
No branches or pull requests
Subject of the issue
The test branch name is hardcoded into the macro. Make it parameterized so that others can configure it for their specific setups.
example:
{%- if target.database != "TEST" -%}
Your environment
Steps to reproduce
Try testing with a database that isn't named "TEST"
Expected behaviour
Pass name of test database in the macro as a param
Actual behaviour
"TEST" is hardcoded in the macro
The text was updated successfully, but these errors were encountered: