feedback icon indicating copy to clipboard operation
feedback copied to clipboard

[Ingest FHIR to BigQuery]

Open akirakakar opened this issue 3 years ago • 0 comments

During the clean-up session in step 6, the following code is asked to run

bq rm -r -f $PROJECT_ID:$DATASET_ID

But I think it should be the following instead

bq rm -r -f $PROJECT_ID:$BQ_DATASET

I have tested on my end and works correctly with the correct command.

Ref: https://codelabs.developers.google.com/codelabs/fhir-to-bq#5

akirakakar avatar Aug 09 '22 15:08 akirakakar