Sources Conf
Collection Configuration
sources:
firebase_example_id:
collections:
- name: "some_name"
type: "collection_type_id"
table_name: "table_name_for_data"
start_date: "2020-06-01"
schedule: '@daily' #cron expression. see below
parameters:
field1: "value"
field2: ["values"]
field3:
some_object:
...Last updated