Skip to content

Commit

Permalink
feat: add source_tables and source_table_ids (#151)
Browse files Browse the repository at this point in the history
* feat: add `source_tables`

* feat: use `SchemaScopedTableName`

* chore: include flow proto

* chore: rename

* feat: add `CreateFlowTask` and `DropFlowTask`
  • Loading branch information
WenyXu authored Apr 25, 2024
1 parent 5d7db48 commit 93ebc1b
Show file tree
Hide file tree
Showing 17 changed files with 8,462 additions and 3,098 deletions.
1 change: 1 addition & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ fn main() {
"proto/greptime/v1/meta/cluster.proto",
"proto/greptime/v1/meta/procedure.proto",
"proto/greptime/v1/region/server.proto",
"proto/greptime/v1/flow/server.proto",
"proto/greptime/v1/index/inverted_index.proto",
"proto/prometheus/remote/remote.proto",
"proto/substrait_extension/promql_plan.proto",
Expand Down
935 changes: 600 additions & 335 deletions c++/greptime/v1/ddl.pb.cc

Large diffs are not rendered by default.

1,169 changes: 743 additions & 426 deletions c++/greptime/v1/ddl.pb.h

Large diffs are not rendered by default.

537 changes: 288 additions & 249 deletions c++/greptime/v1/flow/server.pb.cc

Large diffs are not rendered by default.

641 changes: 349 additions & 292 deletions c++/greptime/v1/flow/server.pb.h

Large diffs are not rendered by default.

640 changes: 607 additions & 33 deletions c++/greptime/v1/meta/ddl.pb.cc

Large diffs are not rendered by default.

700 changes: 698 additions & 2 deletions c++/greptime/v1/meta/ddl.pb.h

Large diffs are not rendered by default.

Loading

0 comments on commit 93ebc1b

Please sign in to comment.