Mythicaeda
Mythicaeda
Additionally, at the same time as we square away this ticket for the `merlin`, `sequencing`, `scheduling`, and `gateway` users, we need to decide what to do for the action server,...
The `transaction in progress` warning is likely because the sub-init files are wrapped in `begin; end;`. Removing these wrappers or having them declare [subtransactions](https://www.postgresql.org/docs/current/subxacts.html) instead should resolve them.
> > Is it reasonable to say that merges should only be allowed between plans with the same `model_id`? > > I think that's a reasonable restriction for the time...
> A question from demos: what happens if a model is deleted? This is ill-defined in Aerie in general, but the general current practice is to `set null` rather than...
@joshhaug Yes, I would mind adding an approval, because the DB migrations are not passing, meaning the DB code is not ready. Additionally, I know that you will need to...
According to the CI checks, the DB Migrations are incorrect. Please use the `pgcmpresults` files [provided by the workflow](https://github.com/NASA-AMMOS/aerie/actions/runs/11002250238?pr=1513) to fix them.
Do you have any docs/examples that go over the data flow for the new merlin DB tables? “Data flow” in this case referring to what’s the source of the data,...
Blocking: Sweeping request for the PR: Please add column comments to the tables.
Please add in-line comments to the `derived_events` view.
Quick explanation behind all of these comments on the test comments: I don’t know if it’s obvious, but the way I’m rewording these test comments is to transform them into...