potiuk commented on a change in pull request #8145: Drop redundant project id
null checks.
URL: https://github.com/apache/airflow/pull/8145#discussion_r406384244
##########
File path: airflow/providers/google/cloud/hooks/stackdriver.py
##########
@@ -433,8 +433,8 @@ def list_notification_channels(
@GoogleBaseHook.fallback_to_default_project_id
def _toggle_channel_status(
self,
- new_state: str,
- project_id: Optional[str] = None,
+ new_state: bool,
Review comment:
Nice too !
----------------------------------------------------------------
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]
With regards,
Apache Git Services