turbaszek commented on a change in pull request #7770: [AIRFLOW-7069] Fix
CloudSQL system tests
URL: https://github.com/apache/airflow/pull/7770#discussion_r395295835
##########
File path: airflow/providers/google/cloud/hooks/cloud_sql.py
##########
@@ -324,21 +315,14 @@ def export_instance(self, instance: str, body: Dict,
project_id: Optional[str] =
:type project_id: str
:return: None
"""
- if not project_id:
- raise ValueError("The project_id should be set")
Review comment:
This should not be removed I think
----------------------------------------------------------------
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