Load Data from GCS to BigQuery using Dataflow

Load Data from GCS to BigQuery using Dataflow

TechTrapture

1 год назад

20,667 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@chetanbulla9185
@chetanbulla9185 - 14.11.2023 17:39

Nice video ..I am able to execute the DataFlow.. Thanks

Ответить
@chandanpatil2704
@chandanpatil2704 - 09.11.2023 15:58

Hi,
I have been using same approach like you but with different CSV file(UDF is same) but I am getting following error (Loyalty Number is Integer column):

Error message from worker: org.apache.beam.sdk.util.UserCodeException: java.util.concurrent.CompletionException: javax.script.ScriptException: <eval>:5:12 Expected ; but found Number
obj.Loyalty Number = values[0];
^ in <eval> at line number 5 at column number 12

Can you tell me what the error is actually?

Ответить
@iloveraw100
@iloveraw100 - 05.09.2023 09:06

I need to remove the header rows as this is getting populated. How to do that?

Ответить
@user-cv9pg2hf3j
@user-cv9pg2hf3j - 28.08.2023 10:26

can you pls share .csv file

Ответить
@natannascimento7388
@natannascimento7388 - 03.08.2023 17:32

Hello I am getting the error below.

org.apache.beam.sdk.util.UserCodeException: java.lang.RuntimeException: Error parsing schema gs://fazendo/mentloja.json

Caused by: java.lang.RuntimeException
Caused by: org.json.JSONException

Can you help me?

Ответить
@adityajoshi2797
@adityajoshi2797 - 06.06.2023 13:36

Can you send me that CSV.format file and all three files to my mail id..??

Ответить
@user-hj3bp1kl2f
@user-hj3bp1kl2f - 22.05.2023 06:47

One more Question:- Why do we need to specify temp folders here?.

Ответить
@shwetarawat4027
@shwetarawat4027 - 21.05.2023 15:54

Can you also attach the .csv file so that we can download and use?

Ответить
@user-hj3bp1kl2f
@user-hj3bp1kl2f - 21.05.2023 08:19

Hello I am getting below error.
org.apache.beam.sdk
.util.UserCodeException: java.lang.NoSuchMethodException: No such function transform

at org.apache.beam.sdk.util.UserCodeException.wrap(UserCodeException.java:39)

why so

Ответить
@sikondyer2068
@sikondyer2068 - 26.04.2023 06:10

How to load csv file with comma in data? do you know how to escape the comma? thanks

Ответить
@user-fu3qp2fs3l
@user-fu3qp2fs3l - 20.04.2023 08:11

How can we load the same data from csv file to pubsub topic and then through dataflow job in bigquey ?

Ответить
@jaykay7057
@jaykay7057 - 22.02.2023 18:15

How to create USD as I do not have any java knowledge

Ответить