Samuel Hinton
03/29/2024, 8:23 AMquote annotation. This doesnt seem to work for us, as we're using a scheduler and so we get Futures instead of objects, and wrapping quote around a future and then trying to access the data in the future (the same way without the quote) by using task_future.data raises:
AttributeError: 'PrefectFuture' object has no attribute 'data'
Does anyone know how to combine quote and futures where you launch tasks via submit?mondras
04/05/2024, 12:45 AMSamuel Hinton
04/11/2024, 12:15 AM