Greg Solovyev
Greg Solovyev
1. investigate if there are any limitations specific to MariaDB that prevent us from using MySQL Source connector. 2. Document the limitations if any are found 3. Decide if we...
> Seems, normalization does not work at all. Should be fixed to unblock this issue > > Caused by: io.airbyte.workers.exception.WorkerException: Could not find image: airbyte/normalization-mysql:0.2.7 at io.airbyte.workers.process.DockerProcessFactory.create(DockerProcessFactory.java:97) ~[io.airbyte-airbyte-workers-0.39.34-alpha.jar:?] at io.airbyte.workers.normalization.DefaultNormalizationRunner.runProcess(DefaultNormalizationRunner.java:123)...
@alexandr-shegeda moving this to JGL team. The tasks here are: - reproduce the problem with MySQL source - check if the problem is reproducible with Postgres Source - check if...
I added @subodh1810 and @edgao as reviewers, because they are (have been recently) working on this code
Comment for grooming: we may not take this into work until we are done with MySQL, but we need to estimate the work in order to correctly prioritize it
Notes from grooming: until normalization runs, the data is not useful for the customer. For destinations, checkpointing will not improve "time to value" for customers, but will improve durability (some...
Converted this to Epic: @grishick TODO: create individual tickets for destinations
Related OC issue: [585](https://github.com/airbytehq/oncall/issues/585)
The first step here is to create an E2E test scenario with Postgres Source and any GA destination (e.g., pick one GA destination) with a source data set that has...
@edgao and @VitaliiMaltsev met earlier this week about Vitalii's proposal. The goal is to support arrays as arrays and not render them as strings.