You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by eb...@apache.org on 2021/06/11 18:47:49 UTC

[incubator-streampipes] 16/16: [STREAMPIPES-349] Add DataLakeResourceV4 to openapi.yaml

This is an automated email from the ASF dual-hosted git repository.

ebi pushed a commit to branch STREAMPIPES-349
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git

commit 89a48d39cc2d70c5b5e1cf243b9fa8e5e55807ef
Author: Daniel Ebi <eb...@fzi.de>
AuthorDate: Fri Jun 11 20:17:18 2021 +0200

    [STREAMPIPES-349] Add DataLakeResourceV4 to openapi.yaml
---
 streampipes-backend/src/main/resources/openapi.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/streampipes-backend/src/main/resources/openapi.yaml b/streampipes-backend/src/main/resources/openapi.yaml
index db3b2a6..77a224d 100644
--- a/streampipes-backend/src/main/resources/openapi.yaml
+++ b/streampipes-backend/src/main/resources/openapi.yaml
@@ -2,6 +2,7 @@ scannerClass: io.swagger.v3.oas.integration.GenericOpenApiScanner
 resourceClasses:
   - org.apache.streampipes.ps.PipelineElementTemplateResource
   - org.apache.streampipes.rest.impl.PipelineResource
+  - org.apache.streampipes.ps.DataLakeResourceV4
 prettyPrint: true
 cacheTTL: 0
 openAPI: