List view
Support for different python versions in data job deployments.
Due by May 15, 2023•21/21 issues closed**What is the feature request? What problem does it solve?** Our internal customers want easy access to the logs of each data job execution. Since they use different log management systems, we should provide unified method for building of logs URL. This feature will improve an overall data job troubleshooting since our customers will have an easy and fast access to the logs of data job executions. Sample log URL: https://base-url/explorer/?existingChartQuery=%7B%22query%22%3A%22data-job-name-1637654848*%22%2C%22startTimeMillis%22%3A1637611648682%2C%22endTimeMillis%22%3A1637701648682%2C%22fieldConstraints%22%3A%5B%7B%22internalName%22%3A%22text%22%2C%22operator%22%3A%22CONTAINS%22%2C%22value%22%3A%22vdk%22%7D%5D%7D Parameterized log URL: https://base-url/explorer/?existingChartQuery=%7B%22query%22%3A%22${execution_id}*%22%2C%22startTimeMillis%22%3A${start_time_millis}%2C%22endTimeMillis%22%3A${end_time_millis}%2C%22fieldConstraints%22%3A%5B%7B%22internalName%22%3A%22text%22%2C%22operator%22%3A%22CONTAINS%22%2C%22value%22%3A%22vdk%22%7D%5D%7D Use cases: UI (User Interface) for data job executions management that shows executions data and link to the logs to each of them.
Due by December 10, 2021•7/7 issues closed