Gleb Kanterov
Gleb Kanterov
First of all, I want to thank you for doing such great job. I was digging into source code figuring out how to construct a consistent view of database tables...
For instance, in `BigQueryLookupOperator`, `BigQueryLookup` should be serializable. I see two alternatives: - check type signatures, I don't know if there is a good way to fix it due to...
Each time we upgrade Beam or flo there are new dependency conflicts. There is no good way to ensure that there are no conflicts apart from running code, it makes...
Let's consider using `ClosureCleaner` if we need serialization.
## Read then delete - Make sure to use a concise title for the pull-request. - Use #patch, #minor or #major in the pull-request title to bump the corresponding version....
## Changes Add `merge.Override` transform. It allows the override one `dyn.Value` with another, preserving source locations for parts of the sub-tree where nothing has changed. This is different from merging,...
## Changes Add ApplyPythonMutator, which will fork the Python subprocess and process pipe bundle configuration through it. It's enabled through `experimental` section, for example: ```yaml experimental: enable_pydabs: true venv: path:...
**Why would this be helpful to the Flyte community** From flyteidl: ``` //+optional A catch-all node. This node is executed whenever the execution engine determines the workflow has failed. //...
## Changes Add a mechanism to load Python source locations in the Python mutator. Previously, locations pointed to generated YAML. Now, they point to Python sources instead. Python process outputs...
## Changes Add tests for a minimal example of using "import". Because there is no code for "init", we only test "load" for now. Upgrade Python in CI to 3.10,...