TulipaEnergy / TulipaIO.jl

Apache License 2.0
0 stars 3 forks source link

Support providing schemas for some columns in a table #68

Closed suvayu closed 1 month ago

suvayu commented 1 month ago

Related issues

Closes #67

Checklist

suvayu commented 1 month ago

I can't replicate this locally:

Test Summary:              | Pass  Total  Time
Test convenience functions |    5      5  7.4s
Test Summary:     | Pass  Total  Time
Parsing utilities |   12     12  6.7s
Test Summary:             | Pass  Total  Time
Follow references in JSON |    4      4  1.1s
Test Summary: | Pass  Total  Time
Utilities     |    9      9  0.3s
Test Summary: | Pass  Total   Time
Read CSV      |   23     23  16.4s
Test Summary:    | Pass  Total  Time
Set table column |    7      7  5.7s
     Testing TulipaIO tests passed

The error is also a bit strange:

Execute of query "DESCRIBE rep_periods_mapping" failed: Catalog Error: Table with name rep_periods_mapping does not exist!
  Did you mean "pg_proc"?

I don't no where pg_proc could come from.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 68.86%. Comparing base (67a2d37) to head (5d9a148).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #68 +/- ## ========================================== + Coverage 68.40% 68.86% +0.46% ========================================== Files 7 7 Lines 269 273 +4 ========================================== + Hits 184 188 +4 Misses 85 85 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.