Laura Lin
09/08/2023, 8:19 PMreact-dom.production.min.js:125 TypeError: Cannot destructure property 'type' of 'undefined' as it is undefined.
at m (main.7d9178e441dc822c8094.js:1:334745)
at t.UnionInput (main.7d9178e441dc822c8094.js:1:267049)
at we (react-dom.production.min.js:84:293)
at zj (react-dom.production.min.js:226:496)
at Th (react-dom.production.min.js:152:223)
at tj (react-dom.production.min.js:152:152)
at Te (react-dom.production.min.js:146:151)
at react-dom.production.min.js:61:68
at unstable_runWithPriority (react.production.min.js:25:260)
at Da (react-dom.production.min.js:60:280)
Yee
Jason Porter
09/08/2023, 8:40 PMLaura Lin
09/08/2023, 8:52 PMx: str,
y: str,
z: Optional[List[str]],
a: Optional[List[str]],
c: int = 20,
b: bool = False,
d: str = "g",
e: str = "h",
f: bool = False,
g: bool = False,
Jason Porter
09/08/2023, 8:54 PMLaura Lin
09/08/2023, 8:55 PMYee
Laura Lin
09/14/2023, 5:33 PMYee
Laura Lin
09/14/2023, 5:33 PMYee
import typing
from flytekit import task, workflow
@task
def repro_1(a: typing.Optional[typing.List[str]], b: typing.Optional[typing.List[str]]):
print(a)
print(b)
@workflow
def run_repro_1(a: typing.Optional[typing.List[str]], b: typing.Optional[typing.List[str]]):
repro_1(a=a, b=b)
Laura Lin
09/14/2023, 5:41 PM@task
def my_mappable_task(a: typing.Optional[typing.List[int]]):
print(a)
@workflow
def my_wf(x: typing.Optional[typing.List[int]]):
my_mappable_task(a=x)
Yee
Laura Lin
09/14/2023, 5:44 PMYee
Laura Lin
09/14/2023, 5:48 PMYee
Laura Lin
09/14/2023, 5:49 PM<http://cr.flyte.org/flyteorg/flyteconsole-release:v1.9.1|cr.flyte.org/flyteorg/flyteconsole-release:v1.9.1>
<http://cr.flyte.org/flyteorg/flyteadmin-release:v1.9.1|cr.flyte.org/flyteorg/flyteadmin-release:v1.9.1>
says my helm chartYee
Laura Lin
09/14/2023, 5:51 PMreact-dom.production.min.js:125 Error: empty string
at Function.d [as fromString] (vendor.d3268180b8c0d189c23e.js:2:21291)
at Object.toLiteral (main.7d9178e441dc822c8094.js:1:299325)
at Object.typeDefinitionToDefaultValue (main.7d9178e441dc822c8094.js:1:294199)
at main.7d9178e441dc822c8094.js:1:266673
at Array.reduce (<anonymous>)
at main.7d9178e441dc822c8094.js:1:266522
at t.UnionInput (main.7d9178e441dc822c8094.js:1:266721)
at we (react-dom.production.min.js:84:293)
at zj (react-dom.production.min.js:226:496)
at Th (react-dom.production.min.js:152:223)
Me @ react-dom.production.min.js:125
main.7d9178e441dc822c8094.js:1 Error: empty string
at Function.d [as fromString] (vendor.d3268180b8c0d189c23e.js:2:21291)
at Object.toLiteral (main.7d9178e441dc822c8094.js:1:299325)
at Object.typeDefinitionToDefaultValue (main.7d9178e441dc822c8094.js:1:294199)
at main.7d9178e441dc822c8094.js:1:266673
at Array.reduce (<anonymous>)
at main.7d9178e441dc822c8094.js:1:266522
at t.UnionInput (main.7d9178e441dc822c8094.js:1:266721)
at we (react-dom.production.min.js:84:293)
at zj (react-dom.production.min.js:226:496)
at Th (react-dom.production.min.js:152:223)
Yee
Laura Lin
09/14/2023, 6:13 PMYee
Laura Lin
10/02/2023, 4:55 PMYee
Laura Lin
10/02/2023, 5:07 PMYee
Laura Lin
10/02/2023, 5:09 PMYee
Laura Lin
10/02/2023, 5:12 PM➜ x git:(master) ✗ docker pull <http://cr.flyte.org/flyteorg/flyteconsole-release:v1.9.6|cr.flyte.org/flyteorg/flyteconsole-release:v1.9.6>
Error response from daemon: manifest unknown
➜ x git:(master) ✗ docker pull <http://cr.flyte.org/flyteorg/flyteconsole-release:v1.9.1|cr.flyte.org/flyteorg/flyteconsole-release:v1.9.1>
v1.9.1: Pulling from flyteorg/flyteconsole-release
Yee
docker pull <http://cr.flyte.org/flyteorg/flyteconsole:v1.9.6|cr.flyte.org/flyteorg/flyteconsole:v1.9.6>
Laura Lin
10/02/2023, 5:15 PM