Setting types for import_table

Following your documentation:

https://hail.is/docs/0.1/hail.HailContext.html?highlight=import_table

I try and set types of the imported columns, I get the following error:

did you import everything? from hail import *?

Thank you, that worked. I used “import hail” and thought that would work.