File tree Expand file tree Collapse file tree 5 files changed +11
-10
lines changed
airbyte-config/init/src/main/resources/seed
airbyte-integrations/connectors/source-instagram
docs/integrations/sources Expand file tree Collapse file tree 5 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 457
457
- name : Instagram
458
458
sourceDefinitionId : 6acf6b55-4f1e-4fca-944e-1a3caef8aba8
459
459
dockerRepository : airbyte/source-instagram
460
- dockerImageTag : 0.1.9
460
+ dockerImageTag : 0.1.10
461
461
documentationUrl : https://docs.airbyte.com/integrations/sources/instagram
462
462
icon : instagram.svg
463
463
sourceType : api
Original file line number Diff line number Diff line change 4104
4104
supportsNormalization : false
4105
4105
supportsDBT : false
4106
4106
supported_destination_sync_modes : []
4107
- - dockerImage : " airbyte/source-instagram:0.1.9 "
4107
+ - dockerImage : " airbyte/source-instagram:0.1.10 "
4108
4108
spec :
4109
4109
documentationUrl : " https://docs.airbyte.io/integrations/sources/instagram"
4110
4110
changelogUrl : " https://docs.airbyte.io/integrations/sources/instagram"
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ RUN pip install .
12
12
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
13
13
ENTRYPOINT ["python" , "/airbyte/integration_code/main.py" ]
14
14
15
- LABEL io.airbyte.version=0.1.9
15
+ LABEL io.airbyte.version=0.1.10
16
16
LABEL io.airbyte.name=airbyte/source-instagram
Original file line number Diff line number Diff line change 6
6
from setuptools import find_packages , setup
7
7
8
8
MAIN_REQUIREMENTS = [
9
- "airbyte-cdk~=0.1" ,
9
+ "airbyte-cdk~=0.1.81 " ,
10
10
"cached_property~=1.5" ,
11
11
"facebook_business~=11.0" ,
12
12
"pendulum>=2,<3" ,
Original file line number Diff line number Diff line change @@ -99,9 +99,10 @@ See Facebook's [documentation on rate limiting](https://developers.facebook.com/
99
99
100
100
## Changelog
101
101
102
- | Version | Date | Pull Request | Subject |
103
- | :--- | :--- | :--- | :--- |
104
- | 0.1.9 | 2021-09-30 | [ 6438] ( https://github.com/airbytehq/airbyte/pull/6438 ) | Annotate Oauth2 flow initialization parameters in connector specification |
105
- | 0.1.8 | 2021-08-11 | [ 5354] ( https://github.com/airbytehq/airbyte/pull/5354 ) | added check for empty state and fixed tests. |
106
- | 0.1.7 | 2021-07-19 | [ 4805] ( https://github.com/airbytehq/airbyte/pull/4805 ) | Add support for previous format of STATE. |
107
- | 0.1.6 | 2021-07-07 | [ 4210] ( https://github.com/airbytehq/airbyte/pull/4210 ) | Refactor connector to use CDK: - improve error handling. - fix sync fail with HTTP status 400. - integrate SAT. |
102
+ | Version | Date | Pull Request | Subject |
103
+ | :--------| :-----------| :-------------------------------------------------------| :----------------------------------------------------------------------------------------------------------------|
104
+ | 0.1.10 | 2022-09-05 | [ 16340] ( https://github.com/airbytehq/airbyte/pull/16340 ) | Update to latest version of the CDK (v0.1.81) |
105
+ | 0.1.9 | 2021-09-30 | [ 6438] ( https://github.com/airbytehq/airbyte/pull/6438 ) | Annotate Oauth2 flow initialization parameters in connector specification |
106
+ | 0.1.8 | 2021-08-11 | [ 5354] ( https://github.com/airbytehq/airbyte/pull/5354 ) | added check for empty state and fixed tests. |
107
+ | 0.1.7 | 2021-07-19 | [ 4805] ( https://github.com/airbytehq/airbyte/pull/4805 ) | Add support for previous format of STATE. |
108
+ | 0.1.6 | 2021-07-07 | [ 4210] ( https://github.com/airbytehq/airbyte/pull/4210 ) | Refactor connector to use CDK: - improve error handling. - fix sync fail with HTTP status 400. - integrate SAT. |
You can’t perform that action at this time.
0 commit comments