This is an automated email from the ASF dual-hosted git repository.
turbaszek pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from 1c48ffb Reload gunicorn when plugins has beeen changed (#8997)
add 067806d Add tests for spark_jdbc_script (#9491)
No new revisions were added by this update.
Summary of changes:
.../apache/spark/hooks/spark_jdbc_script.py | 27 ++-
.../apache/spark/hooks/test_spark_jdbc_script.py | 200 +++++++++++++++++++++
tests/test_project_structure.py | 1 -
3 files changed, 220 insertions(+), 8 deletions(-)
create mode 100644 tests/providers/apache/spark/hooks/test_spark_jdbc_script.py