Skip to content

Commit

Permalink
fix: fixing ads data pipeline issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonNotJson committed Nov 26, 2023
1 parent ce8b0c5 commit 9230bd3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/stacks/persistence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ export class WasedaTimePersistenceLayer extends PersistenceLayer {
);
this.dataPipelines[Worker.COMMENTAI] = forumCommentAIDataPipeline;

const adsDataPipeline = new AdsDataPipeline(this, 'ads-data-pipeline', {
dataWarehouse: dynamoDatabase.tables[Collection.ADS],
});
this.dataPipelines[Worker.ADS] = adsDataPipeline;
// const adsDataPipeline = new AdsDataPipeline(this, 'ads-data-pipeline', {
// dataWarehouse: dynamoDatabase.tables[Collection.ADS],
// });
// this.dataPipelines[Worker.ADS] = adsDataPipeline;

this.dataInterface.setEndpoint(
DataEndpoint.COURSE_REVIEWS,
Expand Down

0 comments on commit 9230bd3

Please sign in to comment.