Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .librarian/state.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-li
libraries:
- id: google-cloud-bigquery
version: 3.38.0
last_generated_commit: ""
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For better clarity and to prevent potential issues with tools consuming this value, it's advisable to use null to represent the absence of a last generated commit instead of an empty string (""). An empty string could be misinterpreted as a valid (but empty) value in some contexts, whereas null unambiguously signifies that no value is present. This makes the configuration more robust and easier to parse correctly.

    last_generated_commit: null

apis: []
source_roots:
- .
Expand Down