airflow-gcp-k8s
airflow-gcp-k8s copied to clipboard
Fixed the syntax error (and other changes)
- Fixed the syntax error
- Converted print statements to print() so that a future migration to 3.6 will be easier
- Added some print statements in order to inform the user on the status of some process
- Added a Pipfile and a Pipfile.lock so the project is compliant with PEP 508
- Modified the README.md to add more clarity and better formatting