Skip to content

Commit b34eff5

Browse files
author
Vishvajit Pathak
committed
expiration_time changed to int/double
1 parent 55915c0 commit b34eff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigquery/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ def create_table(self, dataset, table, schema,
541541
The name of the table to create
542542
schema : dict
543543
The table schema
544-
expiration_time : float, optional
544+
expiration_time : int or double, optional
545545
The expiry time in milliseconds since the epoch.
546546
time_partitioning : bool, optional
547547
Create a time partitioning.

0 commit comments

Comments
 (0)