Hello everyone, I am currently in the process of c...
# troubleshooting
j
Hello everyone, I am currently in the process of configuring tap-bigquery meltanolabs variant. Is it possible to filter to the table level and not just schemas. I am looking for similar functionality of the default tap (
Anelen Data
)
This is an example for the
Anelen Data
variant
Copy code
- 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.
e
@John Archer have you taken a look at https://docs.meltano.com/concepts/plugins/#select-extra?
🙌 1