@OElesin Have you been able to make any progress on this?
There's one duplicate file in there `airflow/contrib/aws_glue_job_hook.py` vs 
`airflow/contrib/hook/aws_glue_job_hook.py`.

[edit] From looking at the PR it seems it will both create a job (using boto3's 
`create_job()`) as well as run the job (using boto3's `start_job_run()`). IMHO 
at the very least these should be separate things so one can run jobs without 
creating them.
To expand on this, we create the jobs using a normal development workflow/CI 
and we just want to be able to run them from Airflow.

FYI All the unrelated changes are because you merged `master` into your branch 
instead of rebasing your branch on top of `master`

[ Full content available at: 
https://github.com/apache/incubator-airflow/pull/3504 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to