-
Notifications
You must be signed in to change notification settings - Fork 8
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: job handler & space configure plugins #191
Conversation
Removed dependencies detected. Learn more about Socket for GitHub ↗︎ 🚮 Removed packages: @flatfile/[email protected], [email protected], [email protected] |
nice, can i do more than create a workbook when space created? |
how does the code look for success/fail on the job? How do i give you the outcome messages etc? |
|
Success is assumed if no error is thrown. To fail the job, throw an exception. The callback can return a Also a |
Do you mind making docs PR at same time? That will help me understand the DXP a lil more |
|
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.
live review
This PR introduces two new plugins:
@flatfile/plugin-job-handler
and@flatfile/plugin-space-configure
.Docs ref: FlatFilers/Guides#731