mik-laj commented on a change in pull request #6299: [AIRFLOW-5631] Change way
of running GCP system tests
URL: https://github.com/apache/airflow/pull/6299#discussion_r333478671
##########
File path: airflow/gcp/hooks/base.py
##########
@@ -294,6 +295,26 @@ def wrapper(self: GoogleCloudBaseHook, *args, **kwargs)
-> RT:
return func(self, *args, **kwargs)
return wrapper
+ @staticmethod
+ def validate_key(key_path: str) -> None:
Review comment:
I'm afraid this should no longer be part of the public part of hook
interface.
----------------------------------------------------------------
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