|
1 |
| -version: 0.44.0 |
| 1 | +version: 4.3.0 |
2 | 2 | type: DeclarativeSource
|
3 | 3 | check:
|
4 | 4 | type: CheckStream
|
@@ -403,7 +403,8 @@ streams:
|
403 | 403 | type: HttpRequester
|
404 | 404 | url_base: https://graph.microsoft.com/v1.0/
|
405 | 405 | path: >-
|
406 |
| - groups/{{ stream_partition.group_id }}/members?$top={{ config.get('page_size', 20) }} |
| 406 | + groups/{{ stream_partition.group_id }}/members?$top={{ config.get('page_size', |
| 407 | + 20) }} |
407 | 408 | http_method: GET
|
408 | 409 | request_parameters: {}
|
409 | 410 | request_headers: {}
|
@@ -747,7 +748,8 @@ streams:
|
747 | 748 | type: HttpRequester
|
748 | 749 | url_base: https://graph.microsoft.com/v1.0/
|
749 | 750 | path: >-
|
750 |
| - groups/{{ stream_partition.group_id }}/owners?$top={{ config.get('page_size', 20) }} |
| 751 | + groups/{{ stream_partition.group_id }}/owners?$top={{ config.get('page_size', |
| 752 | + 20) }} |
751 | 753 | http_method: GET
|
752 | 754 | request_parameters: {}
|
753 | 755 | request_headers: {}
|
@@ -1069,7 +1071,8 @@ streams:
|
1069 | 1071 | type: HttpRequester
|
1070 | 1072 | url_base: https://graph.microsoft.com/v1.0/
|
1071 | 1073 | path: >-
|
1072 |
| - groups/{{ stream_partition.group_id }}/conversations?$top={{ config.get('page_size', 20) }} |
| 1074 | + groups/{{ stream_partition.group_id }}/conversations?$top={{ config.get('page_size', |
| 1075 | + 20) }} |
1073 | 1076 | http_method: GET
|
1074 | 1077 | request_parameters: {}
|
1075 | 1078 | request_headers: {}
|
@@ -1738,7 +1741,8 @@ streams:
|
1738 | 1741 | url_base: https://graph.microsoft.com/v1.0/
|
1739 | 1742 | path: >-
|
1740 | 1743 | teams/{{ stream_partition.group_id }}/channels/{{
|
1741 |
| - stream_partition.channel_id }}/members?$top={{ config.get('page_size', 20) }} |
| 1744 | + stream_partition.channel_id }}/members?$top={{ config.get('page_size', 20) |
| 1745 | + }} |
1742 | 1746 | http_method: GET
|
1743 | 1747 | request_parameters: {}
|
1744 | 1748 | request_headers: {}
|
@@ -2329,7 +2333,9 @@ streams:
|
2329 | 2333 | authenticator:
|
2330 | 2334 | type: OAuthAuthenticator
|
2331 | 2335 | client_id: "{{ config['credentials']['client_id'] }}"
|
2332 |
| - client_secret: "{{ config['credentials']['client_secret'] }}" |
| 2336 | + client_secret: |
| 2337 | + "{{ config['credentials']['client_secret'] |
| 2338 | + }}" |
2333 | 2339 | refresh_request_body:
|
2334 | 2340 | scope: https://graph.microsoft.com/.default
|
2335 | 2341 | token_refresh_endpoint: >-
|
@@ -3035,7 +3041,9 @@ streams:
|
3035 | 3041 | authenticator:
|
3036 | 3042 | type: OAuthAuthenticator
|
3037 | 3043 | client_id: "{{ config['credentials']['client_id'] }}"
|
3038 |
| - client_secret: "{{ config['credentials']['client_secret'] }}" |
| 3044 | + client_secret: |
| 3045 | + "{{ config['credentials']['client_secret'] |
| 3046 | + }}" |
3039 | 3047 | refresh_request_body:
|
3040 | 3048 | scope: https://graph.microsoft.com/.default
|
3041 | 3049 | token_refresh_endpoint: >-
|
@@ -3122,7 +3130,8 @@ streams:
|
3122 | 3130 | url_base: https://graph.microsoft.com/v1.0/
|
3123 | 3131 | path: >-
|
3124 | 3132 | groups/{{ stream_partition.group_id }}/conversations/{{
|
3125 |
| - stream_partition.conversation_id }}/threads?$top={{ config.get('page_size', 20) }} |
| 3133 | + stream_partition.conversation_id }}/threads?$top={{ config.get('page_size', |
| 3134 | + 20) }} |
3126 | 3135 | http_method: GET
|
3127 | 3136 | request_parameters: {}
|
3128 | 3137 | request_headers: {}
|
@@ -3719,7 +3728,9 @@ streams:
|
3719 | 3728 | authenticator:
|
3720 | 3729 | type: OAuthAuthenticator
|
3721 | 3730 | client_id: "{{ config['credentials']['client_id'] }}"
|
3722 |
| - client_secret: "{{ config['credentials']['client_secret'] }}" |
| 3731 | + client_secret: |
| 3732 | + "{{ config['credentials']['client_secret'] |
| 3733 | + }}" |
3723 | 3734 | refresh_request_body:
|
3724 | 3735 | scope: https://graph.microsoft.com/.default
|
3725 | 3736 | token_refresh_endpoint: >-
|
@@ -4466,7 +4477,9 @@ streams:
|
4466 | 4477 | authenticator:
|
4467 | 4478 | type: OAuthAuthenticator
|
4468 | 4479 | client_id: "{{ config['credentials']['client_id'] }}"
|
4469 |
| - client_secret: "{{ config['credentials']['client_secret'] }}" |
| 4480 | + client_secret: |
| 4481 | + "{{ config['credentials']['client_secret'] |
| 4482 | + }}" |
4470 | 4483 | refresh_request_body:
|
4471 | 4484 | scope: https://graph.microsoft.com/.default
|
4472 | 4485 | token_refresh_endpoint: >-
|
@@ -4559,7 +4572,8 @@ streams:
|
4559 | 4572 | url_base: https://graph.microsoft.com/v1.0/
|
4560 | 4573 | path: >-
|
4561 | 4574 | groups/{{ stream_partition.group_id }}/conversations/{{
|
4562 |
| - stream_partition.conversation_id }}/threads?$top={{ config.get('page_size', 20) }} |
| 4575 | + stream_partition.conversation_id }}/threads?$top={{ config.get('page_size', |
| 4576 | + 20) }} |
4563 | 4577 | http_method: GET
|
4564 | 4578 | request_parameters: {}
|
4565 | 4579 | request_headers: {}
|
@@ -4819,7 +4833,9 @@ streams:
|
4819 | 4833 | authenticator:
|
4820 | 4834 | type: OAuthAuthenticator
|
4821 | 4835 | client_id: "{{ config['credentials']['client_id'] }}"
|
4822 |
| - client_secret: "{{ config['credentials']['client_secret'] }}" |
| 4836 | + client_secret: |
| 4837 | + "{{ config['credentials']['client_secret'] |
| 4838 | + }}" |
4823 | 4839 | refresh_request_body:
|
4824 | 4840 | scope: https://graph.microsoft.com/.default
|
4825 | 4841 | token_refresh_endpoint: >-
|
@@ -4911,7 +4927,9 @@ streams:
|
4911 | 4927 | authenticator:
|
4912 | 4928 | type: OAuthAuthenticator
|
4913 | 4929 | client_id: "{{ config['credentials']['client_id'] }}"
|
4914 |
| - client_secret: "{{ config['credentials']['client_secret'] }}" |
| 4930 | + client_secret: |
| 4931 | + "{{ config['credentials']['client_secret'] |
| 4932 | + }}" |
4915 | 4933 | refresh_request_body:
|
4916 | 4934 | scope: https://graph.microsoft.com/.default
|
4917 | 4935 | token_refresh_endpoint: >-
|
@@ -5163,8 +5181,12 @@ streams:
|
5163 | 5181 | request_headers: {}
|
5164 | 5182 | authenticator:
|
5165 | 5183 | type: OAuthAuthenticator
|
5166 |
| - client_id: "{{ config['credentials']['client_id'] }}" |
5167 |
| - client_secret: "{{ config['credentials']['client_secret'] }}" |
| 5184 | + client_id: |
| 5185 | + "{{ config['credentials']['client_id'] |
| 5186 | + }}" |
| 5187 | + client_secret: |
| 5188 | + "{{ config['credentials']['client_secret'] |
| 5189 | + }}" |
5168 | 5190 | refresh_request_body:
|
5169 | 5191 | scope: https://graph.microsoft.com/.default
|
5170 | 5192 | token_refresh_endpoint: >-
|
@@ -5322,7 +5344,8 @@ streams:
|
5322 | 5344 | type: HttpRequester
|
5323 | 5345 | url_base: https://graph.microsoft.com/v1.0/
|
5324 | 5346 | path: >-
|
5325 |
| - groups/{{ stream_partition.group_id }}/drives?$top={{ config.get('page_size', 20) }} |
| 5347 | + groups/{{ stream_partition.group_id }}/drives?$top={{ config.get('page_size', |
| 5348 | + 20) }} |
5326 | 5349 | http_method: GET
|
5327 | 5350 | request_parameters: {}
|
5328 | 5351 | request_headers: {}
|
@@ -5771,11 +5794,11 @@ spec:
|
5771 | 5794 | title: Directory (tenant) ID
|
5772 | 5795 | type: string
|
5773 | 5796 | description:
|
5774 |
| - "A globally unique identifier (GUID) that is different than |
5775 |
| - your organization name or domain. Follow these steps to obtain: open |
5776 |
| - one of the Teams where you belong inside the Teams Application -> Click |
5777 |
| - on the … next to the Team title -> Click on Get link to team -> Copy |
5778 |
| - the link to the team and grab the tenant ID form the URL" |
| 5797 | + "A globally unique identifier (GUID) that is different |
| 5798 | + than your organization name or domain. Follow these steps to obtain: |
| 5799 | + open one of the Teams where you belong inside the Teams Application |
| 5800 | + -> Click on the … next to the Team title -> Click on Get link to team |
| 5801 | + -> Copy the link to the team and grab the tenant ID form the URL" |
5779 | 5802 | airbyte_secret: true
|
5780 | 5803 | client_id:
|
5781 | 5804 | title: Client ID
|
@@ -5809,11 +5832,11 @@ spec:
|
5809 | 5832 | title: Directory (tenant) ID
|
5810 | 5833 | type: string
|
5811 | 5834 | description:
|
5812 |
| - "A globally unique identifier (GUID) that is different than |
5813 |
| - your organization name or domain. Follow these steps to obtain: open |
5814 |
| - one of the Teams where you belong inside the Teams Application -> Click |
5815 |
| - on the … next to the Team title -> Click on Get link to team -> Copy |
5816 |
| - the link to the team and grab the tenant ID form the URL" |
| 5835 | + "A globally unique identifier (GUID) that is different |
| 5836 | + than your organization name or domain. Follow these steps to obtain: |
| 5837 | + open one of the Teams where you belong inside the Teams Application |
| 5838 | + -> Click on the … next to the Team title -> Click on Get link to team |
| 5839 | + -> Copy the link to the team and grab the tenant ID form the URL" |
5817 | 5840 | airbyte_secret: true
|
5818 | 5841 | client_id:
|
5819 | 5842 | title: Client ID
|
|
0 commit comments