How do I retrieve the Collibra DQ Agent Job log for a specific DQ job in Kubernetes (K8s)?
Question: How do I retrieve the Collibra DQ Agent Job Log for a specific DQ job in Kubernetes (K8s)?
Answer from Vadim Vaks:kubectl exec -it <agent-pod-name> -n <namespace> --bash cat /opt/owl/log/<name-of-job>.log
BigDataBear
Posted 4 years ago ยท Edited 1 year ago
0 comments