Clint Zhang
10/12/2023, 4:42 PMJay Ganbat
10/12/2023, 5:34 PMClint Zhang
10/12/2023, 10:55 PMYee
Clint Zhang
10/12/2023, 11:16 PM@task(
container_image=IMAGE,
limits=Resources(cpu="5", mem="10Gi"),
requests=Resources(cpu="5", mem="10Gi"),
)
def upload_resource_folder() -> FlyteDirectory:
return "./resources"
However some files/directories (like ./resources/build/*) under ./resources is not desired and is there a way to exclude ./resources/build in FlyteDirectory?Jay Ganbat
10/12/2023, 11:20 PMYee
Clint Zhang
10/12/2023, 11:25 PMYee
extras
and don’t register it by default. users who want it can register it. if it ends up being a tiny change that doesn’t change default behavior then we can just have one.Ketan (kumare3)
Samhita Alla
Yee