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

Send Informational Alerts when Tap is Running / Succeeded #1113

Open
dmorton-eab opened this issue Jun 16, 2023 · 1 comment
Open

Send Informational Alerts when Tap is Running / Succeeded #1113

dmorton-eab opened this issue Jun 16, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@dmorton-eab
Copy link

Is your feature request related to a problem? Please describe.
Send additional information alerts when a tap is running and succeeded

@dmorton-eab dmorton-eab added the enhancement New feature or request label Jun 16, 2023
@dmorton-eab
Copy link
Author

I made the basic code changes and would be willing to contribute
cli/pipelinewise.py:12268
+ self.send_alert(message=f'Running {tap_id} tap in {target_id} target.', level=BaseAlertHandler.INFO)

cli/pipelinewise.py:1304
+ self.send_alert(message=f'Running {tap_id} tap in {target_id} target.', level=BaseAlertHandler.INFO)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant