Closed milo-hyben closed 7 months ago
All modified and coverable lines are covered by tests :white_check_mark:
:exclamation: No coverage uploaded for pull request base (
main@0b319f5
). Click here to learn what that means.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Pulumi / GCP does not support schema update for BQ materialised views. The only way is to delete and recreate the view. Problem start when MV is created without 'deletion_protection=False'. Basically Pulumi can not delete the view so update would cause en error. Removing the view does not work either. A bit of catch 22. This PR is trying to roll back original schema with 'deletion_protection=False'.