Page MenuHomeSoftware Heritage

luigi.CreateAthena: Fix validation of DB name
ClosedPublic

Authored by vlorentz on Dec 6 2022, 2:00 PM.

Details

Summary

To match actual names (dataset names are unprefixed while Athena DBs are)

Diff Detail

Repository
rDDATASET Datasets
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 33095
Build 51877: Phabricator diff pipeline on jenkinsJenkins console · Jenkins
Build 51876: arc lint + arc unit

Event Timeline

Build is green

Patch application report for D8925 (id=32142)

Could not rebase; Attempt merge onto a1cf9b871c...

Updating a1cf9b8..eceaf73
Fast-forward
 swh/dataset/exporters/orc.py | 2 +-
 swh/dataset/luigi.py         | 9 +++++++--
 2 files changed, 8 insertions(+), 3 deletions(-)
Changes applied before test
commit eceaf73f0fbaaf4c60db1ceb8eca01751e33104b
Author: Valentin Lorentz <vlorentz@softwareheritage.org>
Date:   Tue Dec 6 14:00:09 2022 +0100

    luigi.CreateAthena: Fix validation of DB name
    
    To match actual names (dataset names are unprefixed while Athena DBs are)

commit 22f7ed11f6883cb6f23d26a2c575e6cf647d8187
Author: Valentin Lorentz <vlorentz@softwareheritage.org>
Date:   Tue Dec 6 13:58:39 2022 +0100

    exporters/orc: Fix crash on visit status with no type

See https://jenkins.softwareheritage.org/job/DDATASET/job/tests-on-diff/173/ for more details.

This revision is now accepted and ready to land.Dec 6 2022, 2:43 PM