-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BQ Tables: ctor, scalar property definitions #1021
BQ Tables: ctor, scalar property definitions #1021
Conversation
|
||
import pytz | ||
|
||
_EPOCH = datetime.datetime(1970, 1, 1, tzinfo=pytz.utc) |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
@dhermes any remaining issues? |
_EPOCH = datetime.datetime(1970, 1, 1, tzinfo=pytz.utc) | ||
|
||
|
||
def _millis(when): |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Remaining issues (summarized here for future me):
|
I think the last three commits address those issues. |
LGTM |
BQ Tables: ctor, scalar property definitions
Support missing for:
schema
(next PR)externalDataConfiguration
(experimental feature, deferring for now).