Hi team,
I am migrating from dev to prod in two different accounts using start_asset_bundle_import_job and start_asset_bundle_export_job APIs. The export worked for me with default settings, however, facing some issues with the import job. My connections in dev are set up using databricks sql endpoint connections with username & password. In the import job I have the following in Datasource:
"DataSources": [
{
"DataSourceId": dev datasource name,
'Name': 'name',
'DataSourceParameters': {
'DatabricksParameters': {
'Host': 'same as dev',
'Port': same as dev,
'SqlEndpointPath': 'same as dev'
},
},
'Credentials': {
'CredentialPair': {
'Username': 'same as dev',
'Password': 'same as dev'
}
}
}
],
}
However, I am get error: Feature is not supported for this data source type
.