Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated module to match new module structure #98

Merged
merged 1 commit into from
Aug 5, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 38 additions & 26 deletions module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,34 +6,46 @@ metadata:
name: arrow-flight-module
version: latest # semantic version
spec:
type: service
chart:
name: ghcr.io/fybrik/arrow-flight-module-chart:latest
values:
image.tag: latest
flows:
- read
capabilities:
api:
endpoint:
port: 80
scheme: grpc
protocol: fybrik-arrow-flight
dataformat: arrow
supportedInterfaces:
- flow: read
source:
protocol: s3
dataformat: parquet
- flow: read
source:
protocol: s3
dataformat: csv
- flow: write
sink:
protocol: s3
dataformat: parquet
actions:
- id: redact-ID
level: 2 # column
- id: removed-ID
level: 2 # column
- capability: read
scope: workload
api:
endpoint:
port: 80
scheme: grpc
protocol: fybrik-arrow-flight
dataformat: arrow
supportedInterfaces:
- source:
protocol: s3
dataformat: parquet
- source:
protocol: s3
dataformat: csv
actions:
- id: redact-ID
level: 2 # column
- id: removed-ID
level: 2 # column
- capability: write
scope: workload
api:
endpoint:
port: 80
scheme: grpc
protocol: fybrik-arrow-flight
dataformat: arrow
supportedInterfaces:
- sink:
protocol: s3
dataformat: parquet
actions:
- id: redact-ID
level: 2 # column
- id: removed-ID
level: 2 # column