Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 211 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Is there a way to clear a database table daily before the pipeline loads?

Is there a way to clear out a database table for one of our data augmentations before running the daily pipeline load?
We have a need to load in brand new data every day and we do not want to retain any cumulative records.
Best Answer
-
@Kevin Riedy The Versioned Dataset feature enables to run the corresponding Data Augmentation pipeline as a full load every time. This means the data in the target table will be truncated and reloaded every time.
- Refer: Optional: Select the Versioned Dataset check box to enable full load of the source table data everytime and then click Next.
4
Answers
-
Hi @Ashish-Oracle that was exactly what I was looking for. Thank you for the speedy response!
1