Skip to content

Conversation

@Visya
Copy link
Contributor

@Visya Visya commented Jun 19, 2021

AWS DMS boto3 describe_replication_tasks omits Marker property in
the response if no more tasks is available, it also omits
ReplicationTasks property if no tasks is found.

In this case describe_replication_tasks function in DmsHook will fail, so it's better to use safe get.


^ Add meaningful description above

Read the Pull Request Guidelines for more information.
In case of fundamental code change, Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in UPDATING.md.

@boring-cyborg boring-cyborg bot added area:providers provider:amazon AWS/Amazon - related issues labels Jun 19, 2021
@Visya Visya force-pushed the aws-dms-describe-tasks branch 2 times, most recently from 8f49cf4 to 36b371a Compare June 19, 2021 12:46
AWS DMS boto3 `describe_replication_tasks` omits `Marker` property in
the response if no more tasks is available, it also omits
`ReplicationTasks` property if no tasks is found.
@Visya Visya force-pushed the aws-dms-describe-tasks branch from 36b371a to 9f1452a Compare June 19, 2021 18:41
@potiuk potiuk merged commit 19ed074 into apache:main Jun 21, 2021
Jorricks pushed a commit to Jorricks/airflow that referenced this pull request Jun 24, 2021
AWS DMS boto3 `describe_replication_tasks` omits `Marker` property in
the response if no more tasks is available, it also omits
`ReplicationTasks` property if no tasks is found.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:providers provider:amazon AWS/Amazon - related issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants