PG to PG: Add destination validation check for empty table#4139
PG to PG: Add destination validation check for empty table#4139Amogh-Bharadwaj merged 2 commits intomainfrom
Conversation
❌ Test FailureAnalysis: All Snowflake tests failed deterministically because the CI Snowflake account is suspended due to lack of a payment method (error 000666/57014: "Your account is suspended due to lack of payment method"), which is an external infrastructure issue unrelated to the code. |
7f904eb to
b7276f2
Compare
❌ 43 Tests Failed:
View the top 3 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
❌ Test FailureAnalysis: All 17 failures are caused by the Snowflake CI account being suspended due to a missing payment method (error 000666/57014), not a code regression or flaky test. |
b7276f2 to
c7ed7bd
Compare
🔄 Flaky Test DetectedAnalysis: All Snowflake test failures are caused by the CI Snowflake account being suspended due to lack of payment method (error 000666/57014), which is an external infrastructure issue unrelated to the code change. ✅ Automatically retrying the workflow |
❌ Test FailureAnalysis: All failures are caused by the Snowflake CI account being suspended due to a missing payment method (error 000666/57014), not a code or flakiness issue. |
Similar to how we do for ClickHouse, this PR adds a validation check for PG destination mirrors for initial load mirrors where the target table has rows (we block here). If CDC-only then this check is bypassed.