Ketan (kumare3)
Ketan (kumare3)
disable_deck=False
in the @task
Ketan (kumare3)
Byron Hsu
05/11/2023, 8:07 PMBernhard Stadlbauer
05/12/2023, 5:23 AMgo
due to a lack of a GoLand license.
Has anyone ever asked JetBrains whether we could have OpenSource licenses for developing Flyte? If not, does anyone mind if I go ahead and ask?Byron Hsu
05/12/2023, 4:32 PMByron Hsu
05/12/2023, 4:59 PMFabio Grätz
05/15/2023, 12:16 PMtask_resource_defaults.task_resources.defaults/limits.storage
as well as Resources(storage=âŚ)
donât have any effect on the resulting Pod at all?
@dataclass
class Resources(object):
.. note::
Persistent storage is not currently supported on the Flyte backend.
Byron Hsu
05/16/2023, 5:58 AMByron Hsu
05/16/2023, 5:04 PMDavid Espejo (he/him)
05/16/2023, 8:05 PMhonnix
05/17/2023, 3:21 PMByron Hsu
05/19/2023, 6:36 PMByron Hsu
05/19/2023, 10:14 PMByron Hsu
05/22/2023, 6:16 AMHuman: how is fast registration implemented?
AI: Fast registration in Flyte allows users to update workflow code without having to rebuild the entire docker image. This is achieved by zipping up the code, uploading it to the configured blob store using a signed URL, and then prepending a command to the taskâs normal command. At runtime, the command downloads the archive from the blob store and unzips it to the root of the containerâs image. TheFeel free to check out my repo đcommand with thepyflyte package
flag can be used to enable fast registration. It is important to note that registration is a two-step process involving compilation and registration, and separate commands are available for each step. More information can be found in the Flyte documentation.--fast
Bernhard Stadlbauer
05/23/2023, 11:53 AMByron Hsu
05/23/2023, 5:44 PMDavid Espejo (he/him)
05/24/2023, 4:41 PMDavid Espejo (he/him)
05/24/2023, 7:39 PMuser
05/24/2023, 9:00 PMByron Hsu
05/25/2023, 5:52 PMDavid Espejo (he/him)
05/25/2023, 6:02 PMByron Hsu
05/25/2023, 10:49 PMKetan (kumare3)
Fabio Grätz
05/30/2023, 9:17 AMERROR: Cannot install flytekit 0.0.0+develop (from git+ssh://****@github.com/flyteorg/flytekit.git@f671fb68092979b0328b97453d0ba0d396a6398e) and <internal-package> (<internal-package>/pyproject.toml) because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested flytekit 0.0.0+develop (from git+ssh://****@github.com/flyteorg/flytekit.git@f671fb68092979b0328b97453d0ba0d396a6398e)
flytekitplugins-deck-standard 0.0.0+develop depends on flytekit<2.0.0 and >=1.3.0b2
Byron Hsu
05/30/2023, 4:06 PMByron Hsu
05/30/2023, 4:06 PMkatrina
Tim Sheiner
05/30/2023, 9:19 PMByron Hsu
05/31/2023, 8:04 PM