omri fima

Results 5 issues of omri fima

Added a nice and useful syntactic sugar for select, allowing to define field alias by employing kwars parameter names i.e. instead of - select(table.foo.as_("bar")) you can write - select(bar=table.foo) the...

today when aliasing columns in select clauses it is written more or less like this - `select(table.foo.as_("bar"))` it would be really nice if instead, we could leverage kwargs to write...

# Summary Add the ability to autocomplete the namespace filter in "Workflow Template" and "Workflow" screens using the already available namespaces in the cluster. # Use Cases In our specific...

enhancement
good first issue
hacktoberfest
area/ui

Please answer these questions before submitting your issue. Thanks! when calling get_column for a table, the rationale behind it was an "optimization" that was implemented to load eagerly and cache...

feature
triaged