Skip to content

Add proto surface for PropertyGraph action - #2243

Merged
rafal-hawrylak merged 1 commit into
mainfrom
pr/property-graph-protos
Aug 17, 2026
Merged

Add proto surface for PropertyGraph action#2243
rafal-hawrylak merged 1 commit into
mainfrom
pr/property-graph-protos

Conversation

@rafal-hawrylak

Copy link
Copy Markdown
Collaborator

Introduces config- and compiled-form protos for BigQuery Property Graphs.

  • protos/property_graph_config.proto (new): PropertyGraphConfig and children, plus DatasetDataSource / CatalogDataSource / GraphRef variants for data_source. GraphRef lets an entity or relationship reference another Dataform action by name (with optional schema and database) instead of a fully qualified BigQuery table.
  • protos/configs.proto: import property_graph_config.proto and add PropertyGraphConfig to ActionConfig.action.
  • protos/core.proto: PropertyGraph and children. Wire repeated PropertyGraph property_graphs = 16 on CompiledGraph.
  • protos/BUILD: include property_graph_config.proto in dataform_proto.

Config and compiled types are decoupled. Only core/actions/property_graph.ts will bridge them.

@rafal-hawrylak
rafal-hawrylak requested a review from kolina August 17, 2026 12:18
@rafal-hawrylak
rafal-hawrylak requested a review from a team as a code owner August 17, 2026 12:18
Comment thread protos/core.proto Outdated
Introduces config- and compiled-form protos for BigQuery Property
Graphs.

- protos/property_graph_config.proto (new): PropertyGraphConfig and
  children, plus DatasetDataSource / CatalogDataSource / GraphRef
  variants for data_source. GraphRef lets an entity or relationship
  reference another Dataform action by name (with optional schema
  and database) instead of a fully qualified BigQuery table.
- protos/configs.proto: import property_graph_config.proto and add
  PropertyGraphConfig to ActionConfig.action.
- protos/core.proto: PropertyGraph and children. Wire
  repeated PropertyGraph property_graphs = 16 on CompiledGraph.
- protos/BUILD: include property_graph_config.proto in dataform_proto.

Config and compiled types are decoupled. Only
core/actions/property_graph.ts will bridge them.
@rafal-hawrylak
rafal-hawrylak force-pushed the pr/property-graph-protos branch from bb5e144 to 61a7d40 Compare August 17, 2026 13:14
@rafal-hawrylak
rafal-hawrylak merged commit 115ad43 into main Aug 17, 2026
11 checks passed
@rafal-hawrylak
rafal-hawrylak deleted the pr/property-graph-protos branch August 17, 2026 13:18
rafal-hawrylak added a commit that referenced this pull request Aug 18, 2026
Introduces config- and compiled-form protos for BigQuery Property
Graphs.

- protos/property_graph_config.proto (new): PropertyGraphConfig and
  children, plus DatasetDataSource / CatalogDataSource / GraphRef
  variants for data_source. GraphRef lets an entity or relationship
  reference another Dataform action by name (with optional schema
  and database) instead of a fully qualified BigQuery table.
- protos/configs.proto: import property_graph_config.proto and add
  PropertyGraphConfig to ActionConfig.action.
- protos/core.proto: PropertyGraph and children. Wire
  repeated PropertyGraph property_graphs = 16 on CompiledGraph.
- protos/BUILD: include property_graph_config.proto in dataform_proto.

Config and compiled types are decoupled. Only
core/actions/property_graph.ts will bridge them.
apilaskowski pushed a commit that referenced this pull request Aug 19, 2026
Bumps the npm package version to release the `PropertyGraph` action
(#2243, #2246, #2249) and JiT assertion integration (#2185, #2223).
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