🐛 [firestore-bigquery-export] Import Script Throws 'Request Entity Too Large' #2132
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
We cannot import existing data that may be up to 900KB.
Steps to reproduce:
true
task size too large
fs-bq-import-collection
to try to import existing dataRequest Entity Too Large
During installation of the extension cannot backfill existing data because DO_BACKFILL is currently disabled by #2005.
Expected result
fs-bq-import-collection
does not throwRequest Entity Too Large
error if we are ignoring old data by setting EXCLUDE_OLD_DATA flag to trueActual result
fs-bq-import-collection
fails withRequest ENtity too Large
The text was updated successfully, but these errors were encountered: