You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/02/18 15:22:08 UTC

[GitHub] [airflow] tooptoop4 opened a new issue #14295: airflow-upgrade-check complains about spark imports i don't have

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:
users@infra.apache.org



[GitHub] [airflow] eladkal edited a comment on issue #14295: airflow-upgrade-check complains about spark imports i don't have

Posted by GitBox <gi...@apache.org>.
eladkal edited a comment on issue #14295:
URL: https://github.com/apache/airflow/issues/14295#issuecomment-781470604


   same issue as https://github.com/apache/airflow/issues/13570 ?
   ~~Can you see if https://github.com/apache/airflow/pull/13622 solves this?~~ It doesn't solve this issue.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [airflow] kaxil commented on issue #14295: airflow-upgrade-check complains about spark imports i don't have

Posted by GitBox <gi...@apache.org>.
kaxil commented on issue #14295:
URL: https://github.com/apache/airflow/issues/14295#issuecomment-789327489


   closed by https://github.com/apache/airflow/pull/14493


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [airflow] kaxil closed issue #14295: airflow-upgrade-check complains about spark imports i don't have

Posted by GitBox <gi...@apache.org>.
kaxil closed issue #14295:
URL: https://github.com/apache/airflow/issues/14295


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [airflow] eladkal edited a comment on issue #14295: airflow-upgrade-check complains about spark imports i don't have

Posted by GitBox <gi...@apache.org>.
eladkal edited a comment on issue #14295:
URL: https://github.com/apache/airflow/issues/14295#issuecomment-781470604


   same issue as https://github.com/apache/airflow/issues/13570 ?
   Can you see if https://github.com/apache/airflow/pull/13622 solves this?


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [airflow] eladkal commented on issue #14295: airflow-upgrade-check complains about spark imports i don't have

Posted by GitBox <gi...@apache.org>.
eladkal commented on issue #14295:
URL: https://github.com/apache/airflow/issues/14295#issuecomment-781470604


   same issue as https://github.com/apache/airflow/issues/13570 ?
   Can you see if the https://github.com/apache/airflow/pull/13622 solves this?


----------------------------------------------------------------
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:
users@infra.apache.org