Connector Improvement: Support adding Description for CREATE DDL
Answeredwe like to add some description to Column while Schema created on BigQuery Target. For example, For a Key column we would like to add "PrimaryKey" Description for Schema Definition itself.
CREATE TABLE `bigqueryproject.Datasetname.Tablename`
(
UserID INT64 NOT NULL OPTIONS(description="PrimaryKey"),
AccountTypeCode STRING NOT NULL OPTIONS(description="Account Type (FBO, BANK, LISTING, etc.)"),
Status INT64 NOT NULL OPTIONS(description="Account is active/closed"),
-
Official comment
Thank you so much for the request. We have column descriptions in our long term roadmap. We will definitely reach out as soon ahead of a private preview release.
Regards,
Meera
Please sign in to leave a comment.
Comments
1 comment