INVALID_REFRESH_SELECTION error condition

SQLSTATE: 42000

This error condition has the following derived sub error conditions.

CONTINUOUS_PIPELINE_NOT_SUPPORTED

Refresh selection is not supported for continuous pipelines.

Remove refreshSelection, fullRefreshSelection, and refreshFlowSelection parameters, or switch to triggered execution mode.

FLOW_NOT_FOUND

The refresh flow selection parameters specified for this update are invalid because the flow '<flowName>' is not part of this pipeline.

FLOW_WRITES_TO_VIEW_NOT_SUPPORTED

The refresh flow selection parameters specified for this update are invalid because the flow '<flowName>' writes to a view.

Refreshing flows that write to views is not supported.

INVALID_IDENTIFIER

The refresh selection parameters specified for this update are invalid because the dataset identifier '<datasetName>' is invalid.

To resolve this issue:

  1. Ensure the dataset exists and the name is correctly spelled.

  2. If the dataset name includes special characters (for example, - or .), enclose it in backticks.

Example: my-catalog.my.schema.my_table

NO_TABLES_IN_FILE

Unable to refresh tables in file: '<filePath>'.

The file either does not define any tables or defines only views. Refreshing views is not currently supported.

PATH_NOT_FOUND

Unable to refresh tables in file: '<filePath>'.

Please make sure file '<filePath>' is part of this pipeline with tables defined in the file.

RESET_CHECKPOINT_WITHOUT_REFRESH

Reset checkpoint flows [<flowNames>] are not selected for refresh.

Flows with reset checkpoint must also be included in the refresh selection. This can be done by selecting the target using the refresh selection parameter.

SELECTIVE_REFRESH_VIEW_NOT_SUPPORTED

The refresh selection parameters specified for this update are invalid because one of the selected datasets '<viewName>' is a view.

Please only include tables in the refresh selection.

TABLE_NOT_FOUND

The refresh selection parameters specified for this update are invalid because one of the the selected tables '<tableName>' is not part of this pipeline.

Table <tableName> does not exist in the graph.