Skip to content

Commit

Permalink
Turns destination auto-update back on
Browse files Browse the repository at this point in the history
Min version is `0.4.65` following #272 fix.
  • Loading branch information
thomas-gerber committed Jan 27, 2023
1 parent d7e3708 commit 4a0cad3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
- destinationDefinitionId: "6c6366b8-11f9-419a-8cdc-9209def71e1f"
name: "Faros Destination"
dockerRepository: "farosai/airbyte-faros-destination"
dockerImageTag: "0.4.48"
dockerImageTag: "0.4.65"
documentationUrl: "https://docs.faros.ai"
spec:
documentationUrl: "https://docs.faros.ai"
Expand Down
4 changes: 1 addition & 3 deletions init/src/airbyte/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,7 @@ export class AirbyteInit {
}

async setupFarosDestinationDefinition(): Promise<void> {
// const version = await AirbyteInit.getLatestImageTag(FAROS_DEST_REPO);
// Temporary
const version = "0.4.48";
const version = await AirbyteInit.getLatestImageTag(FAROS_DEST_REPO);
const listResponse = await this.api.post('/destination_definitions/list');
const farosDestDef = find(
listResponse.data.destinationDefinitions as DestinationDefinition[],
Expand Down

0 comments on commit 4a0cad3

Please sign in to comment.