-
Notifications
You must be signed in to change notification settings - Fork 2
feat: join v_ahbesser
with newly introduced ahb_expressions
table
#125
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.
Copilot reviewed 2 out of 4 changed files in this pull request and generated no comments.
Files not reviewed (2)
- src/fundamend/sqlmodels/create_ahbtabellen_view.sql: Language not supported
- unittests/snapshots/test_ahbesser_view.ambr: Language not supported
Comments suppressed due to low confidence (1)
src/fundamend/sqlmodels/ahbtabellen_view.py:45
- [nitpick] Consider renaming the field 'format' to avoid potential conflicts with Python's built-in 'format' function.
format: EdifactFormat = Field()
create_and_fill_ahb_expression_table(session) | ||
create_ahbtabellen_view(session) |
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.
man könnte es auch reinziehen in die create_ahbtabellen_view aber so ist es 1 python command für 1 SQL-"Ding" (wobei Ding = "Table" oder "View")
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.
fair enough
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.
der snapshot zeigt, womit du rechnen kannst.
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.
this is amazing 🤩
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.
give it to me :)
No description provided.