From 775de4745bbaf0df7357fc023bf458fb37d758e0 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 19:55:14 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- CODE_OF_CONDUCT.md | 2 +- astronomer/providers/apache/hive/example_dags/example_hive.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index aad2b3071..b3378c60a 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -5,7 +5,7 @@ We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender -identity and expression, level of experience, education, socio-economic status, +identity and expression, level of experience, education, socioeconomic status, nationality, personal appearance, race, religion, or sexual identity and orientation. diff --git a/astronomer/providers/apache/hive/example_dags/example_hive.py b/astronomer/providers/apache/hive/example_dags/example_hive.py index d759e8d38..771d754d4 100644 --- a/astronomer/providers/apache/hive/example_dags/example_hive.py +++ b/astronomer/providers/apache/hive/example_dags/example_hive.py @@ -52,7 +52,7 @@ # This example uses an emr-5.34.0 cluster, apache-hive-2.3.9 and hadoop-2.10.1. # If you would like to use a different version of the EMR cluster, then we need to -# match the hive and hadoop versions same as specified in the integration tests `Dockefile`. +# match the hive and hadoop versions same as specified in the integration tests `Dockerfile`. JOB_FLOW_OVERRIDES = { "Name": HIVE_CLUSTER, "ReleaseLabel": "emr-6.6.0",