Skip to main content

INGESTION_GATEWAY_PIPELINE_SPEC_VALIDATION_ERROR error condition

SQLSTATE: 42000

This error condition has the following derived sub error conditions.

ARCLIGHT_NOT_SUPPORTED

Default Storage for Unity Catalog is not supported on LakeFlow Connect pipelines. Please select or create a catalog that does not use Default Storage. For more details on standard catalogs, see https://docs.databricks.com/en/catalogs/create-catalog.html

BOTH_GATEWAY_DEFINITIONS_SET

Either gateway_definition or managed_definition.ingestion_gateway must be set, but not both.

CHANNEL_MUST_BE_CURRENT_OR_PREVIEW

Channel has to be CURRENT or PREVIEW for Ingestion Gateway pipelines.

CHANNEL_MUST_BE_PREVIEW

Channel has to be PREVIEW for Ingestion Gateway pipelines.

CONNECTION_REQUIRED

Either connection_id or connection_name must be set.

CONNECTION_RETRIEVAL_FAILED

Failed to retrieve connection '<connectionName>' from Unity Catalog because:

<errorMessage>

Please check whether the connection exists and contact support if the error persists.

CONTINUOUS_MODE_MUST_BE_ENABLED

Continuous has to be true for Ingestion Gateway pipelines.

EDITION_MUST_BE_ADVANCED

You must use the Advanced edition for Ingestion Gateway pipelines.

GATEWAY_DEFINITION_REQUIRED

gateway_definition must be set.

MESA_DEFINITION_DEPRECATED

managed_definition.ingestion_gateway is no longer supported. Please use gateway_definition instead.

PHOTON_NOT_SUPPORTED

Photon has to be false for Ingestion Gateway pipelines.

SERVERLESS_NOT_SUPPORTED

Serverless has to be false for Ingestion Gateway pipelines.

SOURCE_TYPE_MISMATCH

Provided Source type '<providedSourceType>' is not consistent with source type '<inferredSourceType>' inferred from connection. Please fix it or remove the source type from Gateway Definition.

SOURCE_TYPE_NOT_SUPPORTED

Source type '<sourceType>' is not supported for gateway pipeline.

STAGING_LOCATION_NAME_NOT_ALLOWED

Ingestion Gateway pipelines do not support specifying the staging location name. Please remove the ingestion_gateway.internal_staging_location_name parameter.