I’m trying to access models and explores only available on a dev branch through the api, but only getting the models from production.
sdk.update_session({“workspace_id”: “dev”})
sdk.git_branch(<project>) to verify I am indeed on dev and the correct branch
sdk.all_lookml_models()
Thanks in advance!