-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuf.gen.datasets.yaml
More file actions
25 lines (25 loc) · 1.02 KB
/
Copy pathbuf.gen.datasets.yaml
File metadata and controls
25 lines (25 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# yaml-language-server: $schema=https://www.schemastore.org/buf.gen.json
# please keep this file in sync with buf.gen.workflows.yaml, especially the plugins versions
version: v2
managed:
enabled: true
plugins:
- remote: buf.build/grpc/python
out: tilebox-datasets/tilebox/datasets
- remote: buf.build/connectrpc/python:v0.10.0
out: tilebox-datasets/tilebox/datasets
- remote: buf.build/protocolbuffers/python:v30.0 # use the minimum version that supports protobuf 6
out: tilebox-datasets/tilebox/datasets
- remote: buf.build/protocolbuffers/pyi:v30.0 # use the minimum version that supports protobuf 6
out: tilebox-datasets/tilebox/datasets
inputs:
# for local development
# - directory: ../api
- module: buf.build/tilebox/api
paths:
- "datasets"
- "tilebox"
# Deliberately generate validation-blind client messages: the SDK does not validate
# client-side, and omitting buf.validate avoids conflicts in protobuf's global descriptor pool.
exclude_types:
- "buf.validate.**"