From a7ad20455cdcaa5ec851b7688c3126a904574742 Mon Sep 17 00:00:00 2001 From: Ash Berlin-Taylor Date: Thu, 29 Oct 2020 17:05:59 +0000 Subject: [PATCH] Rename example JDBC dag (#11946) This was merged in #11472, but for some reason that didn't run tests so the failure wasn't noticed --- .../{example_jdbc_operator.py => example_jdbc_queries.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename airflow/providers/jdbc/example_dags/{example_jdbc_operator.py => example_jdbc_queries.py} (100%) diff --git a/airflow/providers/jdbc/example_dags/example_jdbc_operator.py b/airflow/providers/jdbc/example_dags/example_jdbc_queries.py similarity index 100% rename from airflow/providers/jdbc/example_dags/example_jdbc_operator.py rename to airflow/providers/jdbc/example_dags/example_jdbc_queries.py