Hi people, I'm new to shotgun. I can't find a link that contains all the internal column names per table (shot asset etc). Perhaps I have to get that from the schema.
Anyway, simply I'd like to do the below.
project = sg.find("Project", [["name", "is", "test"]])
asset = sg.find_one("Asset", [["project", "is", project], ["asset_name", "is", "bob"]])
Thanks
David