-
Notifications
You must be signed in to change notification settings - Fork 197
feat: Looker 21.20 bindings #899
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
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
f80a8c3 to
65de88a
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
65de88a to
49277c1
Compare
Python Tests0 files 0 suites 0s ⏱️ Results for commit 49277c1. |
Typescript Tests 6 files 75 suites 3m 49s ⏱️ Results for commit 49277c1. |
…ariable called 'models'. The names interfered. I added the name models to the list of keywords and modified some methods to the proper arguments were generated with 'models_' instead.
Python Tests 8 files 8 suites 1m 35s ⏱️ For more details on these failures, see this check. Results for commit 1d085d4. |
Codegen Tests 1 files 6 suites 22s ⏱️ Results for commit 1d085d4. |
Typescript Tests 6 files 75 suites 3m 54s ⏱️ Results for commit 1d085d4. |
rollyjoel
left a comment
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.
what do you think about just changing the import inside methods.py to something like
from . import models as mdls
Python Tests 9 files 9 suites 1m 55s ⏱️ For more details on these failures, see this check. Results for commit dda374e. |
Codegen Tests 1 files 6 suites 20s ⏱️ Results for commit dda374e. |
Python Tests 7 files 7 suites 41s ⏱️ For more details on these failures, see this check. Results for commit 94a6f63. |
rollyjoel
left a comment
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.
not pretty but I think that's the best we'll do for python. I think you might need to update some tests but we'll find out
Python Tests 7 files 7 suites 42s ⏱️ For more details on these failures, see this check. Results for commit d51789b. |
|
@drstrangelooker looks like the look-id int -> string change needs to be updated in the python tests |
|
Joel correctly called out that python.gen.spec.ts (the test for python.gen.ts) needs to be updated and should also be part of the CI call. Interesting that |
|
sorry, yeah what I mean is the specific language generator tests under |
Python Tests 10 files 10 suites 2m 58s ⏱️ Results for commit aabb98d. |
Codegen Tests 1 files 6 suites 24s ⏱️ Results for commit aabb98d. |
Typescript Tests 7 files 76 suites 4m 52s ⏱️ Results for commit aabb98d. |
|
I've been using |
Python Tests 10 files 10 suites 3m 11s ⏱️ Results for commit 61e16b2. |
jkaster
left a comment
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. I think this should pass CI.
Codegen Tests 1 files 6 suites 27s ⏱️ Results for commit 61e16b2. |
|
Found our issue. The tests are run by Any tests in |
Typescript Tests 7 files 76 suites 4m 54s ⏱️ Results for commit 61e16b2. |
Should be resolved now. This looks like such a weird pattern edit: it worked fine. |
Python Tests 10 files 10 suites 3m 2s ⏱️ Results for commit 75298ac. |
Codegen Tests 1 files 17 suites 34s ⏱️ Results for commit 75298ac. |
Found the bug and fixed it.
Typescript Tests 7 files 76 suites 5m 8s ⏱️ Results for commit 75298ac. |
jkaster
left a comment
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
No description provided.