CouncilDataProject / cdp-backend

Data storage utilities and processing pipelines used by CDP instances.
https://councildataproject.org/cdp-backend
Mozilla Public License 2.0
22 stars 26 forks source link

bugfix/create-firestore-indexes-one-after-another #194

Closed evamaxfield closed 2 years ago

evamaxfield commented 2 years ago

Link to Relevant Issue

This pull request resolves https://github.com/pulumi/pulumi-google-native/issues/528

Description of Changes

Include a description of the proposed changes.

Indexes are now going to be created one after another, not in parallel. This takes much longer but works.

codecov[bot] commented 2 years ago

Codecov Report

Merging #194 (c2a2abb) into main (42c697f) will increase coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #194      +/-   ##
==========================================
+ Coverage   93.36%   93.38%   +0.01%     
==========================================
  Files          51       51              
  Lines        2669     2674       +5     
==========================================
+ Hits         2492     2497       +5     
  Misses        177      177              
Impacted Files Coverage Δ
cdp_backend/infrastructure/cdp_stack.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 42c697f...c2a2abb. Read the comment docs.