Edi Bice
Edi Bice
I don't know enough to decide. There's a lengthy discussion in the Avro JIRA above about the merits of string etc.
Okay, it seemed it was easy enough to get this tool to handle BigDecimal - added following where you pointed, compiled and installed, and then generate parsed my schema okay...
OK that makes sense.
I have forked this project at https://github.com/edi-bice/deployKF and am gradually attempting to upgrade to upstream 1.10, so far mostly pipelines related. Will create a PR when things are working ......
I have the same issue using the (keras) Tuner component in TFX 2.15 `import kerastuner def _get_keras_hyperparameters() -> kerastuner.HyperParameters: """Returns hyperparameters for building Keras model.""" hp = kerastuner.HyperParameters() # Defines...
I do indeed assign the component before referencing it - updated my simplified code snippet to show that. The full blown version is something like if path is specified import...