Bruno Grande
08/05/2022, 8:29 PM.submit
after my selection in the attached screenshot? This comes up in the docs here. I thought you needed to use .submit()
in order to obtain a future. Just wanted to check if this is a typo.Mason Menges
08/05/2022, 8:56 PMBruno Grande
08/05/2022, 8:59 PM.result()
method is being used on the variable future
on the following line, and I thought this was only possible if you used .submit()
on a task because it would otherwise return the actual result, which probably doesn’t have a .result()
method (e.g. a str
or pd.DataFrame
).Zanie
08/05/2022, 9:05 PMBruno Grande
08/05/2022, 9:09 PM