Examples for Bifrost Connection Settings

From ConnectionSettings.yaml (bifrost/ConnectionSettings.schema)

---
onform:
  forms:
    - providerid12345
    - formuid12345
---
google_sheets:
  credentials: {}
  url: "https://docs.google.com/spreadsheets/d/xxxx123456"
---
ratatoskr:
  provider_application: "xxxx12345"
---
cron: {}
---
kronos:
  recurring_crons:
    - expression: 0 8 * * *
      tz: Asia/Singapore
---
kronos:
  oneoffs:
    - "2021-10-01T08:00:00+00:00"
    - "2021-10-08T08:00:00+00:00"
    - "2021-10-15T08:00:00+00:00"
    - "2021-10-22T08:00:00+00:00"
    - "2021-10-29T08:00:00+00:00"
---
kronos:
  recurring_crons:
    - expression: "0 9 * * WED#3" #third week's wednesday
      tz: Asia/Singapore
    - expression: "0 9 * * *"
    - expression: "0 9 * * SAT"
      tz: Asia/Tokyo


[Main Page] [Schema Documentation] [Raw Schema] [JSON Schema]