Uh oh!
There was an error while loading. Please reload this page.
Add support for registering views - #3288
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
rambleraptor
commented
Apr 28, 2026
Does the REST fixture support register_view? An integration test on this would be great. |
ebyhr
commented
Apr 28, 2026
@rambleraptor No, the current test target 1.10.x doesn't support the endpoint. |
cd7d26a to
f389b33Compareebyhr
commented
May 5, 2026
@geruh Could you take another look when you have time? |
Uh oh!
There was an error while loading. Please reload this page.
| status_code=200, | ||
| request_headers=TEST_HEADERS, | ||
| ) | ||
| rest_mock.post( |
There was a problem hiding this comment.
non blocking nit: we don't need this code block since we hit on self.table_exists() call.
Uh oh!
There was an error while loading. Please reload this page.
Fokko
commented
May 11, 2026
Thanks @ebyhr for working on this, and thanks for the review @ndrluis, @gabeiglio and @geruh 🚀 |
Rationale for this change
Are these changes tested?
tests/catalog/test_rest.py contains new tests.
Are there any user-facing changes?
This PR adds a new
register_viewmethod tocatalog.