Hello, I am trying to return a flytekit.core.resou...
# ask-the-community
f
Hello, I am trying to return a flytekit.core.resources.Resources object in a task.
Copy code
@task
def get_xgb_task_resource_request(df: pd.DataFrame) -> Resources:
...
152 Views