Skip to content

Commit cb98e1e

Browse files
authored
Merge pull request #138 from VishvajitP/int-expiration-time
Int expiration time
2 parents df3860e + b34eff5 commit cb98e1e

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)