diff options
author | pmikus <peter.mikus@protonmail.ch> | 2024-05-22 13:05:20 +0000 |
---|---|---|
committer | pmikus <peter.mikus@protonmail.ch> | 2024-05-22 13:05:20 +0000 |
commit | b60b8646554ff0796a910cfc168ae7f9d34c3ced (patch) | |
tree | 784f2e1f91c5e098dcc181cb58ec670e89100cd4 /csit.infra.etl/stats.py | |
parent | 2ebf9e56d0dd200fa09979505a2da070b39da63f (diff) |
fix(etl): Typo"
Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch>
Change-Id: Ibd49015bc810a040d28509efc2e4bca26875229e
Diffstat (limited to 'csit.infra.etl/stats.py')
-rw-r--r-- | csit.infra.etl/stats.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/csit.infra.etl/stats.py b/csit.infra.etl/stats.py index 08ce4a9d0d..d7b4c23edd 100644 --- a/csit.infra.etl/stats.py +++ b/csit.infra.etl/stats.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (c) 2023 Cisco and/or its affiliates. +# Copyright (c) 2024 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: @@ -122,7 +122,6 @@ for schema_name in ["sra"]: ) except KeyError: boto3_session = session.Session() - ) try: wr.s3.to_parquet( |