Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions protos/db_adapter.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ syntax = "proto3";

package dataform;

option go_package = "github.com/dataform-co/dataform/protos/dataform";

import "core.proto";

// Common structures for Evaluation, execution and compilation.
Expand Down
2 changes: 2 additions & 0 deletions protos/jit.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ syntax = "proto3";

package dataform;

option go_package = "github.com/dataform-co/dataform/protos/dataform";

import "google/protobuf/empty.proto";
import "google/protobuf/struct.proto";
import "google/protobuf/timestamp.proto";
Expand Down
Loading