shinichi-takii / ddlparse

DDL parase and Convert to BigQuery JSON schema and DDL statements
https://pypi.org/project/ddlparse/
BSD 3-Clause "New" or "Revised" License
87 stars 29 forks source link

Support Oracle's `TIMESTAMP(fractional_seconds_precision)` data type #6

Closed ck-fm0211 closed 6 years ago

ck-fm0211 commented 6 years ago

Requirements

Links

shinichi-takii commented 6 years ago

Japanese

ddlparse として何が問題なのか分かりませんでした。 Oracle 'TIMESTAMP(n)' は BigQuery 'DATETIME' に変換できています。 7桁以上の精度がBigQueryで保持できないことは、 ddlparse の動作に影響を与えるべき課題ではないと思います。

English (Google Translation)

I did not know what is wrong as ddlparse. Oracle 'TIMESTAMP (n)' has been converted to BigQuery 'DATETIME'. I think that it is not a problem to affect the operation of ddlparse that BigQuery can not hold precision of more than 7 digits.

ck-fm0211 commented 6 years ago