Open sudhanshu456 opened 3 years ago
hm, looks like there's a bug in our docs site. This field is actually only available in 4.0
Hi, I'm using API version 4.0 and using the SDK the value of the lookml_link
is None, while using the API Explorer it's there.
I was using Looker API URLs throughout my script to automate stuff but I had to shift to LookerSDK 3.1.
I was using the below endpoint before I switch to the LookerSdk -
lookml_model_explore
methodhttps://atlan.cloud.looker.com:443/api/3.1/lookml_models/modelName/explores/explore_name
In above API endpoint I was getting the value for lookml_link but in SDK that attribute is missing.
API Response Screenshot
FYI: I'm not talking about lookml_link of Fields described in Explore but where that Explore is defined inside the project and it will lead to Looker IDE.
Also nothing is mentioned about the lookml_link of explore in API Reference.
API Reference for Get LookML Model Explore