You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "josh-fell (via GitHub)" <gi...@apache.org> on 2023/02/22 15:53:22 UTC

[GitHub] [airflow] josh-fell opened a new pull request, #29699: Handle `github_method_args` in GithubOperator when not provided

josh-fell opened a new pull request, #29699:
URL: https://github.com/apache/airflow/pull/29699

   The `github_method_args` is an optional parameter for GithubOperator; however, if an arg value is not passed the GithubOperator task fails because `github_method_args` is always expected to be a mapping. It should be possible for users to not need to pass `github_method_args` in GithubOperator when it's not needed.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] potiuk merged pull request #29699: Handle `github_method_args` in GithubOperator when not provided

Posted by "potiuk (via GitHub)" <gi...@apache.org>.
potiuk merged PR #29699:
URL: https://github.com/apache/airflow/pull/29699


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org