Skip to content

Commit

Permalink
chore: auto-fix lint and format issues
Browse files Browse the repository at this point in the history
  • Loading branch information
octavia-squidington-iii committed Sep 18, 2024
1 parent 857b65d commit f830ed2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions airbyte-integrations/connectors/source-7shifts/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ definitions:
datetime_format: "%Y-%m-%d"
start_datetime:
type: MinMaxDatetime
datetime: "{{ config[\"start_date\"] }}"
datetime: '{{ config["start_date"] }}'
datetime_format: "%Y-%m-%dT%H:%M:%SZ"
start_time_option:
type: RequestOption
Expand Down Expand Up @@ -119,7 +119,7 @@ definitions:
datetime_format: "%Y-%m-%d"
start_datetime:
type: MinMaxDatetime
datetime: "{{ config[\"start_date\"] }}"
datetime: '{{ config["start_date"] }}'
datetime_format: "%Y-%m-%dT%H:%M:%SZ"
start_time_option:
type: RequestOption
Expand Down Expand Up @@ -183,7 +183,7 @@ definitions:
datetime_format: "%Y-%m-%d"
start_datetime:
type: MinMaxDatetime
datetime: "{{ config[\"start_date\"] }}"
datetime: '{{ config["start_date"] }}'
datetime_format: "%Y-%m-%dT%H:%M:%SZ"
start_time_option:
type: RequestOption
Expand Down Expand Up @@ -247,7 +247,7 @@ definitions:
datetime_format: "%Y-%m-%d"
start_datetime:
type: MinMaxDatetime
datetime: "{{ config[\"start_date\"] }}"
datetime: '{{ config["start_date"] }}'
datetime_format: "%Y-%m-%dT%H:%M:%SZ"
start_time_option:
type: RequestOption
Expand Down Expand Up @@ -311,7 +311,7 @@ definitions:
datetime_format: "%Y-%m-%d"
start_datetime:
type: MinMaxDatetime
datetime: "{{ config[\"start_date\"] }}"
datetime: '{{ config["start_date"] }}'
datetime_format: "%Y-%m-%dT%H:%M:%SZ"
start_time_option:
type: RequestOption
Expand Down Expand Up @@ -585,7 +585,7 @@ definitions:
datetime_format: "%Y-%m-%dT%H:%M:%S+00:00"
start_datetime:
type: MinMaxDatetime
datetime: "{{ config[\"start_date\"] }}"
datetime: '{{ config["start_date"] }}'
datetime_format: "%Y-%m-%dT%H:%M:%SZ"
start_time_option:
type: RequestOption
Expand Down Expand Up @@ -649,7 +649,7 @@ definitions:
datetime_format: "%Y-%m-%dT%H:%M:%SZ"
start_datetime:
type: MinMaxDatetime
datetime: "{{ config[\"start_date\"] }}"
datetime: '{{ config["start_date"] }}'
datetime_format: "%Y-%m-%dT%H:%M:%SZ"
start_time_option:
type: RequestOption
Expand All @@ -668,7 +668,7 @@ definitions:
url_base: https://api.7shifts.com
authenticator:
type: BearerAuthenticator
api_token: "{{ config[\"access_token\"] }}"
api_token: '{{ config["access_token"] }}'

streams:
- $ref: "#/definitions/streams/companies"
Expand Down

0 comments on commit f830ed2

Please sign in to comment.