CodingJonas opened a new pull request #8617: URL: https://github.com/apache/airflow/pull/8617
While working with the operator I had to change a few things to work better for my use cases. I thought I'd make a pull request, perhaps some changes seem relevant. I'm happy to cherry pick code changes that makes sense for the project. Here is a list of the changes: - Additional options to define configs, secrets and networks for the new service to use - The service name now contains the Airflow `task_id` to easier distinguish between multiple services started through Airflow - Short sleeping intervals between service status polls to reduce cpu usage - Minor refactoring to improve readability of the `_run_service()` method --- - [X] Description above provides context of the change - [X] Unit tests coverage for changes (not needed for documentation changes) - [X] Target Github ISSUE in description if exists - [X] Commits follow "[How to write a good git commit message](http://chris.beams.io/posts/git-commit/)" - [X] Relevant documentation is updated including usage instructions. - [X] I will engage committers as explained in [Contribution Workflow Example](https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst#contribution-workflow-example). ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
