Skip to content

Commit

Permalink
Merge pull request #67 from keboola/COM-1327-ondra
Browse files Browse the repository at this point in the history
add destination to profiles/properties manifest files
  • Loading branch information
ondrajodas authored Feb 4, 2022
2 parents 42d8b21 + 328a80f commit 55e67b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Component.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ private function runQuery(array $query): void

$outTableManifestOptions = new OutTableManifestOptions();
$outTableManifestOptions
->setDestination($this->getConfig()->getOutputBucket() . '.profiles')
->setIncremental(true)
->setPrimaryKeyColumns(['id']);

Expand All @@ -84,6 +85,7 @@ private function runQuery(array $query): void

$outTableManifestOptions = new OutTableManifestOptions();
$outTableManifestOptions
->setDestination($this->getConfig()->getOutputBucket() . '.properties')
->setIncremental(true)
->setPrimaryKeyColumns(['propertyKey']);

Expand Down

0 comments on commit 55e67b9

Please sign in to comment.