Skip to content

Commit

Permalink
remove wire protocol access from service
Browse files Browse the repository at this point in the history
  • Loading branch information
colindickson committed Nov 20, 2023
1 parent 576430e commit 85b0c25
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 73 deletions.
131 changes: 60 additions & 71 deletions pb/sf/substreams/sink/sql/v1/services.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion proto/sf/substreams/sink/sql/v1/services.proto
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ message Service {
// Containing both create table statements and index creation statements.
string schema = 1 [ (sf.substreams.options).load_from_file = true ];
optional DBTConfig dbt_config = 2;
bool wire_protocol_access = 3;
HasuraFrontend hasura_frontend = 4;
PostgraphileFrontend postgraphile_frontend = 5;

Expand Down
2 changes: 1 addition & 1 deletion substreams.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
specVersion: v0.1.0
package:
name: substreams_sink_sql_protodefs
version: v1.0.6
version: v1.0.7
url: https://github.com/streamingfast/substreams-sink-sql
doc: |
Protobuf definitions for Substreams SQL Sink modules.
Expand Down

0 comments on commit 85b0c25

Please sign in to comment.