Delete Atlas Data Lake Pipeline - Preview
You can delete your Data Lake pipeline at any time from the Atlas UI, Data Lake Pipelines API, and the Atlas CLI. When you delete your Data Lake pipeline, Atlas deletes all underlying datasets, including the data, and removes the Data Lake datasets from your federated database instances where it's referenced. You can't undo this operation.
You can also delete a dataset from your Data Lake pipeline at any time from the Atlas CLI. When you delete a dataset from your Data Lake pipeline, Atlas removes the Data Lake dataset from your federated database instances where it's referenced. You can't undo this operation.
Procedure
To remove the specified data lake pipeline from your project using the Atlas CLI, run the following command:
atlas dataLakePipelines delete <pipelineName> [options]
To learn more about the command syntax and parameters, see the Atlas CLI documentation for atlas dataLakePipelines delete.
Delete a Pipeline Dataset
To remove the specified data lake pipeline dataset from your project using the Atlas CLI, run the following command:
atlas dataLakePipelines datasets delete <pipelineRunId> [options]
To learn more about the command syntax and parameters, see the Atlas CLI documentation for atlas dataLakePipelines datasets delete.
To delete a pipeline through the API, send a DELETE
request to
the Data Lake pipelines
endpoint with the name of the pipeline that you want to delete. To
learn more about the pipelines
endpoint syntax and parameters for
deleting a pipeline, see Remove One Data Lake Pipeline.
To delete a Data Lake pipeline:
Log in to MongoDB Atlas.
Go to Atlas Data Lake in the Atlas UI.
If it's not already displayed, select the organization that contains your project from the Organizations menu in the navigation bar.
If it's not already displayed, select your project from the Projects menu in the navigation bar.
In the sidebar, click Data Lake under the Deployment heading.