We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug create_job_flow failed when testing example_emr_sensor with the latest RC2 providers in apache/airflow#31322.
create_job_flow
example_emr_sensor
To Reproduce
Expected behavior DAG finishes without failure
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/airflow/providers/amazon/aws/operators/emr.py", line 695, in execute log_uri=get_log_uri(emr_client=self._emr_hook.conn, job_flow_id=self._job_flow_id), File "/usr/local/lib/python3.10/site-packages/airflow/providers/amazon/aws/links/emr.py", line 61, in get_log_uri log_uri = S3Hook.parse_s3_url(response["Cluster"]["LogUri"]) KeyError: 'LogUri'
The text was updated successfully, but these errors were encountered:
docs(example_dag): set trigger_rule to all_done for the following DAG…
8d821cc
… of EmrCreateJobFlowOperator EmrCreateJobFlowOperator now fails due to apache/airflow#31480 #1120, #1121, #1123
a2a2ce4
8bbe486
add loguri to EmrCreateJobFlowOperator for bypassing apache/airflow#3…
11c9652
…1480 (#1140) Note that this loguri is a fake s3 bucket which doesn't exist and is used only for bypassing this issue Closes: #1120, #1121, #1123
Lee-W
No branches or pull requests
Describe the bug
create_job_flow
failed when testingexample_emr_sensor
with the latest RC2 providers in apache/airflow#31322.To Reproduce
Expected behavior
DAG finishes without failure
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: