eladkal commented on a change in pull request #20240:
URL: https://github.com/apache/airflow/pull/20240#discussion_r767427089



##########
File path: airflow/providers/tableau/operators/tableau.py
##########
@@ -116,6 +116,8 @@ def execute(self, context: dict) -> str:
 
             response = method(resource_id)
 
+        job_id = ''

Review comment:
       You can just move the assignent of response.id outside of the if.
   There is no need for assigning empty string.




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to