π¨ UtilsΒΆ
deduplicate_rows
: Returns the deduplicated rows ofquery_or_table_or_view
get_latest_partition_timestamp
: Return the maximum of the partition column offully_qualified_table
get_table_columns
: Get the column information of the given table fromINFORMATION_SCHEMA.COLUMNS
get_view_history
: Get BigQuery View historylist_scheduled_queries
: Returnsscheduled_queries
of projectproject
.run_python
: Run anypython_code
.sleep
: Sleep duringseconds
secondstimestamp_from_unix_date_time
: Interpretsunix_date_time
as the number ofdate_time_part
since1970-01-01 00:00:00 UTC
.timestamp_to_unix_date_time
: Returns the number ofdate_time_part
since1970-01-01 00:00:00 UTC
.upsert
: Mergesquery_or_table_or_view
into thedestination_table
.