-
Notifications
You must be signed in to change notification settings - Fork 182
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
Some of the cosmos DAGs not loading #1391
Comments
I found a similar open issue regarding Cosmos DAGs not loading, where the DAG processor is getting killed with exit code -9. The suggested solutions include:
To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
@vemulagopal Please, could you confirm the following:
|
@tatiana , Here are the answers below for your questions. basically i am testing with 3 cosmos dags and two of them are rendering the lineage without any issues , but the third one which is complex dag (more than 30 tasks) is disappearing. Please let me know if you need more information.
scheduler: Thanks |
@tatiana , Did you get. a chance to look at it? please let me know if you need more information. Thanks |
Astronomer Cosmos Version
1.6.0
dbt-core version
1.6.6
Versions of dbt adapters
dbt-snowflake==1.6.4
LoadMode
AUTOMATIC
ExecutionMode
DOCKER
InvocationMode
SUBPROCESS
airflow version
2.8.1
Operating System
Ubuntu 22.04.1 LTS (Jammy Jellyfish)
If a you think it's an UI issue, what browsers are you seeing the problem on?
No response
Deployment
Official Apache Airflow Helm Chart
Deployment details
No response
What happened?
A bug happened! I have an issue with cosmos, where few of the cosmos dags are not loading in my local , when i checked the logs DAG processor is getting killed with exit code -9 , This is happening for the cosmos dags with huge number of tasks. I increased the docker engine virtual machine (where airflow is running ) memory to 24gb and with 4 cpus, but still the processor is exiting. Would you please help me out to fix the issue.
{manager.py:1017} ERROR - Processor for /opt/airflow/dags/test_cosmos_dag.py exited with return code -9. and
Here are my configurations.
scheduler:
min_file_process_interval: 300
core:
dagbag_import_timeout: 1600
dag_file_processor_timeout: 1450
Relevant log output
How to reproduce
Anything else :)?
Few of the DAGs are working fine and looks some complex DAGs are not loading , i tried to increase the memory and tried with different configuration parameters and nothing worked.
Please let us know if needed any call?
Are you willing to submit PR?
Contact Details
[email protected]
The text was updated successfully, but these errors were encountered: