You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The _create_overwrite_table method uses a hardcoded format for the table name and duration for the table expiration.
It would be nice to be able to provide user-defined format for the table name and to set a table expiration date using a duration or explicit date time.
The
_create_overwrite_table
method uses a hardcoded format for the table name and duration for the table expiration.It would be nice to be able to provide user-defined format for the table name and to set a table expiration date using a duration or explicit date time.
target-bigquery/target_bigquery/core.py
Lines 343 to 363 in 73a468a
Related to #99
The text was updated successfully, but these errors were encountered: