Skip to content

Conversation

@NgoHarrison
Copy link
Contributor

No description provided.

@NgoHarrison
Copy link
Contributor Author

@codex review

@NgoHarrison NgoHarrison force-pushed the harrison/fix-mocks-in-scenarios branch from 55b49a8 to 4749bf8 Compare December 5, 2025 21:26
@chatgpt-codex-connector
Copy link

Codex Review: Didn't find any major issues. Swish!

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

node_id: string;
when_condition?: WorkflowValueDescriptor;
then_outputs: Record<string, unknown>;
then_outputs: Record<string, unknown> | WorkflowSandboxDatasetRowMockOutput[];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[blocking] this should never be the case from django... would love to see where this is coming from

@@ -1,5 +1,42 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`Workflow Sandbox > write > should generate DatasetRow with mocks using array format for then_outputs 1`] = `
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Even if this was a bug that we wanted to handle, the sandbox.py file shouldn't be used in the executions path at all and would be surprised if it was blocking the customer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants