Closed hutariq closed 1 month ago
@eliasecchig Can you please look into this. This is really hindering the work as the problem is at object initialization.
@hutariq creating a temp dataset would be required for efficient batch search. Can you create it before using the class e.g via terraform?
The name would be "{your dataset id}_temp" Let me know!
@eliasecchig I have restriction on my account. I do not have a permission to create a new dataset.
If temp dataset is required just to have the efficient batch search then it should be optional.
Agreed, I think we can introduce a parameter for the temp dataset it. This way you can directly point to the same dataset for both, avoiding any creation. What do you think?
In the latest update the previous issue was resolved where it was checking for
bigquery.datasets.create
permission even if it is created already.But now it also needs to create temp dataset
So the issue persists if one doesn't have the permission to create a dataset.
Creating temp dataset should be optional