-
Notifications
You must be signed in to change notification settings - Fork 386
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 [Stream Firestore to BigQuery] fs-bq-import-collection doesn't recognize partitioned field #2092
Comments
From the POSTINSATALL:
You're expecting the table to be created with partitioning on |
I think the OP's issue is misconfiguration of the extension, as @pr-Mais mentions. @KristofSochan are you also using the script cross-project, or from firestore to bigquery on the same GCP project? Can you provide: a) your extension configuration |
As we have no answer we are closing this issue. |
[REQUIRED] Step 2: Describe your configuration
storage-resize-images
,firestore-send-email
, etc)[REQUIRED] Step 3: Describe the problem
When I install extension with following configuration, it creates BigQuery table with
createdAt
partitioned field.The important thing is its extension project id and BigQuery id is different (Cross-Platform BigQuery).
But When I run
fs-bq-import-collection
to backfill, it doesn't recognize any partitioned fields. The script shows following debug message.Steps to reproduce:
Create Firestore table with
createdAt
TIMESTAMP field and Install extension with above configuration.Expected result
fs-bq-import-collection
recognizecreatedAt
partition field and set it when importing.Actual result
fs-bq-import-collection
doesn't recognizecreatedAt
partition field and set null tocreateAt
field when importing.The text was updated successfully, but these errors were encountered: