Closed dusty-campanella-maxa closed 3 years ago
Hi @dustymaxa,
Can I see your config? You should mask password or any sensitive info. I just need to see the format you are using.
Also please make sure you are using version v0.3.2 (or later in case I released something after this post). To update:
pip install -U tap-bigquery
(Related (closed) issue: https://github.com/anelendata/tap-bigquery/issues/11 )
Daigo
HI @daigotanaka ,
Here is my tap_config file and the results of the discovery command. I'm using the v0.3.2.
Thanks,
Dusty
Yes, I confirmed this is a bug. Thanks for reporting.
The workaround is to specify --start_datetime "2019-09-23T00:00:00Z"
in the command line for both discovery mode and sync mode.
Meanwhile, I'm fixing it now. Sorry for the inconvenience.
The project documentation is saying :
"start_datetime must also be set in the config file or as the command line argument",
but I have an
"state or start_datetime must be specified"
error even if I have a specified start_datetime in my tap_config.jsonThanks,
Dusty