Examtopics

Professional Data Engineer
  • Topic 1 Question 88

    Your team is responsible for developing and maintaining ETLs in your company. One of your Dataflow jobs is failing because of some errors in the input data, and you need to improve reliability of the pipeline (incl. being able to reprocess all failing data). What should you do?

    • Add a filtering step to skip these types of errors in the future, extract erroneous rows from logs.

    • Add a tryג€¦ catch block to your DoFn that transforms the data, extract erroneous rows from logs.

    • Add a tryג€¦ catch block to your DoFn that transforms the data, write erroneous rows to Pub/Sub PubSub directly from the DoFn.

    • Add a tryג€¦ catch block to your DoFn that transforms the data, use a sideOutput to create a PCollection that can be stored to Pub/Sub later.


    シャッフルモード