You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…rg#533)
* Bump propeller
Signed-off-by: Kevin Su <pingsutw@apache.org>
* Fixed slice bounds out of range
Signed-off-by: Kevin Su <pingsutw@apache.org>
* Fixed slice bounds out of range
Signed-off-by: Kevin Su <pingsutw@apache.org>
* update go.mod
Signed-off-by: Kevin Su <pingsutw@apache.org>
* update go.mod
Signed-off-by: Kevin Su <pingsutw@apache.org>
* update
Signed-off-by: Kevin Su <pingsutw@apache.org>
* Add tests
Signed-off-by: Kevin Su <pingsutw@apache.org>
* lint
Signed-off-by: Kevin Su <pingsutw@apache.org>
---------
Signed-off-by: Kevin Su <pingsutw@apache.org>
…rg#533)
* Bump propeller
Signed-off-by: Kevin Su <pingsutw@apache.org>
* Fixed slice bounds out of range
Signed-off-by: Kevin Su <pingsutw@apache.org>
* Fixed slice bounds out of range
Signed-off-by: Kevin Su <pingsutw@apache.org>
* update go.mod
Signed-off-by: Kevin Su <pingsutw@apache.org>
* update go.mod
Signed-off-by: Kevin Su <pingsutw@apache.org>
* update
Signed-off-by: Kevin Su <pingsutw@apache.org>
* Add tests
Signed-off-by: Kevin Su <pingsutw@apache.org>
* lint
Signed-off-by: Kevin Su <pingsutw@apache.org>
---------
Signed-off-by: Kevin Su <pingsutw@apache.org>
Describe the bug
I have seen several times that an empty array was passed in as
None
. Here is an example execution: https://flyte.lyft.net/console/projects/setl/domains/production/executions/ft7yxneh7lThe argument
loading_tbl_full_names
should be an empty array instead ofNone
.Expected behavior
The argument
loading_tbl_full_names
should be an empty array instead ofNone
.Flyte component
To Reproduce
Steps to reproduce the behavior:
Click and relaunch button from the provided execution.
Screenshots
See above
Environment
Flyte component
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: