-
Notifications
You must be signed in to change notification settings - Fork 0
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
Cleanup on primary key position #172
Conversation
@@ -4,6 +4,8 @@ | |||
{%- endif -%} | |||
{%- endmacro -%} | |||
|
|||
{#- TODO: move secondary/tertiary resource declaration upstream to |
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.
these are my attempt to address the dangling comment from the prior PR i pulled the trigger on early
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.
You didn’t pull early really, I was just being verbose in the comments 😄
with helper.query_console_output( | ||
verbose, drop_view_table, progress, task | ||
) as v: | ||
with helper.query_console_output(verbose, drop_view_table, progress, task): |
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.
dangling debug from the last PR
@@ -4,6 +4,8 @@ | |||
{%- endif -%} | |||
{%- endmacro -%} | |||
|
|||
{#- TODO: move secondary/tertiary resource declaration upstream to |
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.
You didn’t pull early really, I was just being verbose in the comments 😄
@@ -35,18 +35,6 @@ | |||
} | |||
|
|||
|
|||
class ResourceTableIdPos(IntEnum): |
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.
Nice
This PR makes the following changes:
id
Checklist
docs/
) needs to be updated