🐛 [firestore-bigquery-export] Time unit partition field not assigned in BQ for delete operations #2303
Labels
extension: firestore-bigquery-export
Related to firestore-bigquery-export extension
type: bug
Something isn't working
[REQUIRED] Step 2: Describe your configuration
[REQUIRED] Step 3: Describe the problem
Steps to reproduce:
Activate the extension with a custom time unit partition field
Create and delete some records in firestore and look if partition field is correctly assigned in BQ in the raw_changelog table
Expected result
custom partition field should be assigned on each raw_changelog record
Actual result
It is only assigned on CREATE and UPDATE but not on DELETE Operations
How to fix ?
For DELETE operation, the custom partition field could be populated from old_data json
The text was updated successfully, but these errors were encountered: