Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bitnami/airflow] module not found in airflow #32963

Open
kmsantanu opened this issue Apr 10, 2025 · 1 comment
Open

[bitnami/airflow] module not found in airflow #32963

kmsantanu opened this issue Apr 10, 2025 · 1 comment
Assignees
Labels
airflow tech-issues The user has a technical issue about an application triage Triage is needed

Comments

@kmsantanu
Copy link

Name and Version

bitnami/airflow 2.10.4

What architecture are you using?

None

What steps will reproduce the bug?

create a dag with py file Hello.py
configure git sync
create a dag and try to deploy below is the error

Broken DAG: [/opt/bitnami/airflow/dags/git_dag-v1/table_management_dag.py]
Traceback (most recent call last):
File "", line 488, in _call_with_frames_removed
File "/opt/bitnami/airflow/dags/git_dag-v1/management_dag.py", line 4, in
from Hello import hellow2
ModuleNotFoundError: No module named 'Hello'

Are you using any custom parameters or values?

No response

What is the expected behavior?

No response

What do you see instead?

gitsync should not give error in airflow as module not found

Additional information

No response

@kmsantanu kmsantanu added the tech-issues The user has a technical issue about an application label Apr 10, 2025
@github-actions github-actions bot added the triage Triage is needed label Apr 10, 2025
@javsalgar javsalgar changed the title module not found in airflow [bitnami/airflow] module not found in airflow Apr 11, 2025
@javsalgar
Copy link
Contributor

Hi,

Could you provide more details on this

from Hello import hellow2

We would need to understand how this DAG was created (or have the example) so we can easily reproduce.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
airflow tech-issues The user has a technical issue about an application triage Triage is needed
Projects
None yet
Development

No branches or pull requests

2 participants