-
Notifications
You must be signed in to change notification settings - Fork 2
feat: Add view v_ahbtabellen
on top of ahb_hierarchy_materialized
#118
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
0a916d9
to
3ada78f
Compare
better typing more docs add snapshot more docs 2
3ada78f
to
6fa200e
Compare
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 check mal, was dir hier fehlt oder was nicht stimmt. die bedingungsspalte lösen wir separat
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 works.
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.
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.
but maybe I am holding it wrong
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.
why are you editing a table?
) | ||
|
||
|
||
class AhbesserLine(SQLModel, table=True): |
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.
würde gerne das Naming auf AHB-Tabellen anpassen.
class AhbesserLine(SQLModel, table=True): | |
class AhbTabellenLine(SQLModel, table=True): |
v_ahbesser
on top of ahb_hierarchy_materialized
v_ahbtabellen
on top of ahb_hierarchy_materialized
No description provided.