Trigger On-Demand Snapshot Ingestion
Deprecated /api/atlas/v2/groups/{groupId}/pipelines/{pipelineName}/trigger Triggers a Data Lake Pipeline ingestion of a specified snapshot.
Parameters
path Path Parameters
| Name | Type |
|---|---|
groupId
required
Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. NOTE: Groups and projects are synonymous terms. Your group id is the same as your project id. For existing groups, your group/project id remains the same. The resource and corresponding endpoints use the term groups. | string |
pipelineName
required
Human-readable label that identifies the Data Lake Pipeline. | string |
query Query Parameters
| Name | Type |
|---|---|
envelope Flag that indicates whether Application wraps the response in an | boolean |
pretty Flag that indicates whether the response body should be in the prettyprint format. | boolean |
Request Body
Triggers a single ingestion run of a snapshot.
datasetRetentionPolicy?:
snapshotId: string;
}
Responses
OK
_id?: string;
backupFrequencyType?: "HOURLY" | "DAILY" | "WEEKLY" | "MONTHLY" | "YEARLY" | "ON_DEMAND";
createdDate?: string;
datasetName?: string;
datasetRetentionPolicy?:
groupId?: string;
lastUpdatedDate?: string;
phase?: "SNAPSHOT" | "EXPORT" | "INGESTION";
pipelineId?: string;
scheduledDeletionDate?: string;
snapshotId?: string;
state?: "PENDING" | "IN_PROGRESS" | "DONE" | "FAILED" | "DATASET_DELETED";
stats?:
}
Client Errors
Bad Request.
badRequestDetail?:
detail?: string;
error: number;
errorCode: string;
parameters?: readonly {}[];
reason?: string;
}
Unauthorized.
badRequestDetail?:
detail?: string;
error: number;
errorCode: string;
parameters?: readonly {}[];
reason?: string;
}
Forbidden.
badRequestDetail?:
detail?: string;
error: number;
errorCode: string;
parameters?: readonly {}[];
reason?: string;
}
Not Found.
badRequestDetail?:
detail?: string;
error: number;
errorCode: string;
parameters?: readonly {}[];
reason?: string;
}
Server Errors
Internal Server Error.
badRequestDetail?:
detail?: string;
error: number;
errorCode: string;
parameters?: readonly {}[];
reason?: string;
}