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

fix: airflow sensor tasks, add timeout in request call #148

Closed
wants to merge 1 commit into from

Conversation

BitWielderSumit
Copy link

This is fix for this bug

@@ -69,8 +69,9 @@ def execute(self, context):


class OptimusAPIClient:
def __init__(self, optimus_host):
def __init__(self, optimus_host, timeout):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this would require changes in other places as well, otherwise this will result in
missing required positional argument: 'timeout'

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

Successfully merging this pull request may close these issues.

2 participants