Skip to content

Commit

Permalink
remove table prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
adnahassan committed Jan 10, 2025
1 parent 0f08f20 commit f8aa4cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/handlers/trigger-txma-crawler/handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export const handler = async (): Promise<unknown> => {
const updateCrawlerCommand = new UpdateCrawlerCommand({
Name: 'txma_raw_layer_test',
DatabaseName: 'dev-txma-raw',
TablePrefix: 'txma',
Targets: {
S3Targets: paths.map(path => ({
Path: path,
Expand Down

0 comments on commit f8aa4cc

Please sign in to comment.