You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(DOCSP-29724) adding 7 new atlascli commands to the datalakes docs (#285)
* (DOCSP-29724) adding 7 new atlascli commands to the datalakes docs
* (DOCSP-29724) adding atlascli commands to datalakes docs
* (DOCSP-29724) deleting a redundant command
* (DOCSP-29724) pushing to master
* (DOCSP-29724) title change
.. step:: Click the vertical ellipsis (:icon-fa4:`ellipsis-v`) for the {+dl+} for which you configured :guilabel:`On Demand` ingestion and select :guilabel:`Trigger an On Demand Pipeline Run`.
.. step:: Click the vertical ellipsis (:icon-fa4:`ellipsis-v`) for the {+dl+} for which you configured :guilabel:`On Demand` ingestion and select :guilabel:`Trigger an On Demand Pipeline Run`.
58
+
59
+
.. step:: Select the snapshot, from which to ingest data, from the dropdown.
60
+
61
+
The dropdown shows a list of all the snapshots on your |service|
62
+
cluster. However, you can select only the snapshots from which
63
+
{+dl+} hasn't yet ingested data; the grayed-out snapshots are
64
+
snapshots from which your {+dl+} has already ingested data.
65
+
66
+
You can also send a ``GET`` request to the :oas-atlas-tag:`{+dl+}
67
+
</Data-Lake-Pipelines>` ``availableSnapshots`` endpoint to
68
+
retrieve the list of backup snapshots that you can use to trigger
69
+
an on-demand pipeline run. To learn more about the |api| syntax
70
+
and options for the ``availableSnapshots`` endpoint, see
71
+
:oas-atlas-op:`Return Available Backup Snapshots for One Data
72
+
Lake Pipeline </returnAvailableSnapshotsForPipeline>`.
73
+
74
+
.. step:: Click :guilabel:`Confirm`.
75
+
76
+
|service| displays a blue banner at the top of the page that
To resume data ingestion for a pipeline from the |api|, send a ``POST``
84
+
request to the :oas-atlas-tag:`{+dl+} </Data-Lake-Pipelines>`
85
+
``resume`` endpoint with the name of the pipeline for which you want to
86
+
resume the data ingestion. To learn more about the |api| syntax and
87
+
parameters for the ``resume`` endpoint, see :oas-atlas-op:`Resume One
88
+
Data Lake Pipeline </resumeOnePipelineInOneProject>`.
70
89
71
-
.. procedure::
90
+
.. tab:: {+atlas-ui+}
91
+
:tabid: ui
72
92
73
-
.. step:: Navigate to {+adl+} in the |service| UI.
93
+
To resume data ingestion from the |service| |ui|:
74
94
75
-
To navigate to the {+adl+} page:
95
+
.. procedure::
76
96
77
-
1. Log in to `MongoDB Atlas <https://cloud.mongodb.com>`__.
78
-
#. Select :guilabel:`Data Lake` under :guilabel:`Deployment`
79
-
on the left-hand navigation.
97
+
.. step:: Navigate to {+adl+} in the |service| UI.
80
98
81
-
.. step:: Click :icon-fa4:`ellipsis-v` in the :guilabel:`Actions` column for the pipeline that you wish to resume and select :guilabel:`Resume Ingestion`.
99
+
To navigate to the {+adl+} page:
82
100
83
-
.. step:: Click :guilabel:`Confirm` in the :guilabel:`Resume Ingestion` confirmation window.
101
+
1. Log in to `MongoDB Atlas <https://cloud.mongodb.com>`__.
102
+
#. Select :guilabel:`Data Lake` under :guilabel:`Deployment`
103
+
on the left-hand navigation.
84
104
85
-
When you resume data ingestion for a paused {+adl+} pipeline,
86
-
the :guilabel:`Last Run Time` column for the pipeline in the
87
-
|service| UI shows the date and time when data ingestion for
88
-
the pipeline resumed.
105
+
.. step:: Click :icon-fa4:`ellipsis-v` in the :guilabel:`Actions` column for the pipeline that you wish to resume and select :guilabel:`Resume Ingestion`.
89
106
90
-
Resume Data Ingestion from the API
91
-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
107
+
.. step:: Click :guilabel:`Confirm` in the :guilabel:`Resume Ingestion` confirmation window.
92
108
93
-
To resume data ingestion for a pipeline from the |api|, send a ``POST``
94
-
request to the :oas-atlas-tag:`{+dl+} </Data-Lake-Pipelines>`
95
-
``resume`` endpoint with the name of the pipeline for which you want to
96
-
resume the data ingestion. To learn more about the |api| syntax and
97
-
parameters for the ``resume`` endpoint, see :oas-atlas-op:`Resume One
98
-
Data Lake Pipeline </resumeOnePipelineInOneProject>`.
109
+
When you resume data ingestion for a paused {+adl+} pipeline,
110
+
the :guilabel:`Last Run Time` column for the pipeline in the
111
+
|service| UI shows the date and time when data ingestion for
0 commit comments