I'm trying to setup airflow based application workspace in Windows Desktop with PyCharm.
Have installed PyCharm, Python 2.7, added airflow to Project Interpreter as well.
Tried to setup the very base example from https://pythonhosted.org/airflow/tutorial.html. When the Python script (tutorial.py) is executed, it just goes within few seconds without performing any operation.
AIRFLOW_HOME
is also set C:/Users/muthu/AppData/Roaming/Python/Python27/site-packages/airflow/
while submitting the script.
Console Messages:
C:\Python27\python.exe C:/Users/muthu/MyWork/non-sync/python-workspace/dags/tutorial.py
[2017-03-16 01:48:42,349] {__init__.py:36} INFO - Using executor SequentialExecutor
Process finished with exit code 0