Emil
Emil
Hey! Thanks for your response! I just revalidated the issue I'm having with a completely fresh Firebase project. The steps I took are: 1. Create a new Firebase project 2....
However, this is not what I want to do. I want to use the `timestamp` column, which is already part of the BigQuery schema (and which contains the date and...
I can confirm, that with the following configuration the table is still **not** partitioned: ``` BIGQUERY_PROJECT_ID=my-project-123 COLLECTION_PATH=users/{userid}/{collection} DATASET_ID=firestore_export DATASET_LOCATION=europe-west3 LOCATION=europe-west3 TABLE_ID=users TABLE_PARTITIONING=MONTH TIME_PARTITIONING_FIELD=timestamp TIME_PARTITIONING_FIELD_TYPE=omit USE_NEW_SNAPSHOT_QUERY_SYNTAX=yes WILDCARD_IDS=true ```
Hi @dackers86, Thank you for looking into this issue! I tried that just now (uninstalled the extension, deleted the BigQuery dataset, reinstalled the extension), but it is still not partitioned....