Alessandro Andrioni

Results 14 comments of Alessandro Andrioni

It was #13891! I think not removing it from planning was just an oversight, but keeping it in the parsing logic was intentional.

PR should be open sometime this week! I already have everything fully wired up [here](https://github.com/andrioni/materialize/commit/901e2869f1936a575f7b57e7889a92f6258afa28) and "working", now it's just a matter of making it nice (i.e. not passing the...

Eh, it was simpler than I expected: PR open #13891 for everything before `ALTER SOURCE`.

(going to comment the main content later on) Just a note: I'm analyzing some of the enriched event TSVs, and apparently some fields (`mkt_term`, at least) are URL-decoded without any...

In fact, I found it on on the archive bucket, inside the `enriched/good/` directory, but I can't find the `event_id` in Redshift.

We also faced the same issue here, but IIRC doing the schema manipulation queries as the only query in a separate step worked, at least on Redshift, but I might...

It would be nice to have `list_agg` here, as it could provide (I imagine) a more efficient alternative to `jsonb_agg` in several cases. To be clear, I would prefer for...

Marking it permanently as errored (and potentially exposing this fact on queries as an additional `NOTICE` message), or potentially re-extracting the source from scratch (with a new snapshot and replication...

I think we can close this issue, right?

Ah, sorry, I thought they were all mandatory already! Thanks!