Skip to content

Wire PropertyGraph into CLI build and DDL execution - #2255

Merged
rafal-hawrylak merged 1 commit into
mainfrom
pr/property-graph-wire-pipeline-cli
Aug 25, 2026
Merged

Wire PropertyGraph into CLI build and DDL execution#2255
rafal-hawrylak merged 1 commit into
mainfrom
pr/property-graph-wire-pipeline-cli

Conversation

@rafal-hawrylak

Copy link
Copy Markdown
Collaborator

Follows the compile-pipeline wiring in the preceding commit. Adds the CLI-side plumbing that turns a compiled PropertyGraph action into a CREATE OR REPLACE PROPERTY GRAPH statement executed against BigQuery.

  • Build wiring: cli/api/commands/build.ts includes PropertyGraph actions in the execution graph.
  • DDL execution: cli/api/dbadapters/execution_sql.ts adds a code path for statements that produce a property graph so CREATE OR REPLACE PROPERTY GRAPH runs on the warehouse.
  • Coverage: execution_sql_test.ts covers the new code path, and two golden .sql files pin the exact DDL for a minimal fingraph and an HR-style graph.

@rafal-hawrylak
rafal-hawrylak requested a review from a team as a code owner August 24, 2026 09:45
Comment thread cli/api/commands/build.ts Outdated
Follows the compile-pipeline wiring in the preceding commit. Adds the
CLI-side plumbing that turns a compiled PropertyGraph action into a
CREATE OR REPLACE PROPERTY GRAPH statement executed against BigQuery.

- Build wiring: cli/api/commands/build.ts includes PropertyGraph actions
  in the execution graph.
- DDL execution: cli/api/dbadapters/execution_sql.ts adds a code path
  for statements that produce a property graph so CREATE OR REPLACE
  PROPERTY GRAPH runs on the warehouse.
- Coverage: execution_sql_test.ts covers the new code path, and two
  golden `.sql` files pin the exact DDL for a minimal fingraph and an
  HR-style graph.
@rafal-hawrylak
rafal-hawrylak force-pushed the pr/property-graph-wire-pipeline-cli branch from fbd6dc2 to 8f9a5ea Compare August 25, 2026 06:06
@rafal-hawrylak
rafal-hawrylak merged commit b5a1435 into main Aug 25, 2026
11 checks passed
@rafal-hawrylak
rafal-hawrylak deleted the pr/property-graph-wire-pipeline-cli branch August 25, 2026 06:13
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.

2 participants