add a couple tables to sources

This commit is contained in:
Pablo Martin 2024-03-20 10:36:14 +01:00
parent 4e14702014
commit 964ccbaa24

View file

@ -169,6 +169,8 @@ sources:
description: "{{ doc('_airbyte_meta_desc') }}" description: "{{ doc('_airbyte_meta_desc') }}"
- name: superhog_user - name: superhog_user
identifier: SuperhogUser identifier: SuperhogUser
- name: UserVerificationStatus
identifier: UserVerificationStatus
- name: VerificationRequest - name: VerificationRequest
identifier: VerificationRequest identifier: VerificationRequest
- name: VerificationToPayment - name: VerificationToPayment
@ -181,6 +183,8 @@ sources:
identifier: PaymentStatus identifier: PaymentStatus
- name: Booking - name: Booking
identifier: Booking identifier: Booking
- name: BookingState
identifier: BookingState
- name: PricePlanToUser - name: PricePlanToUser
identifier: PricePlanToUser identifier: PricePlanToUser
- name: PricePlanChargedByType - name: PricePlanChargedByType