I am new to Python. Trying to pick up Airflow. What is context or **context in Airflow that is used in methods? For example mentioned by the answer in this question Airflow Python Script with execution_date in op_kwargs 
Or like in
 def execute(self, context):
 def is_business_account(**context):
Appreciate your help!
 
    