Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
I am facing an issue where my Talend job is deleting the files automatically post run.
The data is transferred to staging tables and post that it is deleting the files from my source.
Attaching here with the screenshot for reference.
You need to give us more information than this I'm afraid. What files are you talking about? What components are using files? Can you show us the whole job because nothing you have shown will use a file.
Hi,
The flow of my Talend job :
Connects to Snowflake --> Copies data from file Staging --- > Commit
EX: "Copy into abc.def.mytable
from @~/acc/Idds/loc
file_format = (
type= 'CSV'
FIELD_DELIMITER = ','
)
;"
Post this run.. Data is being inserted in my staging table. But the file present in that path is being deleted.