Skip to content

Fixed Typos in CloudWatch-Dashboard README - #68

Merged
knkarthik01 merged 1 commit into
aws-samples:mainfrom
kvtys:main
Jan 8, 2025
Merged

Fixed Typos in CloudWatch-Dashboard README#68
knkarthik01 merged 1 commit into
aws-samples:mainfrom
kvtys:main

Conversation

@kvtys

@kvtys kvtys commented Jan 7, 2025

Copy link
Copy Markdown

Issue #, if available:

  • Small Typos in README.

Description of changes:

  • Changed "Woker" to "Worker".

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@dacort

dacort commented Jan 8, 2025

Copy link
Copy Markdown
Contributor

cc @knkarthik01

@knkarthik01
knkarthik01 merged commit b385a3b into aws-samples:main Jan 8, 2025
knkarthik01 added a commit that referenced this pull request Apr 29, 2026
…mports

Bumps airflow/requirements-dev.txt to the latest Airflow 2.x series:
- apache-airflow ~=2.2.2 -> ~=2.11.0
- apache-airflow-providers-amazon ~=4.0 -> ~=9.22
- pytest ~=7.1.2 -> ~=9.0

Also fixes long-standing import errors in the custom EMR Serverless
operator/hook: airflow.compat.functools was removed in Airflow 2.4, so
those imports are replaced with stdlib functools.cached_property. The
dead Python 3.7 fallback block in operators/emr.py is also removed
(Airflow 2.9+ requires Python 3.8+, 2.11 requires 3.9+).

Clears Dependabot alerts: #47 #48 #49 #52 #53 #55 #56 #57 #58 #59 #60
#61 #62 #63 #64 #65 #68 #75 #76 #77 #78 #79 #81 #86 (24 alerts total).
Alerts #87 #88 #89 require Airflow 3.2.0 which is incompatible with
custom operator APIs and out of scope here.

Verified:
- apache-airflow 2.11.0 + providers-amazon 9.26.0 + pytest 9.0.3 install
  cleanly under Python 3.11
- All custom hooks/operators/sensors import without error
- test_dag_integrity passes
- test_simple_submit has pre-existing issues using removed DAG.run() and
  schedule_interval APIs; those are integration tests against live EMR-S,
  out of scope for this PR
knkarthik01 added a commit that referenced this pull request Apr 30, 2026
…mports (#77)

Bumps airflow/requirements-dev.txt to the latest Airflow 2.x series:
- apache-airflow ~=2.2.2 -> ~=2.11.0
- apache-airflow-providers-amazon ~=4.0 -> ~=9.22
- pytest ~=7.1.2 -> ~=9.0

Also fixes long-standing import errors in the custom EMR Serverless
operator/hook: airflow.compat.functools was removed in Airflow 2.4, so
those imports are replaced with stdlib functools.cached_property. The
dead Python 3.7 fallback block in operators/emr.py is also removed
(Airflow 2.9+ requires Python 3.8+, 2.11 requires 3.9+).

Clears Dependabot alerts: #47 #48 #49 #52 #53 #55 #56 #57 #58 #59 #60
#61 #62 #63 #64 #65 #68 #75 #76 #77 #78 #79 #81 #86 (24 alerts total).
Alerts #87 #88 #89 require Airflow 3.2.0 which is incompatible with
custom operator APIs and out of scope here.

Verified:
- apache-airflow 2.11.0 + providers-amazon 9.26.0 + pytest 9.0.3 install
  cleanly under Python 3.11
- All custom hooks/operators/sensors import without error
- test_dag_integrity passes
- test_simple_submit has pre-existing issues using removed DAG.run() and
  schedule_interval APIs; those are integration tests against live EMR-S,
  out of scope for this PR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants