[
https://issues.apache.org/jira/browse/BEAM-14451?focusedWorklogId=770912&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-770912
]
ASF GitHub Bot logged work on BEAM-14451:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 16/May/22 16:20
Start Date: 16/May/22 16:20
Worklog Time Spent: 10m
Work Description: lnogueir commented on code in PR #17598:
URL: https://github.com/apache/beam/pull/17598#discussion_r873919889
##########
sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/healthcare/FhirIOLROIT.java:
##########
@@ -38,6 +38,7 @@ public class FhirIOLROIT {
private transient HealthcareApiClient client;
private final String project;
+ private static final String BQ_DATASET_ID = "big_query_storage";
Review Comment:
I saw that BigQueryIO uses this dataset id for some of their tests, so
figured we could use it here. However, I get permission denied when trying to
export there. Should we request access to this dataset or should we create our
own? @msbukal @pabloem
Issue Time Tracking
-------------------
Worklog Id: (was: 770912)
Time Spent: 1.5h (was: 1h 20m)
> Add Export to BQ to FhirIO.Export
> ---------------------------------
>
> Key: BEAM-14451
> URL: https://issues.apache.org/jira/browse/BEAM-14451
> Project: Beam
> Issue Type: Improvement
> Components: io-java-healthcare
> Reporter: Milena Bukal
> Assignee: Milena Bukal
> Priority: P2
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> Documentation for Export to BQ:
> [https://cloud.google.com/healthcare-api/docs/how-tos/fhir-export-bigquery,]
> currently only GCS (
> [https://cloud.google.com/healthcare-api/docs/how-tos/fhir-import-export#exporting_fhir_resources])
> is implemented.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)