Test JSON SQL Join

Tests join primitive (INNER JOIN)

bdambrosio 71c092f 2 files · 2.6 KB Updated

File contents

Test Join Primitive

Self-contained: Creates test data internally

Input:

  • Creates $papers: A, B, C, D
  • Creates $authors: A (Alice), B (Bob), E (Eve)

Operation: Inner join on id field

Expected Output: $joined collection with 2 items (A and B have matches)

  • Paper A + Author Alice
  • Paper B + Author Bob

bdambrosio/cognitive_workbench/tree/main/src/saved_plans/test-json-sql-join commit 71c092f6cc

Frequently asked questions

npx skillmds@latest add bdambrosio/test-json-sql-join