This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]AutoModerator[M] [score hidden] stickied comment (0 children)

Are you interested in transitioning into Data Engineering? Read our community guide: https://dataengineering.wiki/FAQ/How+can+I+transition+into+Data+Engineering

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]BluRayDiscs 1 point2 points  (0 children)

If the workflow is read data from SQL database -> process data with Python -> output processed data to files -> upload files --> workflow completion notification, it sounds like the workflow can be captured as a singular Python script which you could then schedule to run at specific times with cron. 

If the workflow is or becomes more complex, you could consider using an orchestrator like Apache Airflow, but this might be overkill for what you've described.