Airbyte Based Sources
Understanding Airbyte Connectors
Configuration
sources:
<connector_id>:
type: airbyte
schedule: '...' # Cron expression or period notation (@daily or @hourly)
destinations: [ ] # List of destinations
config:
config: {} # Airbyte config object (see below)
docker_image: 'airbyte/image' # Airbyte connector image
catalog: {} # Airbyte catalog object (see below).
# Optional. If not provided, all streams
# will be synchronizedLast updated