choudary kukkapalli
03/15/2024, 12:18 PMpre sql or post sql
?, we do have some huge tables where we don’t have a primary key , so to minimize the el job run time can extract last 3 months of data (based on creation date since we know older data won’t change) from source and delete the data with same extraction logic in target table prior to starting the target load , is there a way to achieve this ? (Transformer ??)
3. also appreciate if someone can help me on overriding the table name in target , let’s say I have a table cust in source and I want it to be loaded into target as cust_source
4. For incremental extraction (using a timestamp column last_update_date ) can we override the value we pass in to timestamp column? Ex:- can we override the delta logic to go few hours back from last run time , something like where last_update_date>= add_hours(-6,LastRunTime)
Appreciate if you can point me to docs or share any example Yml filesReuben (Matatika)
03/15/2024, 5:58 PMaaron_phethean
04/11/2024, 1:48 PMaaron_phethean
04/11/2024, 1:49 PM