1 parent 305e3f2 commit d64bf69Copy full SHA for d64bf69
2 files changed
.github/workflows/convert-proto.yml
@@ -13,7 +13,7 @@ on:
13
jobs:
14
auto-proto-convert:
15
runs-on: ubuntu-latest
16
- if: github.repository == 'opensearch-project/opensearch-protobufs'
+ # if: github.repository == 'opensearch-project/opensearch-protobufs'
17
steps:
18
- name: Checkout Repository
19
uses: actions/checkout@v4
tools/proto-convert/src/config/spec-filter.yaml
@@ -6,7 +6,6 @@ paths:
6
# Schemas to exclude from proto generation
7
# These schemas and their nested dependencies will not be included
8
excluded_schemas:
9
- - AggregationContainer
10
- Aggregate
11
- Suggester
12
- Suggest
@@ -35,3 +34,5 @@ excluded_schemas:
35
34
- TypeQuery
36
- WrapperQuery
37
- XyShapeQuery
+ - AdjacencyMatrixAggregation
38
+ - AutoDateHistogramAggregation
0 commit comments