[ 
https://issues.apache.org/jira/browse/AIRFLOW-6694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17028379#comment-17028379
 ] 

Kaxil Naik commented on AIRFLOW-6694:
-------------------------------------

Reopened the issue as I get following error when running Airflow (Master):


{noformat}
ERROR [airflow.models.dagbag.DagBag] Failed to import: 
/Users/kaxilnaik/airflow_master/dags/example_bigquery_1.py
Traceback (most recent call last):
  File 
"/Users/kaxilnaik/Documents/GitHub/incubator-airflow/airflow/models/dagbag.py", 
line 248, in process_file
    loader.exec_module(m)
  File "<frozen importlib._bootstrap_external>", line 728, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/Users/kaxilnaik/airflow_master/dags/example_bigquery_1.py", line 28, 
in <module>
    from airflow.gcp.operators.bigquery import (
ModuleNotFoundError: No module named 'airflow.gcp'
ERROR [airflow.models.dagbag.DagBag] Failed to import: 
/Users/kaxilnaik/Documents/GitHub/incubator-airflow/airflow/example_dags/example_kubernetes_executor_config.py
Traceback (most recent call last):
  File 
"/Users/kaxilnaik/Documents/GitHub/incubator-airflow/airflow/models/dagbag.py", 
line 248, in process_file
    loader.exec_module(m)
  File "<frozen importlib._bootstrap_external>", line 728, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File 
"/Users/kaxilnaik/Documents/GitHub/incubator-airflow/airflow/example_dags/example_kubernetes_executor_config.py",
 line 24, in <module>
    from libs.helper import print_stuff
ModuleNotFoundError: No module named 'libs'
{noformat}


> print_stuff cannot be imported in kubernetes tests
> --------------------------------------------------
>
>                 Key: AIRFLOW-6694
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-6694
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: ci
>    Affects Versions: 2.0.0
>            Reporter: Jarek Potiuk
>            Priority: Major
>             Fix For: 2.0.0
>
>
> Kubernetes tests fail because print_stuff cannot be imported.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to