Results 45 comments of Michele Pasin

fyi: I've modified my script so that requests happen every other second, but still ran into problems: ``` Traceback (most recent call last): File "matchWikipedia.py", line 59, in main() File...

I used the library without problems over the weekend, then since yesterday started getting this error again - think it's fair to assume this is caused by wikipedia's APi.

Better done after 1.21 is out When field types have been rationalised.

PS can be done after DSL-449

I think you are getting the syntax wrong. After the cell magic, you can't enter Python code, just Dimensions Search Language statements. EG this works ``` %%dsldf search publications where...

Looks like a Python installation problem. This may help: [pip/python: normal site-packages is not writeable](https://stackoverflow.com/questions/59997065/pip-python-normal-site-packages-is-not-writeable) In general I try to avoid using the system-provided Python directly. See also https://opensource.com/article/19/5/python-3-default-mac Once...

Thanks @k7ragav for the tip! Seems to go in the right direction but can't get it to work still. The [WriteQuery](https://github.com/looker-open-source/sdk-codegen/blob/main/python/looker_sdk/sdk/api31/models.py#L11357) builder does not have a `query_id` attribute. ```python from...

That works :-) Posting again the full solution for posterity's sake: ```python import looker_sdk sdk = looker_sdk.init40() from looker_sdk import models myelement = sdk.dashboard_element("1196") # change as needed altered_query =...

doesn't work with PyCharm too. Real shame!

@nuwen did you get a chance to test the new release of `withParams` ? As @brunouber mentioned, this is still not usable cause the Looker back end does not handle...