Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 1.5 KB

File metadata and controls

32 lines (17 loc) · 1.5 KB

📣 📣 📣 DAMNED PIPELINES!!!!

Image

Frustrated? Lost? Dreaming about Pipelines?...don't worry, after finishing this exercise you'll get it and wouldn't believe that you've lived so long without Pipelines 🙌 🙌 🙌


🔧 First things first: GET YOUR TOKEN!

Just go to your GitHub account settings and generate a Personal access token using the Developer setting options.

IMPORTANT: be sure to ONLY select the repo actions for your token...that would be enough! Also, be careful with pushing that token to GitHub.


🔨 Now The Challenge!!!

You need to fill the main.py and module.py files with all the functions and parameters included in the development notebook, in order to finish the Pipeline.

IMPORTANT: remember to print whatever you think is important in order to inform the user that everything worked fine!


💡 BONUS (yeah, there's always a Bonus 🙈)

If you still feel strong, add some magic to your code. Using the argparse library, create the posibility to generate the table just for a particular lab (e.g.: python main.py -l "advanced-mysql").


HAVE FUN!!!

Image