-
Notifications
You must be signed in to change notification settings - Fork 45
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
bigquery-firestore-export - unable to create transferConfig #411
Comments
Hi @sjerzak, thank you for reporting this issue. I am working on reproducing it but I need a bit more information. Could you please verify if the Firestore collection that you specified during extension installation (defaults to transferConfigs) contains a document with a field |
Hi Thanks for checking on this. I did some more checks and it seems that the issue occurs when I'm trying to use collection that already exists. Answering your question I wasn't able to find document with a field |
@sjerzak thanks for the information! Yes, the specified collection must either be empty or contain a previously used transfer config, since it should only contain information about BigQuery transfers. We will make sure to highlight this in the documentation. |
@sjerzak thanks for reporting this! I made a PR that resolves this issue. |
[READ] Step 1: Are you in the right place?
Issues filed here should be about bugs for a specific extension in this repository.
If you have a general question, need help debugging, or fall into some
other category use one of these other channels:
with the firebase tag.
google group.
Firebase support directly.
[REQUIRED] Step 2: Describe your configuration
[REQUIRED] Step 3: Describe the problem
Extension is unable to create transferConfig
![image](https://private-user-images.githubusercontent.com/6871723/312435682-192dd3c3-902c-40f0-aea4-27071bb8ef7e.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNzQ2MTgsIm5iZiI6MTczOTE3NDMxOCwicGF0aCI6Ii82ODcxNzIzLzMxMjQzNTY4Mi0xOTJkZDNjMy05MDJjLTQwZjAtYWVhNC0yNzA3MWJiOGVmN2UucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTBUMDc1ODM4WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZTMxZTgzYTRkMDRjMThlNjBkMWRhZWM0MzVjNDM1MzBhNTc4NTQxYTYzZjg5ZTg4ZjJmM2JlMDQyZTQ5ZjA3YSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.wQ5GseQd8ip3f9CoGYQVkdP1Rj-uYXfjA56iyR5rbP8)
Steps to reproduce:
Install and config extension. It will stuck on
![image](https://private-user-images.githubusercontent.com/6871723/312435980-c64b4fca-0fd4-4481-b3b4-bef3c845acba.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNzQ2MTgsIm5iZiI6MTczOTE3NDMxOCwicGF0aCI6Ii82ODcxNzIzLzMxMjQzNTk4MC1jNjRiNGZjYS0wZmQ0LTQ0ODEtYjNiNC1iZWYzYzg0NWFjYmEucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTBUMDc1ODM4WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9OTQ3OWQ1OGMxZTdmZjA4OGVmZjBmZTk0ZDMyZTdmYTdlZDhjMTZjZWU5NjM5M2Q3ZGJkYjlmODFlMTY2YjQ4YiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.7TTy-ziclbDwk9pDsIMsBZWSeq9F_SbEvhN527JpjLI)
Expected result
TransferConfig created.
Actual result
Hang on "Creating a new transfer config and scheduling the query." status.
The text was updated successfully, but these errors were encountered: