You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/08/24 11:12:06 UTC

[GitHub] [airflow] mik-laj commented on a change in pull request #10304: WIP Added operator, hook, docs and tests for Dataprep

mik-laj commented on a change in pull request #10304:
URL: https://github.com/apache/airflow/pull/10304#discussion_r475525556



##########
File path: airflow/providers/google/cloud/hooks/dataprep.py
##########
@@ -56,7 +57,7 @@ def _token(self) -> str:
         token = conn.extra_dejson.get("token")
         if token is None:
             raise AirflowException(
-                "Dataprep token is missing or has invalid format. "
+                "Dataprep token is missing or has invalid format."

Review comment:
       I think space is expected here.




----------------------------------------------------------------
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:
users@infra.apache.org