1

I'm currently creating sharded tables daily using the Python API.

Is there a way to add the comments for the table's columns when creating the table ? I couldn't see it in the doc but it might still be implemented.

Thanks in advance.

1 Answer 1

2

From the REST API for BigQuery documentation, tables.Insert takes a table resource, and in the schema.fields[].description property, you can put in a description.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.