Skip to content

Commit

Permalink
fix DENG-3472 sync suppression list fo MoFo add log and order (#5596)
Browse files Browse the repository at this point in the history
  • Loading branch information
lelilia authored May 16, 2024
1 parent 6079503 commit 645a3ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@ scheduling:
depends_on:
- task_id: marketing_suppression_list_external__campaign_monitor_suppression_list__v1
dag_name: bqetl_marketing_suppression_list
- task_id: marketing_suppression_list_derived__main_suppression_list__v1
dag_name: bqetl_marketing_suppression_list
bigquery: null
references: {}
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ def main(api_key: str, client_id: str) -> None:
destination_project=PROJECT_ID,
destination_table_id=destination_table_id,
)
click.echo(
f"Added {len(not_uploadable_emails)} emails to the list of emails that can't be uploaded due to bad formatting."
)


if __name__ == "__main__":
Expand Down

0 comments on commit 645a3ec

Please sign in to comment.