yathit opened a new pull request #22302: URL: https://github.com/apache/airflow/pull/22302
… DataFlow with local jar file. <!-- Thank you for contributing! Please make sure that your code changes are covered with tests. And in case of new features or big changes remember to adjust the documentation. Feel free to ping committers for the review! In case of existing issue, reference it using one of the following: closes: #ISSUE related: #ISSUE How to write a good git commit message: http://chris.beams.io/posts/git-commit/ --> --- **^ Fix #21989 indentation which cause not processing unless jar path is GCS path ** Due to [extra indentation](https://github.com/apache/airflow/blob/17d3e78e1b4011267e81846b5d496769934a5bcc/airflow/providers/google/cloud/operators/dataflow.py#L413) after checking GCS path, the task will not execute unless jar path is GCS path. This commit correct indentation and a test is added to check job is executed with local jar path. closes: #21989 -- 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]
