L

Tuesday, April 5th, 2022 2:52 PM

REVIEWED-PENDING DOCUMENTATION: 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

No Responses!
Loading...