Skip to content
This repository was archived by the owner on Mar 5, 2026. It is now read-only.
This repository was archived by the owner on Mar 5, 2026. It is now read-only.

Can I specify CURRENT_TIMESTAMP for rows by Storage Write API? #531

@mikan3rd

Description

@mikan3rd

Please make sure you have searched for information in the following guides.

Documentation Request

For example, for a query, we can insert CURRENT_TIMESTAMP as follows

INSERT INTO your_table_name (column1, column2, timestamp_column)
VALUES ('value1', 'value2', CURRENT_TIMESTAMP);

However, in the case of Storage Write API, passing the string “CURRENT_TIMESTAMP” to appendRows did not result in correct data.

Can I specify CURRENT_TIMESTAMP for rows by Storage Write API?

Metadata

Metadata

Assignees

Labels

api: bigquerystorageIssues related to the googleapis/nodejs-bigquery-storage API.priority: p2Moderately-important priority. Fix may not be included in next release.type: questionRequest for information or clarification. Not an issue.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions