Skip to content

Instantly share code, notes, and snippets.

@Chestermozhao
Last active November 9, 2019 12:17
Show Gist options
  • Save Chestermozhao/eaac970af87183f5e81b5f6227215b25 to your computer and use it in GitHub Desktop.
Save Chestermozhao/eaac970af87183f5e81b5f6227215b25 to your computer and use it in GitHub Desktop.
airflow import modules
import time
from datetime import datetime, timedelta
import airflow
from airflow import DAG
from airflow.operators.bash_operator import BashOperator
from airflow.operators.python_operator import PythonOperator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment