We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This feature is needed so that a job can determine if schema has changed during the execution of the dependent job.
Add the ability to get information about tasks completed so far from sources, transformers, and sinks.
--
Extend Pramen trait to get the current state of the pipeline.
Pramen
The text was updated successfully, but these errors were encountered:
#403 Add the ability to get currently completed tasks from anywhere f…
51640d5
…rom user's code.
e3522bd
Successfully merging a pull request may close this issue.
Background
This feature is needed so that a job can determine if schema has changed during the execution of the dependent job.
Feature
Add the ability to get information about tasks completed so far from sources, transformers, and sinks.
Example
--
Proposed Solution
Extend
Pramen
trait to get the current state of the pipeline.The text was updated successfully, but these errors were encountered: