- 6714 Views
- 0 replies
- 0 kudos
Hi,I need to process nearly 30 files from different locations and insert records to RDS.I am using multi-threading to process these files parallelly like below. def process_files(file_path): <process files here> 1. Find bad records based on fie...
- 6714 Views
- 0 replies
- 0 kudos
by
bachan
• New Contributor II
- 2486 Views
- 1 replies
- 0 kudos
Scenario: Data from blob storage to SQL db once a week.I have 15(from current date to next 15 days) days data into the blob storage, stored date wise in parquet format, and after seven days the next 15 days data will be inserted. Means till 7th day t...
- 2486 Views
- 1 replies
- 0 kudos