Yee Hing Tong

Results 133 comments of Yee Hing Tong

Sorry for the delay - we're running these on c5.2xlarge's. Let me investigate our configuration and report back later as well.

Thanks! Would you mind also `make requirements` with python3.7? (until we have more time to split things up, we're running requirements with the minimum supported python version). Did you bump...

yeah that sounds good. we're not using it for much really doesn't need to be that strict.

@rahul-theorem would you mind updating the pr?

yeah could you try that? that is weird. and you're running with python 3.7 right? i think we still rely on that. if a clean venv is still causing downgrades...

actually holding off... will try to run this later on a new venv

oh it looks like all the downgrades are happening in the doc requirements file. i think that's okay. it looks like the previous one was generated with 3.9 and now...

@esadler-hbo this is the pr i'm talking about btw... hoping to get it merged by eod.

The CodeQL / Analyze step took 23 minutes... we're sure we want this?

cc @hamersaw this is the final approach we're going for. ```python from flytekit import task, workflow, approve, wait_for_input @task def t1(a: int) -> int: return a + 5 @task def...