dbt-labs / dbt-jsonschema

Apache License 2.0
118 stars 40 forks source link

Bigquery labels lengths, key chars #62

Closed mitchellacohen closed 1 year ago

mitchellacohen commented 1 year ago

https://cloud.google.com/bigquery/docs/labels-intro#requirements

Keys have a minimum length of 1 character and a maximum length of 63 characters, and cannot be empty. Values can be empty, and have a maximum length of 63 characters.

Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. All characters must use UTF-8 encoding, and international characters are allowed.

mitchellacohen commented 1 year ago

Thanks @joellabes! And thanks for merging. I'm already a happy user!