Skip to content

Commit

Permalink
fix: Generate Python Code from plugin-pb (#34)
Browse files Browse the repository at this point in the history
Co-authored-by: cq-bot <cq-bot@users.noreply.github.com>
  • Loading branch information
cq-bot and cq-bot authored Aug 8, 2023
1 parent dfa293e commit 8394ac6
Show file tree
Hide file tree
Showing 4 changed files with 129 additions and 54 deletions.

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

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

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

1 change: 1 addition & 0 deletions src/main/proto/cloudquery/plugin/v3/plugin.proto
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ message GetTables {
message Request {
repeated string tables = 1;
repeated string skip_tables = 2;
bool skip_dependent_tables = 3;
}
message Response {
// marshalled []arrow.Schema
Expand Down

0 comments on commit 8394ac6

Please sign in to comment.