add bigframes.bigquery.timestamp_add
and other BigQuery timestamp SQL functions
#719
Labels
api: bigquery
Issues related to the googleapis/python-bigquery-dataframes API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Is your feature request related to a problem? Please describe.
It's not currently possible to directly add
datetime.timedelta
objects to timestamp Series because we don't currently have a data type to represent these in BigQuery DataFrames (bigframes) yet.Describe the solution you'd like
I would like to workaround these limitations by using the SQL methods directly. Please expose methods such as https://cloud.google.com/bigquery/docs/reference/standard-sql/timestamp_functions#timestamp_add to the
bigframes.bigquery
namespace.Describe alternatives you've considered
Additional context
See: https://stackoverflow.com/q/78480391/101923
The text was updated successfully, but these errors were encountered: