honnix
08/02/2023, 9:51 PMFabio Grätz
08/03/2023, 3:10 PMNiels Bantilan
08/03/2023, 5:43 PML godlike
08/08/2023, 1:19 PML godlike
08/08/2023, 1:28 PML godlike
08/09/2023, 1:37 AML godlike
08/09/2023, 1:39 AML godlike
08/09/2023, 1:39 AML godlike
08/09/2023, 3:32 AML godlike
08/09/2023, 7:23 AMYi Chiu
08/11/2023, 6:36 AML godlike
08/11/2023, 8:19 AMimport pytube
yt = pytube.YouTube("<https://youtu.be/V-KlVQmQAjE>")
stream = yt.streams.get_highest_resolution()
stream.download()
Yi Chiu
08/11/2023, 11:14 PML godlike
08/12/2023, 6:41 AML godlike
08/13/2023, 2:43 PML godlike
08/16/2023, 2:52 PMuser
08/16/2023, 9:00 PML godlike
08/17/2023, 4:48 AMDavid Espejo (he/him)
08/17/2023, 6:00 PMGopal Vashishtha
08/18/2023, 4:10 AML godlike
08/18/2023, 8:01 AMflytekit
base agent.
In this PR, I've addressed the asynchronous behavior of the delete
function.
I'd appreciate any feedback or reviews on the changes.
https://github.com/flyteorg/flytekit/pull/1800
Thanks for the attention and the time.Mücahit
08/18/2023, 1:37 PMDavid Espejo (he/him)
08/18/2023, 3:08 PMflyte
repo and we're going to prevent new PRs from opening in each respective repo. Then we'll mark the repos as "read-only" pointing them to the flyte
repo.
--
@Eduardo Apolinario (eapolinario) feel free to add more details if needed.
Any question, please drop it here!Fabio Grätz
08/18/2023, 5:04 PML godlike
08/22/2023, 7:33 AM- aiohttp
- aioresponse
- pytest-asyncio
These are required for the "flytekit/plugins/flytekit-spark" module.
Could anyone provide guidance on the best way to include these?
I've identified four potential files under the flytekit
directory where I think these dependencies might be added:
setup.py
<http://dev-requirements.in|dev-requirements.in>
<http://doc-requirements.in|doc-requirements.in>
doc-requirements.txt
Any advice or direction would be greatly appreciated. Thanks!
Here's the pull request: https://github.com/flyteorg/flytekit/pull/1797user
08/30/2023, 9:00 PML godlike
09/01/2023, 7:42 AMbase_agent.py
in Flytekit for asynchronous signal handler use case.
However, I've encountered an issue that needs discussion with the maintainers.
Could anyone please take a look at the latest message in the pull request?
It is about a special case when canceling the program.
Thank you very much!
https://github.com/flyteorg/flytekit/pull/1802user
09/13/2023, 9:00 PMVanshika Chowdhary
09/15/2023, 8:11 PMNodeSelector
field in the ExecutionSpec
in flyteidl/admin? Labels and annotations are already exposedFabio Grätz
09/22/2023, 5:30 PMflytekit
PR to flytectl
. Thanks a lot for reviewing all this stuff 🙏