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
Where does this macro live or what are you using for it? I am trying to see how this works and this is the blocker right now.
The text was updated successfully, but these errors were encountered:
@wallygator470 yeah sorry for that, it's part of different set of macros, I will update the code but you can use this one:
{% macro get_model_object(model_name) %} {% if execute %} {% for node in graph.nodes.values() -%} {%- if node.name == model_name -%} {{ return(node) }} {%- endif -%} {%- endfor %} {%- endif -%} {{ return(none) }} {% endmacro %}
Sorry, something went wrong.
No branches or pull requests
Where does this macro live or what are you using for it? I am trying to see how this works and this is the blocker right now.
The text was updated successfully, but these errors were encountered: