-
Notifications
You must be signed in to change notification settings - Fork 61
/
Copy pathSTANDARD_SOURCE_DEFINITION.yaml
911 lines (911 loc) · 32 KB
/
STANDARD_SOURCE_DEFINITION.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
---
- sourceDefinitionId: "0eba3d46-6b9f-48de-baf5-63632f5eca50"
name: "Faros Feeds"
dockerRepository: "farosai/airbyte-faros-feeds-source"
dockerImageTag: "latest"
documentationUrl: "https://github.com/faros-ai/airbyte-connectors"
spec:
documentationUrl: "https://docs.faros.ai"
connectionSpecification:
type: "object"
title: "Faros Feeds Spec"
$schema: "http://json-schema.org/draft-07/schema#"
required:
- "feed_cfg"
properties:
debug:
type: "boolean"
order: 2
title: "Enable debug logs"
feed_cfg:
type: "object"
oneOf:
- type: "object"
title: "github"
properties:
feed_name:
type: "string"
const: "github-feed"
feed_path:
type: "string"
const: "vcs/github-feed"
cutoff_days:
type: "integer"
order: 2
title: "Cutoff days"
description: "Only fetch commits, issues and pull requests updated\
\ in the last number of days"
repositories:
type: "array"
items:
type: "string"
order: 0
title: "GitHub Repositories"
examples:
- "apache/kafka"
- "airbytehq/airbyte"
description: "GitHub organization/repository"
personal_access_token:
type: "string"
order: 1
title: "Personal Access Token"
airbyte_secret: true
order: 0
title: "Feed Type"
description: "Choose your Feed Type"
feed_args:
type: "array"
items:
type: "string"
order: 1
title: "Feed command line arguments"
examples:
- "--expiration '5 seconds'"
description: "Additional command line arguments to invoke the feed with"
additionalProperties: false
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- sourceDefinitionId: "172cc5e1-9443-4f1b-a386-5a7813e05f45"
name: "Datadog"
dockerRepository: "farosai/airbyte-datadog-source"
dockerImageTag: "0.2.14"
documentationUrl: "https://github.com/faros-ai/airbyte-connectors/tree/main/sources/datadog-source"
spec:
documentationUrl: "https://docs.faros.ai"
connectionSpecification:
type: "object"
title: "Datadog Spec"
$schema: "http://json-schema.org/draft-07/schema#"
required:
- "api_key"
- "application_key"
properties:
api_key:
type: "string"
order: 0
title: "Datadog API Key"
airbyte_secret: true
page_size:
type: "integer"
order: 2
title: "Page Size"
default: 100
description: "used when retrieving paginated data from Datadog"
application_key:
type: "string"
order: 1
title: "Datadog Application Key"
description: "requires incident_read authorization scope"
airbyte_secret: true
additionalProperties: false
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- sourceDefinitionId: "1b22f335-f5bb-442d-a345-38b860baa41d"
name: "OpsGenie"
dockerRepository: "farosai/airbyte-opsgenie-source"
dockerImageTag: "0.4.23"
documentationUrl: "https://github.com/faros-ai/airbyte-connectors/tree/main/sources/opsgenie-source"
spec:
documentationUrl: "https://docs.faros.ai"
connectionSpecification:
type: "object"
title: "opsGenie Spec"
$schema: "http://json-schema.org/draft-07/schema#"
required:
- "api_key"
- "cutoff_days"
properties:
api_key:
type: "string"
title: "API key"
description: "In order to create key, go to https://.{your_acount}.app.opsgenie.com/settings/api-key-management"
airbyte_secret: true
page_size:
type: "number"
title: "Page size"
default: 10
description: "used when retrieving paginated data from OpsGenie"
cutoff_days:
type: "integer"
title: "Cutoff Days"
default: 90
description: "Only fetch incidents created after cutoff"
additionalProperties: false
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- sourceDefinitionId: "431b2890-39cb-4138-bc30-7dccdd0b94e0"
name: "Buildkite"
dockerRepository: "farosai/airbyte-buildkite-source"
dockerImageTag: "0.4.23"
documentationUrl: "https://github.com/faros-ai/airbyte-connectors/tree/main/sources/buildkite-source"
spec:
documentationUrl: "https://docs.faros.ai"
connectionSpecification:
type: "object"
title: "BuildKite Spec"
$schema: "http://json-schema.org/draft-07/schema#"
required:
- "token"
- "cutoff_days"
properties:
token:
type: "string"
title: "Token"
description: "To create token go to https://buildkite.com/user/api-access-tokens"
airbyte_secret: true
page_size:
type: "number"
title: "Page Size"
description: "number of pipelines, builds, jobs to fetch per call"
cutoff_days:
type: "integer"
title: "Cutoff Days"
default: 90
description: "Only fetch data updated after cutoff"
organization:
type: "string"
title: "Organization Slug"
description: "Only pull pipelines from the specified organization. If not\
\ set, all pipelines from all organizations will be pulled."
graphql_version:
type: "string"
title: "GraphQL Version"
default: "v1"
rest_api_version:
type: "string"
title: "Rest API Version"
default: "v2"
additionalProperties: false
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- sourceDefinitionId: "4b3cd0a4-4994-4616-af28-9871e28a8368"
name: "Statuspage"
dockerRepository: "farosai/airbyte-statuspage-source"
dockerImageTag: "0.4.23"
documentationUrl: "https://github.com/faros-ai/airbyte-connectors/tree/main/sources/statuspage-source"
spec:
documentationUrl: "https://docs.faros.ai"
connectionSpecification:
type: "object"
title: "Statuspage Spec"
$schema: "http://json-schema.org/draft-07/schema#"
required:
- "page_id"
- "api_key"
- "cutoff_days"
properties:
org_id:
type: "string"
title: "Organization ID"
description: "Statuspage Organization ID"
api_key:
type: "string"
title: "Statuspage API key"
description: "API key for Statuspage API authentication"
airbyte_secret: true
page_id:
type: "string"
title: "Page ID"
description: "Statuspage Page ID"
airbyte_secret: true
cutoff_days:
type: "integer"
title: "Cutoff Days"
default: 90
description: "Only fetch data updated after cutoff"
additionalProperties: false
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- sourceDefinitionId: "d6f73702-d7a0-4e95-9758-b0fb1af0bfba"
name: "Jenkins"
dockerRepository: "farosai/airbyte-jenkins-source"
dockerImageTag: "0.4.23"
documentationUrl: "https://github.com/faros-ai/airbyte-connectors/tree/main/sources/jenkins-source"
spec:
documentationUrl: "https://docs.faros.ai"
connectionSpecification:
type: "object"
title: "Jenkins Spec"
$schema: "http://json-schema.org/draft-07/schema#"
required:
- "server_url"
- "user"
- "token"
properties:
user:
type: "string"
title: "User"
description: "Jenkins User"
depth:
type: "integer"
title: "Depth"
description: "Jenkins JSON API does not support deep scan, it is required\
\ to generate a suitable tree for the corresponding depth. Job in some\
\ cases have many sub jobs, depth needs to quantify how many sub jobs\
\ are showed. If depth is not provided we will try to compute it automatically"
token:
type: "string"
title: "Token"
description: "Jenkins Token for Jenkins API authentication"
airbyte_secret: true
pageSize:
type: "integer"
title: "Page Size"
default: 10
minimum: 1
description: "Quantity of jobs on a single page fetched from Jenkins"
server_url:
type: "string"
title: "Jenkins Server URL"
examples:
- "https://my-jenkins-server.example.com"
description: "The Server URL for fetching data from Jenkins"
last100Builds:
type: "boolean"
title: "Last 100 Builds Only"
default: false
description: "Fetch only 100 last builds from Jenkins server"
additionalProperties: false
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- sourceDefinitionId: "51d2be20-0bdc-4532-b5a2-98a2ef91b23e"
name: "Bitbucket"
dockerRepository: "farosai/airbyte-bitbucket-source"
dockerImageTag: "0.4.23"
documentationUrl: "https://github.com/faros-ai/airbyte-connectors/tree/main/sources/bitbucket-source"
spec:
documentationUrl: "https://docs.faros.ai"
connectionSpecification:
type: "object"
title: "Bitbucket Spec"
$schema: "http://json-schema.org/draft-07/schema#"
required:
- "workspaces"
- "cutoff_days"
properties:
token:
type: "string"
title: "Access Token"
description: "Personal Access Token for Bitbucket API authentication. See\
\ https://confluence.atlassian.com/bitbucketserver/personal-access-tokens-939515499.html\
\ for information on how to generate this token."
airbyte_secret: true
pagelen:
type: "integer"
title: "Page Size"
default: 100
description: "Page size to use when requesting records from Bitbucket API"
password:
type: "string"
description: "Bitbucket password"
airbyte_secret: true
username:
type: "string"
description: "Bitbucket username. Either username/password or Access Token\
\ must be provided."
serverUrl:
type: "string"
title: "API URL"
default: "https://api.bitbucket.org/2.0"
examples:
- "https://api.bitbucket.org/2.0"
description: "The API URL for fetching data from Bitbucket"
workspaces:
type: "array"
items:
type: "string"
title: "Workspaces"
examples:
- "blaze-lib"
description: "Names of your Bitbucket workspaces"
cutoff_days:
type: "integer"
title: "Cutoff Days"
default: 90
description: "Only fetch data updated after cutoff"
repositories:
type: "array"
items:
type: "string"
title: "Repositories"
examples:
- "blaze-lib/blaze"
description: "Names of your Bitbucket repositories in the format 'workspace/repo-slug'.\
\ If none are provided, data from all repositories for the specified workspaces\
\ will be pulled."
additionalProperties: false
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- sourceDefinitionId: "5e6175e5-68e1-4c17-bff9-56103bbb0d80"
name: "Gitlab"
dockerRepository: "airbyte/source-gitlab"
dockerImageTag: "0.1.6"
documentationUrl: "https://docs.airbyte.io/integrations/sources/gitlab"
icon: "gitlab.svg"
sourceType: "api"
spec:
documentationUrl: "https://docs.airbyte.io/integrations/sources/gitlab"
connectionSpecification:
type: "object"
title: "Source GitLab Singer Spec"
$schema: "http://json-schema.org/draft-07/schema#"
required:
- "api_url"
- "private_token"
- "start_date"
properties:
groups:
type: "string"
title: "Groups"
examples:
- "airbyte.io"
description: "Space-delimited list of groups. e.g. airbyte.io."
api_url:
type: "string"
title: "API URL"
examples:
- "gitlab.com"
description: "Please enter your basic URL from GitLab instance."
projects:
type: "string"
title: "Projects"
examples:
- "airbyte.io/documentation"
description: "Space-delimited list of projects. e.g. airbyte.io/documentation\
\ meltano/tap-gitlab."
start_date:
type: "string"
title: "Start Date"
pattern: "^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$"
examples:
- "2021-03-01T00:00:00Z"
description: "The date from which you'd like to replicate data for GitLab\
\ API, in the format YYYY-MM-DDT00:00:00Z. All data generated after this\
\ date will be replicated."
private_token:
type: "string"
title: "Privat Token"
description: "Log into your GitLab account and then generate a personal\
\ Access Token."
airbyte_secret: true
additionalProperties: false
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- sourceDefinitionId: "63aa5e31-9490-4730-b2d4-14e42a4eb899"
name: "Phabricator"
dockerRepository: "farosai/airbyte-phabricator-source"
dockerImageTag: "0.4.23"
documentationUrl: "https://github.com/faros-ai/airbyte-connectors/tree/main/sources/phabricator-source"
spec:
documentationUrl: "https://docs.faros.ai"
connectionSpecification:
type: "object"
title: "Phabricator Spec"
$schema: "http://json-schema.org/draft-07/schema#"
required:
- "server_url"
- "token"
- "cutoff_days"
properties:
limit:
type: "integer"
title: "Limit"
default: 100
maximum: 100
minimum: 1
description: "Limit of results on a single page fetched from Phabricator"
token:
type: "string"
title: "Conduit Token"
description: "Conduit Token for Phabricator API authentication"
airbyte_secret: true
projects:
type: "array"
items:
type: "string"
title: "Projects"
examples:
- "my_project_1"
- "my_project_2"
description: "List of Phabricator projects slugs, e.g. `my_project_1,my_project_2`.\
\ Slugs are the same as project hashtags. If none provided would sync\
\ all projects."
server_url:
type: "string"
title: "Phabricator Conduit API URL"
examples:
- "https://my-phabricator-server.example.com"
description: "The API URL for fetching data from Phabricator"
cutoff_days:
type: "integer"
title: "Cutoff Days"
default: 90
description: "Only fetch data updated after cutoff"
repositories:
type: "array"
items:
type: "string"
title: "Repositories"
examples:
- "repo-1"
- "repo-2"
description: "List of Phabricator repositories, e.g. `repo-1,repo-2`. If\
\ none provided would sync all repositories."
additionalProperties: false
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- sourceDefinitionId: "6727d77e-5c06-4c28-817a-c1cacc18e106"
name: "CircleCI"
dockerRepository: "farosai/airbyte-circleci-source"
dockerImageTag: "0.4.23"
documentationUrl: "https://github.com/faros-ai/airbyte-connectors/tree/main/sources/circleci-source"
spec:
documentationUrl: "https://docs.faros.ai"
connectionSpecification:
type: "object"
title: "CircleCI Spec"
$schema: "http://json-schema.org/draft-07/schema#"
required:
- "token"
- "repo_names"
- "cutoff_days"
properties:
url:
type: "string"
title: "API URL"
default: "https://circleci.com/api/v2"
description: "CircleCI API URL"
token:
type: "string"
title: "token"
description: "CircleCI personal API token. See https://circleci.com/docs/2.0/managing-api-tokens/#creating-a-personal-api-token"
airbyte_secret: true
repo_names:
type: "array"
items:
type: "string"
title: "Repository Names"
description: "Names should be in the format \"project_type/organization_name/repository_name\""
cutoff_days:
type: "integer"
title: "Cutoff Days"
default: 90
description: "Only fetch data updated after cutoff"
reject_unauthorized:
type: "boolean"
title: "Enforce Authorized Requests"
default: true
description: "Enable certificate validation for the CircleCI server"
additionalProperties: false
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- sourceDefinitionId: "68e63de2-bb83-4c7e-93fa-a8a9051e3993"
name: "Jira"
dockerRepository: "airbyte/source-jira"
dockerImageTag: "0.3.0"
documentationUrl: "https://docs.airbyte.io/integrations/sources/jira"
icon: "jira.svg"
spec:
documentationUrl: "https://docs.airbyte.io/integrations/sources/jira"
connectionSpecification:
type: "object"
title: "Jira Spec"
$schema: "http://json-schema.org/draft-07/schema#"
required:
- "api_token"
- "domain"
- "email"
properties:
email:
type: "string"
title: "Email"
description: "The user email for your Jira account."
domain:
type: "string"
title: "Domain"
pattern: "^[a-zA-Z0-9._-]*\\.atlassian\\.net$"
examples:
- "domainname.atlassian.net"
description: "The Domain for your Jira account, e.g. airbyteio.atlassian.net"
projects:
type: "array"
items:
type: "string"
title: "Projects"
examples:
- "PROJ1"
- "PROJ2"
description: "List of Jira project keys to replicate data for."
api_token:
type: "string"
title: "API Token"
description: "Jira API Token. See the <a href=\"https://docs.airbyte.io/integrations/sources/jira\"\
>docs</a> for more information on how to generate this key."
airbyte_secret: true
start_date:
type: "string"
title: "Start Date"
pattern: "^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$"
examples:
- "2021-03-01T00:00:00Z"
description: "The date from which you'd like to replicate data for Jira\
\ in the format YYYY-MM-DDT00:00:00Z. All data generated after this date\
\ will be replicated. Note that it will be used only in the following\
\ incremental streams: issues."
render_fields:
type: "boolean"
title: "Render Issue Fields"
default: false
description: "Render issue fields in HTML format in addition to Jira JSON-like\
\ format."
additional_fields:
type: "array"
items:
type: "string"
title: "Additional Fields"
examples:
- "customfield_10096"
- "customfield_10071"
description: "List of additional fields to include in replicating issues."
expand_issue_changelog:
type: "boolean"
title: "Expand Issue Changelog"
default: false
description: "Expand the changelog when replicating issues."
enable_experimental_streams:
type: "boolean"
title: "Enable Experimental Streams"
default: false
description: "Allow the use of experimental streams which rely on undocumented\
\ Jira API endpoints. See https://docs.airbyte.io/integrations/sources/jira#experimental-tables\
\ for more info."
additionalProperties: true
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- sourceDefinitionId: "7e20ce3e-d820-4327-ad7a-88f3927fd97a"
name: "VictorOps"
dockerRepository: "farosai/airbyte-victorops-source"
dockerImageTag: "0.4.23"
documentationUrl: "https://github.com/faros-ai/airbyte-connectors/tree/main/sources/victorops-source"
spec:
documentationUrl: "https://docs.faros.ai"
connectionSpecification:
type: "object"
title: "VictorOps Spec"
$schema: "http://json-schema.org/draft-07/schema#"
required:
- "apiId"
- "apiKey"
- "cutoff_days"
properties:
apiId:
type: "string"
title: "API ID"
description: "VictorOps API ID"
airbyte_secret: true
apiKey:
type: "string"
title: "VictorOps API key"
description: "API key for VictorOps API authentication"
airbyte_secret: true
pageLimit:
type: "integer"
title: "Page Limit"
default: 100
description: "VictorOps Page Limit"
cutoff_days:
type: "integer"
title: "Cutoff Days"
default: 90
description: "Only fetch data updated after cutoff"
currentPhase:
type: "string"
title: "Current Phase"
default: "triggered,acknowledged,resolved"
description: "VictorOps Current Phase"
maxContentLength:
type: "integer"
title: "VictorOps Content Length"
default: 500000
description: "VictorOps API response content length limit, try increasing\
\ if 'RequestError' is encountered."
additionalProperties: true
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- sourceDefinitionId: "2817b3f0-04e4-4c7a-9f32-7a5e8a83db95"
name: "PagerDuty"
dockerRepository: "farosai/airbyte-pagerduty-source"
dockerImageTag: "0.4.23"
documentationUrl: "https://github.com/faros-ai/airbyte-connectors/tree/main/sources/pagerduty-source"
spec:
documentationUrl: "https://docs.faros.ai"
connectionSpecification:
type: "object"
title: "PagerDuty Spec"
$schema: "http://json-schema.org/draft-07/schema#"
required:
- "token"
properties:
token:
type: "string"
title: "API key"
description: "API key for PagerDuty API authentication"
airbyte_secret: true
page_size:
type: "integer"
title: "Page Size"
default: 25
maximum: 25
minimum: 1
description: "page size to use when querying PagerDuty API"
cutoff_days:
type: "integer"
title: "Cutoff Days"
default: 90
description: "Fetch pipelines updated in the last number of days"
default_severity:
type: "string"
title: "Severity category"
pattern: "^(Sev[0-5])?(Custom)?$"
examples:
- "Sev1"
- "Sev2"
- "Sev3"
- "Sev4"
- "Sev5"
- "Custom"
description: "A default severity category if not present"
incident_log_entries_overview:
type: "boolean"
title: "Incident Log Entries Overview"
default: true
description: "If true, will return a subset of log entries that show only\
\ the most important changes to the incident."
additionalProperties: false
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- sourceDefinitionId: "6fe89830-d04d-401b-aad6-6552ffa5c4af"
name: "Harness"
dockerRepository: "farosai/airbyte-harness-source"
dockerImageTag: "0.4.23"
documentationUrl: "https://github.com/faros-ai/airbyte-connectors/tree/main/sources/harness-source"
spec:
documentationUrl: "https://docs.faros.ai"
connectionSpecification:
type: "object"
title: "Harness Spec"
$schema: "http://json-schema.org/draft-07/schema#"
required:
- "api_key"
- "account_id"
- "cutoff_days"
properties:
api_key:
type: "string"
title: "API key"
airbyte_secret: true
api_url:
type: "string"
title: "API URL"
default: "https://app.harness.io"
examples:
- "https://my-harness-server.example.com"
description: "The API URL for fetching data from Harness"
page_size:
type: "integer"
title: "Page Size"
default: 100
description: "number of pipelines (builds) to fetch per call"
account_id:
type: "string"
title: "Account ID"
description: "Harness Account ID"
cutoff_days:
type: "integer"
title: "Cutoff Days"
default: 90
description: "Only fetch deployments updated after cutoff"
deployment_timeout:
type: "integer"
title: "Deployment Timeout"
default: 24
description: "Max number of hours to consider for a deployment to be running/queued\
\ before giving up on syncing it"
additionalProperties: false
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- sourceDefinitionId: "dcb04367-398c-4af9-831c-aef0ce4f8f32"
name: "Squadcast"
dockerRepository: "farosai/airbyte-squadcast-source"
dockerImageTag: "0.4.23"
documentationUrl: "https://github.com/faros-ai/airbyte-connectors/tree/main/sources/squadcast-source"
spec:
documentationUrl: "https://docs.faros.ai"
connectionSpecification:
type: "object"
title: "SquadCast Spec"
$schema: "http://json-schema.org/draft-07/schema#"
required:
- "token"
- "cutoff_days"
properties:
token:
type: "string"
title: "Token"
description: "Get API Refresh Token on https://app.squadcast.com/user/USER_ID\
\ where USER_ID is user's ID"
airbyte_secret: true
cutoff_days:
type: "integer"
title: "Cutoff Days"
default: 90
description: "Only fetch data updated after cutoff"
event_deduped:
type: "boolean"
title: "Events Deduped"
description: "If set to true, it will return only the deduped events. If\
\ set to false, it will return only the non-deduped event. Otherwise it\
\ will return all the events"
event_owner_id:
type: "string"
title: "Event Owner ID"
description: "Team ID or User ID"
event_incident_id:
type: "string"
title: "Events Incident ID"
description: "If set it will pull all events from only this Incident. If\
\ no it pull all events from all incidents"
incident_owner_id:
type: "string"
title: "Incident Owner ID"
description: "Team ID or User ID"
max_content_length:
type: "integer"
title: "Max Content Length"
default: 20000
description: "Max size of Squadcast API response content in bytes. Increase\
\ this value if you get a \"maxContentLength exceeded\" error"
additionalProperties: false
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- sourceDefinitionId: "ef69ef6e-aa7f-4af1-a01d-ef775033524e"
name: "GitHub"
dockerRepository: "airbyte/source-github"
dockerImageTag: "0.3.8"
documentationUrl: "https://docs.airbyte.io/integrations/sources/github"
icon: "github.svg"
sourceType: "api"
spec:
documentationUrl: "https://docs.airbyte.io/integrations/sources/github"
connectionSpecification:
type: "object"
title: "GitHub Source Spec"
$schema: "http://json-schema.org/draft-07/schema#"
required:
- "start_date"
- "repository"
properties:
branch:
type: "string"
title: "Branch"
examples:
- "airbytehq/airbyte/master airbytehq/airbyte/my-branch"
description: "Space-delimited list of GitHub repository branches to pull\
\ commits for, e.g. `airbytehq/airbyte/master`. If no branches are specified\
\ for a repository, the default branch will be pulled."
repository:
type: "string"
title: "GitHub Repositories"
examples:
- "airbytehq/airbyte airbytehq/another-repo"
- "airbytehq/*"
- "airbytehq/airbyte"
description: "Space-delimited list of GitHub organizations/repositories,\
\ e.g. `airbytehq/airbyte` for single repository, `airbytehq/*` for get\
\ all repositories from organization and `airbytehq/airbyte airbytehq/another-repo`\
\ for multiple repositories."
start_date:
type: "string"
title: "Start Date"
pattern: "^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$"
examples:
- "2021-03-01T00:00:00Z"
description: "The date from which you'd like to replicate data for GitHub\
\ in the format YYYY-MM-DDT00:00:00Z. All data generated after this date\
\ will be replicated. Note that it will be used only in the following\
\ incremental streams: comments, commits and issues."
credentials:
type: "object"
oneOf:
- type: "object"
title: "Authenticate via GitHub (OAuth)"
required:
- "access_token"
properties:
access_token:
type: "string"
title: "Access Token"
description: "OAuth access token"
airbyte_secret: true
option_title:
type: "string"
const: "OAuth Credentials"
title: "Credentials Title"
description: "OAuth Credentials"
- type: "object"
title: "Authenticate with Personal Access Token"
required:
- "personal_access_token"
properties:
option_title:
type: "string"
const: "PAT Credentials"
title: "Credentials Title"
description: "PAT Credentials"
personal_access_token:
type: "string"
title: "Personal Access Tokens"
description: "Log into GitHub and then generate a <a href=\"https://github.com/settings/tokens\"\
> personal access token</a>. To load balance your API quota consumption\
\ across multiple API tokens, input multiple tokens separated with\
\ \",\""
airbyte_secret: true
title: "Authentication Mechanism"
description: "Choose how to authenticate to GitHub"
page_size_for_large_streams:
type: "integer"
title: "Page size for large streams"
default: 10
maximum: 100
minimum: 1
description: "The Github connector contains several streams with a large\
\ load. The page size of such streams depends on the size of your repository.\
\ Recommended to specify values between 10 and 30."
additionalProperties: true
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
authSpecification:
auth_type: "oauth2.0"
oauth2Specification:
rootObject:
- "credentials"
- "0"
oauthFlowInitParameters: []
oauthFlowOutputParameters:
- - "access_token"