Skip to content

Commit

Permalink
remove email references
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffanychu90 committed Jun 24, 2024
1 parent 329b926 commit 3e7b68f
Show file tree
Hide file tree
Showing 15 changed files with 24 additions and 43 deletions.
5 changes: 2 additions & 3 deletions airflow/dags/create_external_tables/METADATA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ default_args:
depends_on_past: False
start_date: !days_ago 1
email:
- "[email protected]"
- "[email protected]"
email_on_failure: True
- "[email protected]"
email_on_failure: False
email_on_retry: False
retries: 0
retry_delay: !timedelta 'minutes: 2'
Expand Down
5 changes: 2 additions & 3 deletions airflow/dags/deploy_dbt_docs/METADATA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ default_args:
depends_on_past: False
start_date: !days_ago 1
email:
- "[email protected]"
- "[email protected]"
email_on_failure: True
- "[email protected]"
email_on_failure: False
email_on_retry: False
retries: 0
retry_delay: !timedelta 'minutes: 2'
Expand Down
7 changes: 2 additions & 5 deletions airflow/dags/download_gtfs_schedule_v2/METADATA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@ default_args:
depends_on_past: False
start_date: !days_ago 1
email:
- "[email protected]"
- "[email protected]"
- "[email protected]"
- "[email protected]"
email_on_failure: True
- "[email protected]"
email_on_failure: False
email_on_retry: False
retries: 1
retry_delay: !timedelta 'minutes: 2'
Expand Down
7 changes: 2 additions & 5 deletions airflow/dags/parse_and_validate_rt_v2/METADATA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@ default_args:
depends_on_past: False
start_date: "2022-09-14"
email:
- "[email protected]"
- "[email protected]"
- "[email protected]"
- "[email protected]"
email_on_failure: True
- "[email protected]"
email_on_failure: False
email_on_retry: False
max_active_dag_runs: 6
retries: 1
Expand Down
6 changes: 2 additions & 4 deletions airflow/dags/parse_littlepay/METADATA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ default_args:
depends_on_past: False
start_date: "2023-03-12"
email:
- "[email protected]"
- "[email protected]"
- "[email protected]"
email_on_failure: True
- "[email protected]"
email_on_failure: False
email_on_retry: False
max_active_dag_runs: 6
retries: 1
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 @@ -7,7 +7,6 @@ default_args:
depends_on_past: False
start_date: "2022-09-12"
email:
- "[email protected]"
- "[email protected]"
email_on_failure: True
email_on_retry: False
Expand Down
7 changes: 2 additions & 5 deletions airflow/dags/scrape_feed_aggregators/METADATA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@ default_args:
depends_on_past: False
start_date: !days_ago 1
email:
- "[email protected]"
- "[email protected]"
- "[email protected]"
- "[email protected]"
email_on_failure: True
- "[email protected]"
email_on_failure: False
email_on_retry: False
retries: 2
retry_delay: !timedelta 'minutes: 2'
Expand Down
6 changes: 2 additions & 4 deletions airflow/dags/sync_littlepay/METADATA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ default_args:
depends_on_past: False
start_date: !days_ago 1
email:
- "[email protected]"
- "[email protected]"
- "[email protected]"
email_on_failure: True
- "[email protected]"
email_on_failure: False
email_on_retry: False
retries: 0
retry_delay: !timedelta 'minutes: 2'
Expand Down
5 changes: 2 additions & 3 deletions airflow/dags/transform_warehouse/METADATA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ default_args:
depends_on_past: False
start_date: !days_ago 1
email:
- "[email protected]"
- "[email protected]"
email_on_failure: True
- "[email protected]"
email_on_failure: False
email_on_retry: False
retries: 0
retry_delay: !timedelta 'minutes: 2'
Expand Down
5 changes: 2 additions & 3 deletions airflow/dags/transform_warehouse_full_refresh/METADATA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ default_args:
depends_on_past: False
start_date: !days_ago 1
email:
- "[email protected]"
- "[email protected]"
email_on_failure: True
- "[email protected]"
email_on_failure: False
email_on_retry: False
retries: 0
retry_delay: !timedelta 'minutes: 2'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ default_args:
depends_on_past: False
start_date: "2021-04-15"
email:
- "[email protected]"
- "[email protected]"
email_on_failure: True
- "[email protected]"
email_on_failure: False
email_on_retry: False
max_active_dag_runs: 6
retries: 1
Expand Down
2 changes: 1 addition & 1 deletion apps/maps/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "calitp_map_utils"
version = "2024.5.24"
description = ""
authors = ["Andrew Vaccaro <[email protected]>"]
authors = ["Andrew Vaccaro"]
readme = "README.md"

[tool.poetry.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion ci/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "ci"
version = "0.1.0"
description = ""
authors = ["Andrew Vaccaro <[email protected]>"]
authors = ["Andrew Vaccaro"]
readme = "README.md"

[tool.poetry.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion packages/calitp-data-analysis/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "calitp-data-analysis"
version = "2024.5.28"
description = "Shared code for querying Cal-ITP data in notebooks, primarily."
authors = ["Andrew Vaccaro <[email protected]>"]
authors = ["Andrew Vaccaro"]

[tool.poetry.dependencies]
python = "~3.11"
Expand Down
2 changes: 1 addition & 1 deletion packages/calitp-data-infra/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "calitp-data-infra"
version = "2024.4.1"
description = "Shared code for developing data pipelines that process Cal-ITP data."
authors = ["Andrew Vaccaro <[email protected]>"]
authors = ["Andrew Vaccaro"]

[tool.poetry.dependencies]
python = ">=3.8,<3.10"
Expand Down

0 comments on commit 3e7b68f

Please sign in to comment.