IKH

Coding Demonstration

In this segment, we will start with the coding demonstration for our problem statement.

In the upcoming video, Ajay will explain the actual DAG that we will create and discuss the mysql.dump file that is used to create our database and tables (booking and trip).

Note:

Please note that the Airflow UI in the video above is slightly different from the UI that you will see however, the overall steps and configuration remain the same.

In this video, we discussed the mysql.dump file; this is the file that will create our tables and insert the records into them. The mysql.dump file is attached below.

We will load this file in an upcoming segment.

You also took at a general overview of the DAG that we will build, which is given below.

In the next segment, you will go through the actual code that was used to create the DAG that is given above.

Report an error