[ 
https://issues.apache.org/jira/browse/BEAM-14451?focusedWorklogId=771639&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-771639
 ]

ASF GitHub Bot logged work on BEAM-14451:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 17/May/22 23:36
            Start Date: 17/May/22 23:36
    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 I 
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: 771639)
    Time Spent: 2h  (was: 1h 50m)

> 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: 2h
>  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)

Reply via email to