-
Notifications
You must be signed in to change notification settings - Fork 2
Add ahb_expressions
table + model class with bedingungstexts (usable iff fundamend[sqlmodels,ahbicht]
is installed)
#124
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hf-krechan dieses ding joinen wir dann an den v_ahbesser noch zusätzlich ran
...
JOIN ahb_expressions ON ... version=version AND pruefi = pruefi AND expression = line_expression
dann kriegst du deine letzte spalte.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
=> #125
ahb_expressions
table + model class with bedingungstextsahb_expressions
table + model class with bedingungstexts (usable iff fundamend[sqlmodels,ahbicht]
is installed)
).all() | ||
} | ||
joined_dict = {**bedingungen, **pakete, **ubbedingungen} | ||
node_texts = "\n".join([f"[{key}] {value}" for key, value in joined_dict.items()]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
powerful one liner 💪
No description provided.