anelendata / tap-bigquery

Singer.io tap for extracting data from BigQuery tables
Apache License 2.0
16 stars 33 forks source link

Running tap without datetime_key? #21

Closed georgetam closed 3 years ago

georgetam commented 3 years ago

Is it possible to use this tap without the datetime_key? I'm trying to sync a table where the date column is sometimes null but I still want to grab all of the rows.

daigotanaka commented 3 years ago

@georgetam: I know you just closed it but just to clarify for the later reference, it currently does not work without settings datetime_key. But I see people want to use this to do full-sync for every run. I can consider it as an enhancement request and modifying the code. Just let me know by reopening and commenting.