We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e30344 commit 7a67119Copy full SHA for 7a67119
tests/unitary/default_setup/pipeline/test_pipeline_run.py
@@ -1,6 +1,6 @@
1
#!/usr/bin/env python
2
3
-# Copyright (c) 2023 Oracle and/or its affiliates.
+# Copyright (c) 2024 Oracle and/or its affiliates.
4
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
5
6
from datetime import datetime
@@ -749,6 +749,9 @@ def test_build_filter_expression(self):
749
ml_job_step_without_job_run_id,
750
]
751
752
+ service_logging = OCILog()
753
+ pipeline_run._set_service_logging_resource(service_logging)
754
+
755
consolidated_log_expression = pipeline_run._build_filter_expression()
756
757
assert (
0 commit comments