Closed manuelzander closed 4 years ago
Merging #62 into master will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## master #62 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 2 2
Lines 390 390
=========================================
Hits 390 390
Impacted Files | Coverage Ξ | |
---|---|---|
ddlparse/ddlparse.py | 100.00% <100.00%> (ΓΈ) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Ξ = absolute <relative> (impact)
,ΓΈ = not affected
,? = missing data
Powered by Codecov. Last update de3ec0b...be97cf0. Read the comment docs.
@manuelzander
LGTM!π Thank you for the pull request.
Great, happy to help ππ
Summary
Added
STRING
toBQ_DATA_TYPE_DIC["STRING"]
to support schema conversion when DDL containsSTRING
data type (for example BigQuery DDLs, see https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types#string_type).Added
STRING
toBQ_DATA_TYPE_DIC["STRING"]
Changed
Removed
Fixed
File Details
ddlparse/ddlparse.py
Applicable Issues
63