tooptoop4 opened a new issue #14295: URL: https://github.com/apache/airflow/issues/14295
my dag has: ``` import datetime as dt import glob import json import logging import os import subprocess import traceback from airflow import DAG from airflow.providers.apache.spark.operators.spark_submit import SparkSubmitOperator from airflow.operators.python_operator import PythonOperator from airflow.operators.dummy_operator import DummyOperator from airflow.operators.python_operator import BranchPythonOperator from airflow.hooks.base_hook import BaseHook ``` i am on airflow 1.10.14, running airflow-upgrade-check 1.2.0 complains about: ``` airflow.contrib.operators.spark_jdbc_operator.SparkSubmitOperator airflow.contrib.operators.spark_submit_operator.SparkSubmitOperator ``` but my dag never imports them? ---------------------------------------------------------------- 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: [email protected]
