BigQuery export with TIMESTAMP of derived tables broken? -


i noticed export storage bigquery derived table (table constructed query of table) strip timestamp result.

  1. table table timestamp
  2. do query on table, example "select user_id,subscription_date [all.users] limit 1000" (reproduced 1 row, 2 columns) 3.in query options: export query result table: example "temp.reproduce". used allow large result make sure use same option in production.
  3. export new table "temp.reproduce" avro or csv. (example: gs://bucket/temp/part*.avro)
  4. notice timestamp value missing!

is else noticing same?

thanks mosha, pointing out in issues list:

export gcs in csv format renders datetime field empty

the issue resolved in meantime.


Comments

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Magento/PHP - Get phones on all members in a customer group -

session - Logging Out Using PHP -