-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[AIRFLOW-4074] Cannot put labels on Cloud Dataproc jobs #185
Conversation
Codecov Report
@@ Coverage Diff @@
## master #185 +/- ##
=========================================
Coverage ? 79.11%
=========================================
Files ? 489
Lines ? 30691
Branches ? 0
=========================================
Hits ? 24280
Misses ? 6411
Partials ? 0
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #185 +/- ##
=========================================
Coverage ? 79.11%
=========================================
Files ? 489
Lines ? 30692
Branches ? 0
=========================================
Hits ? 24281
Misses ? 6411
Partials ? 0
Continue to review full report at Codecov.
|
https://docs.google.com/document/d/1_rTdJSLCt0eyrAylmmgYc3yZr-_h51fVlnvMmWqhCkY/edit?ts=5bb72dfd# WDYT? |
I can see no info about |
In case of Discovery API, we could use a code similar to Cloud Composer. |
0f419f0
to
b79bca0
Compare
b79bca0
to
a1a1530
Compare
…ltiple jobs (apache#4633) * AIRFLOW-3791: Dataflow Support to check if job is already running before starting java job In case dataflow creates more than one job, we need to track all jobs for status * AIRFLOW-3791: Dataflow Support to check if job is already running before starting java job In case dataflow creates more than one job, we need to track all jobs for status * Update airflow/contrib/hooks/gcp_dataflow_hook.py Co-Authored-By: Fokko Driesprong <fokko@driesprong.frl> * Update airflow/contrib/hooks/gcp_dataflow_hook.py Co-Authored-By: Fokko Driesprong <fokko@driesprong.frl> * Update gcp_dataflow_hook.py * Update dataflow_operator.py * Merge branch 'AIRFLOW-3791_Dataflow' of github.com:chaimt/airflow into AIRFLOW-3791_Dataflow * Merge branch 'AIRFLOW-3791_Dataflow' of github.com:chaimt/airflow into AIRFLOW-3791_Dataflow * Merge branch 'AIRFLOW-3791_Dataflow' of github.com:chaimt/airflow into AIRFLOW-3791_Dataflow * Merge branch 'AIRFLOW-3791_Dataflow' of github.com:chaimt/airflow into AIRFLOW-3791_Dataflow * Merge branch 'AIRFLOW-3791_Dataflow' of github.com:chaimt/airflow into AIRFLOW-3791_Dataflow * Merge branch 'AIRFLOW-3791_Dataflow' of github.com:chaimt/airflow into AIRFLOW-3791_Dataflow * Merge branch 'AIRFLOW-3791_Dataflow' of github.com:chaimt/airflow into AIRFLOW-3791_Dataflow * Merge branch 'AIRFLOW-3791_Dataflow' of github.com:chaimt/airflow into AIRFLOW-3791_Dataflow * Merge branch 'AIRFLOW-3791_Dataflow' of github.com:chaimt/airflow into AIRFLOW-3791_Dataflow * Merge branch 'AIRFLOW-3791_Dataflow' of github.com:chaimt/airflow into AIRFLOW-3791_Dataflow * Merge branch 'AIRFLOW-3791_Dataflow' of github.com:chaimt/airflow into AIRFLOW-3791_Dataflow change default for check if running * Merge branch 'AIRFLOW-3791_Dataflow' of github.com:chaimt/airflow into AIRFLOW-3791_Dataflow merge redundant code of _get_job_id_from_name * Merge branch 'AIRFLOW-3791_Dataflow' of github.com:chaimt/airflow into AIRFLOW-3791_Dataflow merge redundant code of _get_job_id_from_name * Merge branch 'AIRFLOW-3791_Dataflow' of github.com:chaimt/airflow into AIRFLOW-3791_Dataflow merge redundant code of _get_job_id_from_name * Merge branch 'AIRFLOW-3791_Dataflow' of github.com:chaimt/airflow into AIRFLOW-3791_Dataflow merge redundant code of _get_job_id_from_name * Merge branch 'AIRFLOW-3791_Dataflow' of github.com:chaimt/airflow into AIRFLOW-3791_Dataflow merge redundant code of _get_job_id_from_name * Merge branch 'AIRFLOW-3791_Dataflow' of github.com:chaimt/airflow into AIRFLOW-3791_Dataflow merge redundant code of _get_job_id_from_name
Fixes `a bytes-like object is required, not 'str'` error in GKEPodOperator.
Fixes incorrect parameter order in GceHook._wait_for_operation_to_complete method and adds additional tests.
Add option to add labels to Dataproc jobs. fixup! [AIRFLOW-4074] Cannot put labels on Cloud Dataproc jobs
a1a1530
to
40128c1
Compare
Merged in apache#5606 |
Add option to add labels to Dataproc jobs.
Make sure you have checked all steps below.
Jira
Description
Tests
Commits
Documentation
Code Quality
flake8