You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Uwe Jugel (JIRA)" <ji...@apache.org> on 2017/04/10 12:44:42 UTC

[jira] [Created] (BEAM-1923) Improve python log messages for temporary BigQuery tables

Uwe Jugel created BEAM-1923:
-------------------------------

             Summary: Improve python log messages for temporary BigQuery tables
                 Key: BEAM-1923
                 URL: https://issues.apache.org/jira/browse/BEAM-1923
             Project: Beam
          Issue Type: Improvement
          Components: sdk-py
            Reporter: Uwe Jugel
            Assignee: Ahmet Altay
            Priority: Trivial


When reading from BigQuery using the Python SDK, the SDK prints a WARNING: "Dataset  does not exist so we will create it."

I like to improve that:

- showing that it is a temporary data set
- showing the dataset name

This is useful if the pipeline fails, since the temporary dataset will then be left undeleted in your project.

I created a branch for the fix here:
https://github.com/apache/beam/compare/master...ubunatic:temp-table-log-message





--
This message was sent by Atlassian JIRA
(v6.3.15#6346)