@@ -15,81 +15,91 @@ Edit an {+adl+} Pipeline
15
15
.. default-domain:: mongodb
16
16
17
17
You can make changes to your {+dl+} pipelines through the |service|
18
- |ui| and {+dl+} Pipelines |api|, including:
18
+ |ui|, {+dl+} Pipelines |api|, and the {+atlas-cli+} , including:
19
19
20
20
- Edit the data extraction schedule
21
21
- Edit the data storage region
22
22
- Change the fields to exclude from your {+dl+} datasets
23
23
24
- .. _adl-edit-dataset-pipeline-ui:
24
+ Procedure
25
+ ---------
25
26
26
- Edit a Pipeline from the |service| UI
27
- -------------------------------------
27
+ .. tabs::
28
28
29
- .. procedure ::
30
- :style: normal
29
+ .. tab :: {+atlas-cli+}
30
+ :tabid: atlascli
31
31
32
- .. step:: Log in to `MongoDB Atlas <https://cloud.mongodb.com>`__.
32
+ .. include:: /includes/extracts/atlas-dataLakePipelines-update.rst
33
+
34
+ .. tab:: {+atlas-admin-api+}
35
+ :tabid: api
33
36
34
- .. step:: Select :guilabel:`Data Lake` under :guilabel:`Deployment` on the left-hand navigation.
37
+ .. _adl-edit-dataset-pipeline-api:
35
38
36
- .. step:: Click :icon-fa5:`pencil-alt` in the :guilabel:`Actions` column for the pipeline that you wish to modify.
39
+ To edit a pipeline through the |api|, send a ``PATCH`` request to the
40
+ :oas-atlas-tag:`{+dl+} </Data-Lake-Pipelines>` ``pipelines`` endpoint
41
+ with the name of the pipeline that you want to edit. To learn more
42
+ about the ``pipelines`` endpoint syntax and parameters for updating a
43
+ pipeline, see :oas-atlas-op:`Update One Data Lake Pipeline
44
+ </updateOneDataLakePipeline>`.
37
45
38
- .. step:: (Optional) Make changes to your data extraction schedule.
46
+ .. tip::
39
47
40
- Before making changes to your :guilabel:`Basic Schedule`, ensure
41
- that your desired data extraction frequency is similar to your
42
- current backup schedule. For example, if you wish to switch to
43
- ``Daily``, you must have a ``Daily`` backup schedule configured
44
- in your policy. Or, if you want to switch to a schedule of once a
45
- week, you must have a ``Weekly`` backup schedule configured in
46
- your policy. To learn more, see :atlas:`Backup Scheduling
47
- </backup/cloud-backup/overview/#backup-scheduling--retention--and-on-demand-backup-snapshots>`.
48
- You can also send a ``GET`` request to the {+dl+}
49
- :oas-atlas-op:`availableSchedules
50
- </returnAvailableSchedulesForPipeline>` endpoint to retrieve the
51
- list of backup schedule policy items that you can use to change
52
- the schedule of your {+dl+} pipeline.
48
+ You can send a ``GET`` request to the
49
+ :oas-atlas-op:`availableSchedules
50
+ </returnAvailableSchedulesForPipeline>` endpoint to retrieve the
51
+ list of backup schedule policy items that you can use to change the
52
+ schedule of your {+dl+} pipelines of type ``PERIODIC_DPS``.
53
+
54
+ .. tab:: {+atlas-ui+}
55
+ :tabid: ui
53
56
54
- .. step:: (Optional) Make changes to your data storage region.
57
+ .. _adl-edit-dataset-pipeline-ui:
55
58
56
- {+adl+} provides optimized storage in the following |aws| regions:
59
+ .. procedure::
60
+ :style: normal
57
61
58
- .. include :: /includes/list-table-supported-aws-regions.rst
62
+ .. step :: Log in to `MongoDB Atlas <https://cloud.mongodb.com>`__.
59
63
60
- .. step:: Click :guilabel:`Continue` .
64
+ .. step:: Select :guilabel:`Data Lake` under :guilabel:`Deployment` on the left-hand navigation .
61
65
62
- .. step:: (Optional) Make changes to the fields excluded from your {+dl+} datasets .
66
+ .. step:: Click :icon-fa5:`pencil-alt` in the :guilabel:`Actions` column for the pipeline that you wish to modify .
63
67
64
- - Click :guilabel:`Add Field` and specify :guilabel:`Field Name`
65
- to add fields to the excluded fields list.
68
+ .. step:: (Optional) Make changes to your data extraction schedule.
66
69
67
- - Click :guilabel:`Delete All` to remove all the fields from the
68
- excluded fields list.
70
+ Before making changes to your :guilabel:`Basic Schedule`, ensure
71
+ that your desired data extraction frequency is similar to your
72
+ current backup schedule. For example, if you wish to switch to
73
+ ``Daily``, you must have a ``Daily`` backup schedule configured
74
+ in your policy. Or, if you want to switch to a schedule of once a
75
+ week, you must have a ``Weekly`` backup schedule configured in
76
+ your policy. To learn more, see :atlas:`Backup Scheduling
77
+ </backup/cloud-backup/overview/#backup-scheduling--retention--and-on-demand-backup-snapshots>`.
78
+ You can also send a ``GET`` request to the {+dl+}
79
+ :oas-atlas-op:`availableSchedules
80
+ </returnAvailableSchedulesForPipeline>` endpoint to retrieve the
81
+ list of backup schedule policy items that you can use to change
82
+ the schedule of your {+dl+} pipeline.
69
83
70
- - Click :icon:`trash-alt` next to a field to remove that
71
- field from the excluded fields list.
84
+ .. step:: (Optional) Make changes to your data storage region.
72
85
73
- .. step:: Click :guilabel:`Review Changes` to review the changes to your pipeline.
86
+ {+adl+} provides optimized storage in the following |aws| regions:
74
87
75
- .. step:: Click :guilabel:`Apply Changes` for the changes to take effect.
88
+ .. include:: /includes/list-table-supported-aws-regions.rst
76
89
77
- .. _adl-edit-dataset-pipeline-api:
90
+ .. step:: Click :guilabel:`Continue`.
78
91
79
- Edit a Pipeline from the API
80
- ----------------------------
92
+ .. step:: (Optional) Make changes to the fields excluded from your {+dl+} datasets.
81
93
82
- To edit a pipeline through the |api|, send a ``PATCH`` request to the
83
- :oas-atlas-tag:`{+dl+} </Data-Lake-Pipelines>` ``pipelines`` endpoint
84
- with the name of the pipeline that you want to edit. To learn more
85
- about the ``pipelines`` endpoint syntax and parameters for updating a
86
- pipeline, see :oas-atlas-op:`Update One Data Lake Pipeline
87
- </updateOneDataLakePipeline>`.
94
+ - Click :guilabel:`Add Field` and specify :guilabel:`Field Name`
95
+ to add fields to the excluded fields list.
88
96
89
- .. tip::
97
+ - Click :guilabel:`Delete All` to remove all the fields from the
98
+ excluded fields list.
90
99
91
- You can send a ``GET`` request to the
92
- :oas-atlas-op:`availableSchedules
93
- </returnAvailableSchedulesForPipeline>` endpoint to retrieve the
94
- list of backup schedule policy items that you can use to change the
95
- schedule of your {+dl+} pipelines of type ``PERIODIC_DPS``.
100
+ - Click :icon:`trash-alt` next to a field to remove that
101
+ field from the excluded fields list.
102
+
103
+ .. step:: Click :guilabel:`Review Changes` to review the changes to your pipeline.
104
+
105
+ .. step:: Click :guilabel:`Apply Changes` for the changes to take effect.
0 commit comments