Hello, i'm trying to get last version and always get None. Here is my python code:
sg_task = sg.find_one('Task', filters = [['id', 'is', 6765]], fields = ['content', 'link', 'sg_last_version'])
print sg_task['sg_last_version'] >>> None
In shotgun web ui i can see that this Task sg_last_version field is visible and there is a link to file in it.
What i'm doing wrong?
Python API - 3.0.9b2.