This is an example for the
Anelen Data
variant
- name: tap-prod-booking
inherit_from: tap-bigquery
config:
start_datetime: 2020-01-01T00:00:00Z
end_datetime: 2023-01-01T00:00:00Z
streams:
- name: add_on_fees
table: prj_id.schema.table
columns:
- financialid
- addonid
- modifiedat
- id
- createdat
- nightid
- amount
datetime_key: modifiedat
Any assistance would be appreciated.