Hey droid,First — your analysis is correct and still current. I re-checked the docs: a ForEach task takes exactly one nested task (you can't even nest another ForEach), and the dependency scope sits at the ForEach level, so you can't fan out a hetero...
Hey harisrinivasay,I've hit the same class of pain, and your report lines up with how Genie stores its config — so a quick note on the likely mechanism plus what's actually worked as a workaround, since a forum post alone probably won't get this fixe...
Hey matko,Short version: your diagnosis looks right, and this reads like a Beta rollout gap rather than anything you misconfigured.The stack trace (toProto failing in loadForeignSecurableMetadataAndUpdateCache on an unrecognized securable kind) plus ...
Good question, and the answer is usually simpler than it looks: those secrets are almost always YOUR OWN credentials for whatever third-party service the app talks to — not something the developer sends you.Here's the model: Marketplace apps aren't a...
I ran some tests.**Answer — verified at source level and across six runs, Spark 3.5.2 → 4.2.0(evidence dossier attached):**There are two independent rejections here sharing one error class, which iswhat made this confusing:1. `CAST(struct AS VARIANT)...