Storing DAG Run Logs in Database Instead of File System #46994
Unanswered
PraveenKumarM21
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I’m looking for a way to store task logs for a DAG run in a database instead of the default file system or remote storage (e.g., S3, GCS). My current setup is:
Executor: KubernetesExecutor
Deployment Method: Helm chart on Kubernetes
Questions:
Is there an existing way to store DAG run logs in a database?
Can we configure a custom logging_handler to achieve this?
Are there any community plugins or recommendations for handling log storage in a database efficiently?
Any guidance or references would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions