Skip to content

Commit

Permalink
Fixed build docs errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisms committed Dec 14, 2024
1 parent 71ddcde commit 25e9dee
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
10 changes: 10 additions & 0 deletions docs/apache-airflow-providers-amazon/operators/dms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ To delete a replication task you can use
:start-after: [START howto_operator_dms_delete_task]
:end-before: [END howto_operator_dms_delete_task]

.. _howto/operator:DmsCreateReplicationConfigOperator:

Create a serverless replication config
======================================
Expand All @@ -127,6 +128,8 @@ To create a serverless replication config use
:start-after: [START howto_operator_dms_create_replication_config]
:end-before: [END howto_operator_dms_create_replication_config]

.. _howto/operator:DmsDescribeReplicationConfigsOperator:

Describe a serverless replication config
========================================

Expand All @@ -139,6 +142,8 @@ To describe a serverless replication config use
:start-after: [START howto_operator_dms_describe_replication_config]
:end-before: [END howto_operator_dms_describe_replication_config]

.. _howto/operator:DmsStartReplicationOperator:

Start a serverless replication
==============================

Expand All @@ -151,6 +156,8 @@ To start a serverless replication use
:start-after: [START howto_operator_dms_serverless_start_replication]
:end-before: [END howto_operator_dms_serverless_start_replication]

.. _howto/operator:DmsStopReplicationOperator:

Stop a serverless replication
==============================

Expand All @@ -163,6 +170,7 @@ To stop a serverless replication use
:start-after: [START howto_operator_dms_serverless_stop_replication]
:end-before: [END howto_operator_dms_serverless_stop_replication]

.. _howto/operator:DmsDescribeReplicationsOperator:

Get the status of a serverless replication
==========================================
Expand All @@ -176,6 +184,8 @@ To get the status of a serverless replication use
:start-after: [START howto_operator_dms_serverless_describe_replication]
:end-before: [END howto_operator_dms_serverless_describe_replication]

.. _howto/operator:DmsDeleteReplicationConfigOperator:

Delete a serverless replication configuration
=============================================

Expand Down
6 changes: 0 additions & 6 deletions providers/tests/system/amazon/aws/example_dms_serverless.py
Original file line number Diff line number Diff line change
Expand Up @@ -479,9 +479,3 @@ def delete_security_group(security_group_id: str, security_group_name: str):

# Needed to run the example DAG with pytest (see: tests/system/README.md#run_via_pytest)
test_run = get_test_run(dag)


from tests_common.test_utils.system_tests import get_test_run # noqa: E402

# Needed to run the example DAG with pytest (see: tests/system/README.md#run_via_pytest)
test_run = get_test_run(dag)

0 comments on commit 25e9dee

Please sign in to comment.