Unable to Access Delta View from Azure Machine Learning via Delta Sharing – Is View Access Supported?
I am able to access the tables but while accessing the view I am getting below error.
Response from server:
{ 'details': [ { '@type': 'type.googleapis.com/google.rpc.ErrorInfo',
'domain': 'data-sharing.databricks.com',
'metadata': { 'dsError': 'DS_MATERIALIZATION_QUERY_FAILED',
'reason': 'Task '
'DATA-MATERIALIZATION-CREATE-EMPTY-TABLE '
'failed with message: An error '
'occurred during execution of task '
'Data materialization task: The '
'shared asset could not be '
'materialized due to asset not being '
'accessible in materialization '
'workspace. Please ask data provider '
'to contact Databricks support to '
'override the materialization '
'workspace. This caused all '
'downstream tasks to get skipped.',
'schema': 'xxxx',
'share': 'delta-share-xx-xx',
'table': 'xxxx'},
'reason': 'DS_MATERIALIZATION_QUERY_FAILED'},
{ '@type': 'type.googleapis.com/google.rpc.RequestInfo',
'request_id': 'xxxx-f8c2-4d85-9aa7-xxxx',
'serving_data': ''}],
'error_code': 'BAD_REQUEST',
'message': 'DS_MATERIALIZATION_QUERY_FAILED: Query failed for '
'xxx.xxxx from Share '
'delta-share-xx-xx.'}
Could someone suggest the steps to do enable the view access if it is possible?