Where to see the final data which is ready to be transformed to target table when IH-ETL is used?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-21-2024 01:43 AM - edited ‎11-21-2024 11:47 PM
When RTE/ETL is used to load the data, we know that two tables are involved. data enters to stg table, then temp table where can we apply RTE operations like concatenation etc..
Here temp entities are defined where some data manipulation is done.
Now if I want to see what is the final values of temp entities, where can I see?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2024 04:35 AM
@Runjay Patel Yes I am talking about that manipulated data only.
It wont be stored anywhere? It will directly be updated on target table?
I wanted that data for troubleshooting.