-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[MAINTENANCE] Typing render/view #8903
Conversation
Co-authored-by: Bill Dirks <[email protected]> Co-authored-by: Anthony Burdi <[email protected]> Co-authored-by: T Pham <[email protected]> Co-authored-by: Chetan Kini <[email protected]> Co-authored-by: Nathan Farmer <[email protected]>
✅ Deploy Preview for niobium-lead-7998 canceled.
|
'render/renderer/v3/suite_edit_notebook_renderer\.py', # 11 - This is legacy code and will not be typed. | ||
'render/renderer/v3/suite_profile_notebook_renderer\.py', # 4 - This is legacy code and will not be typed. | ||
'render/renderer/suite_edit_notebook_renderer\.py', # 7 - This is legacy code and will not be typed. | ||
'render/renderer/suite_scaffold_notebook_renderer\.py', # 7 - This is legacy code and will not be typed. | ||
'render/renderer/datasource_new_notebook_renderer\.py', # 4 - This is legacy code and will not be typed. |
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.
@NathanFarmer do these look right? Am I missing anything?
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.
great_expectations/render/renderer/notebook_renderer.py
is now typed but should it be deleted when we remove the cli?
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.
Just missing: render/renderer/checkpoint_new_notebook_renderer.py
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.
Good catch. Will update both.
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.
I think notebook_renderer.py
will also be removed with the CLI removal. It is the base class for the other notebook renderers.
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.
LGTM, ty!
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.
❤️
* develop: [MAINTENANCE] remove deprecated usage of pydantic Extra (#8896) [MAINTENANCE] Better error msg for refrence environments (#8913) [FEATURE] Expect column specified percentile value to be above a given value. (#8907) [DOCS] add 'user' access token clarification to GX Cloud quickstart (#8912) [MAINTENANCE] Typing render/view (#8903) [MAINTENANCE] Adjust timeouts for cloud-tests services (#8910) [DOCS] Update Section Title (#8905) [MAINTENANCE] List checkpoints endpoint contract test (#8886) [MAINTENANCE] Do not skip spark tests in cloud stage (#8901) [MAINTENANCE] Add Expectation Suite Pact tests (#8885) [MAINTENANCE] Get checkpoint endpoint contract test (#8881) [DOCS] Update Cloud Quickstart save expectation suite example (#8893) [RELEASE] 0.18.0 (#8895)
Type checking for
render/view/view.py
This change includes some runtime changes, notable the removal of the
NoOpTemplate
and the default_template
class attribute forDefaultJinjaView