-
Notifications
You must be signed in to change notification settings - Fork 39
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
feat(textract): implement textract connector #2928
Conversation
96b93de
to
d16e7c9
Compare
...act/src/main/java/io/camunda/connector/textract/suppliers/util/AmazonTextractClientUtil.java
Fixed
Show fixed
Hide fixed
...s-textract/src/main/java/io/camunda/connector/textract/caller/AmazonAsyncTextractCaller.java
Outdated
Show resolved
Hide resolved
1b76283
to
269e54c
Compare
fa4b8f6
to
b0c8cf6
Compare
...aws/aws-textract/src/main/java/io/camunda/connector/textract/caller/AsyncTextractCaller.java
Outdated
Show resolved
Hide resolved
...aws/aws-textract/src/main/java/io/camunda/connector/textract/caller/AsyncTextractCaller.java
Outdated
Show resolved
Hide resolved
...aws/aws-textract/src/main/java/io/camunda/connector/textract/caller/AsyncTextractCaller.java
Outdated
Show resolved
Hide resolved
...aws/aws-textract/src/main/java/io/camunda/connector/textract/caller/AsyncTextractCaller.java
Outdated
Show resolved
Hide resolved
...aws/aws-textract/src/main/java/io/camunda/connector/textract/caller/AsyncTextractCaller.java
Outdated
Show resolved
Hide resolved
...aws/aws-textract/src/main/java/io/camunda/connector/textract/caller/AsyncTextractCaller.java
Outdated
Show resolved
Hide resolved
.../aws/aws-textract/src/main/java/io/camunda/connector/textract/caller/SyncTextractCaller.java
Outdated
Show resolved
Hide resolved
.../aws-textract/src/main/java/io/camunda/connector/textract/caller/PollingTextractCalller.java
Outdated
Show resolved
Hide resolved
...tors/aws/aws-textract/src/main/java/io/camunda/connector/textract/caller/TextractCaller.java
Outdated
Show resolved
Hide resolved
.../aws/aws-textract/src/main/java/io/camunda/connector/textract/model/TextractRequestData.java
Show resolved
Hide resolved
.../aws-textract/src/main/java/io/camunda/connector/textract/caller/PollingTextractCalller.java
Outdated
Show resolved
Hide resolved
.../aws/aws-textract/src/main/java/io/camunda/connector/textract/TextractConnectorFunction.java
Outdated
Show resolved
Hide resolved
...aws-textract/src/test/java/io/camunda/connector/textract/caller/AsyncTextractCallerTest.java
Outdated
Show resolved
Hide resolved
...-textract/src/test/java/io/camunda/connector/textract/caller/PollingTextractCalllerTest.java
Outdated
Show resolved
Hide resolved
...-textract/src/test/java/io/camunda/connector/textract/caller/PollingTextractCalllerTest.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, great job and great start! I’ve added some comments. Also, please add a link to the ticket in the PR. I don’t see any e2e tests here, so please create a ticket for that and link it as a follow-up task. It can be implemented later , as next step I think
...aws/aws-textract/src/main/java/io/camunda/connector/textract/caller/AsyncTextractCaller.java
Dismissed
Show dismissed
Hide dismissed
.../aws-textract/src/main/java/io/camunda/connector/textract/caller/PollingTextractCalller.java
Dismissed
Show dismissed
Hide dismissed
.../aws/aws-textract/src/main/java/io/camunda/connector/textract/caller/SyncTextractCaller.java
Dismissed
Show dismissed
Hide dismissed
@ElementTemplate.PropertyGroup(id = "input", label = "Configure input") | ||
}, | ||
documentationRef = | ||
"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/amazon-textract/", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please don't forget to add documentation after the connector is completed. Ping me or @Oleksiivanov for more details.
...aws/aws-textract/src/main/java/io/camunda/connector/textract/caller/AsyncTextractCaller.java
Show resolved
Hide resolved
...aws/aws-textract/src/main/java/io/camunda/connector/textract/caller/AsyncTextractCaller.java
Show resolved
Hide resolved
Looks great, thank you! I left few minor comments in code. As next steps, consider the following:
Unfortunately, I cannot approve the PR because GitHub thinks that I am an author. @Oleksiivanov do you see any issues with this PR? |
yeah, almost forgot, please squash your commits into single commit |
6269e28
to
4d95a3e
Compare
BTW, which account are you using, it it @DenovVasil or @denovVasyl? I think, only one is authorized with Camunda. |
4cf39be
to
b31a962
Compare
I use this one (https://github.com/DenovVasil) |
Maybe it's done already but remember to add the docs + the templates in the web-modeler repo :) Thanks! |
b31a962
to
c838bb7
Compare
sure #3162 |
Co-authored-by: DenovVasil <[email protected]>
Implement textract connector
Related
Next step, implement e2e tests for this connector :
Add documentation