You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: