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 4151cd3 commit c767979Copy full SHA for c767979
src/Orchestration/OrchestrationJobMatcher.php
@@ -12,6 +12,7 @@
12
use Keboola\StorageApi\Components;
13
use Keboola\StorageApiBranch\Factory\ClientOptions;
14
use Keboola\StorageApiBranch\Factory\StorageClientPlainFactory;
15
+use SensitiveParameter;
16
17
// https://keboola.atlassian.net/wiki/spaces/ENGG/pages/3074195457/DRAFT+RFC-2023-011+-+Rerun+orchestration#Pair-Jobs-and-Tasks
18
class OrchestrationJobMatcher
@@ -24,7 +25,7 @@ public function __construct(
24
25
26
public function matchTaskJobsForOrchestrationJob(
27
string $jobId,
- string $token,
28
+ #[SensitiveParameter] string $token,
29
): OrchestrationJobMatcherResults {
30
$job = $this->internalClient->getJob($jobId);
31
$childJobs = $this->getOrchestrationTaskJobs($job);
0 commit comments