Skip to content

Commit

Permalink
remove references to me in non-payments locations (#2941)
Browse files Browse the repository at this point in the history
Co-authored-by: Evan Siroky <[email protected]>
  • Loading branch information
lauriemerrell and evansiroky authored Oct 5, 2023
1 parent 3491334 commit 69cff87
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 18 deletions.
13 changes: 5 additions & 8 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,9 @@
/kubernetes/apps/charts/jupyterhub @atvaccaro @SorenSpicknall
/images @atvaccaro @SorenSpicknall

# project documentation
/docs @lauriemerrell

# actual pipeline code
/airflow @atvaccaro @lauriemerrell @SorenSpicknall
/jobs @atvaccaro @lauriemerrell @SorenSpicknall
/runbooks @atvaccaro @lauriemerrell @SorenSpicknall
/services @atvaccaro @lauriemerrell @SorenSpicknall
/warehouse @atvaccaro @lauriemerrell @SorenSpicknall
/airflow @atvaccaro @SorenSpicknall
/jobs @atvaccaro @SorenSpicknall
/runbooks @atvaccaro @SorenSpicknall
/services @atvaccaro @SorenSpicknall
/warehouse @atvaccaro @SorenSpicknall
1 change: 0 additions & 1 deletion airflow/dags/create_external_tables/METADATA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ default_args:
email:
- "[email protected]"
- "[email protected]"
- "[email protected]"
email_on_failure: True
email_on_retry: False
retries: 0
Expand Down
1 change: 0 additions & 1 deletion airflow/dags/deploy_dbt_docs/METADATA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ default_args:
email:
- "[email protected]"
- "[email protected]"
- "[email protected]"
email_on_failure: True
email_on_retry: False
retries: 0
Expand Down
1 change: 0 additions & 1 deletion airflow/dags/download_gtfs_schedule_v2/METADATA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ default_args:
- "[email protected]"
- "[email protected]"
- "[email protected]"
- "[email protected]"
- "[email protected]"
email_on_failure: True
email_on_retry: False
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ def email_failures(task_instance: TaskInstance, execution_date, **kwargs):
else:
send_email(
to=[
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
Expand Down
1 change: 0 additions & 1 deletion airflow/dags/parse_and_validate_rt_v2/METADATA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ default_args:
- "[email protected]"
- "[email protected]"
- "[email protected]"
- "[email protected]"
email_on_failure: True
email_on_retry: False
max_active_dag_runs: 6
Expand Down
1 change: 0 additions & 1 deletion airflow/dags/publish_open_data/METADATA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ default_args:
email:
- "[email protected]"
- "[email protected]"
- "[email protected]"
email_on_failure: True
email_on_retry: False
retries: 1
Expand Down
1 change: 0 additions & 1 deletion airflow/dags/scrape_feed_aggregators/METADATA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ default_args:
- "[email protected]"
- "[email protected]"
- "[email protected]"
- "[email protected]"
- "[email protected]"
email_on_failure: True
email_on_retry: False
Expand Down
1 change: 0 additions & 1 deletion airflow/dags/transform_warehouse/METADATA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ default_args:
email:
- "[email protected]"
- "[email protected]"
- "[email protected]"
email_on_failure: True
email_on_retry: False
retries: 0
Expand Down
1 change: 0 additions & 1 deletion airflow/dags/transform_warehouse_full_refresh/METADATA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ default_args:
email:
- "[email protected]"
- "[email protected]"
- "[email protected]"
email_on_failure: True
email_on_retry: False
retries: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ default_args:
depends_on_past: False
start_date: "2021-04-15"
email:
- "[email protected]"
- "[email protected]"
- "[email protected]"
email_on_failure: True
Expand Down

0 comments on commit 69cff87

Please sign in to comment.