Skip to content

Commit

Permalink
remove pgweb from Service definition, add enabled field to DBTConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
colindickson committed Nov 17, 2023
1 parent 784fc35 commit 4f7e92b
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 68 deletions.
129 changes: 62 additions & 67 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.

2 changes: 1 addition & 1 deletion proto/sf/substreams/sink/sql/v1/services.proto
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ message Service {
bool wire_protocol_access = 3;
HasuraFrontend hasura_frontend = 4;
PostgraphileFrontend postgraphile_frontend = 5;
PGWebFrontend pgweb_frontend = 6;

enum Engine {
unset = 0;
Expand All @@ -30,6 +29,7 @@ message Service {
message DBTConfig {
bytes files = 1 [ (sf.substreams.options).zip_from_folder = true ];
int32 run_interval_seconds = 2;
bool enabled = 3;
}

// https://hasura.io/docs/latest/index/
Expand Down

0 comments on commit 4f7e92b

Please sign in to comment.