Skip to content

Commit d34eec8

Browse files
chore: auto-fix lint and format issues
1 parent 43fee72 commit d34eec8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

airbyte-integrations/connectors/source-google-tasks/manifest.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ definitions:
7373
datetime_format: "%Y-%m-%dT%H:%M:%SZ"
7474
start_datetime:
7575
type: MinMaxDatetime
76-
datetime: "{{ config[\"start_date\"] }}"
76+
datetime: '{{ config["start_date"] }}'
7777
datetime_format: "%Y-%m-%dT%H:%M:%SZ"
7878
datetime_format: "%Y-%m-%dT%H:%M:%S.%fZ"
7979
cursor_datetime_formats:
@@ -142,7 +142,7 @@ definitions:
142142
datetime_format: "%Y-%m-%dT%H:%M:%SZ"
143143
start_datetime:
144144
type: MinMaxDatetime
145-
datetime: "{{ config[\"start_date\"] }}"
145+
datetime: '{{ config["start_date"] }}'
146146
datetime_format: "%Y-%m-%dT%H:%M:%SZ"
147147
datetime_format: "%Y-%m-%dT%H:%M:%S.%fZ"
148148
cursor_datetime_formats:
@@ -152,7 +152,7 @@ definitions:
152152
url_base: https://tasks.googleapis.com/tasks/v1/
153153
authenticator:
154154
type: BearerAuthenticator
155-
api_token: "{{ config[\"api_key\"] }}"
155+
api_token: '{{ config["api_key"] }}'
156156

157157
streams:
158158
- $ref: "#/definitions/streams/tasks"

0 commit comments

Comments
 (0)