Azure / Azure/MachineLearningNotebooks

Get access to the source information of a FileDataset

Ouverte
#1,005 11 commentaires 0 réactions 1 personne assignée Réclamée par @MayMSFT Voir sur GitHub
ADO Data4ML product-gap product-question
Langage dominant
Jupyter Notebook
Étoiles
4.4k
Forks
2.6k
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

Hello all,

I would like to get access to the source information of a FileDataset.
If you consider the following code:

```python
ds = ws.datasets['myfiledataset']
print(str(ds))
```

Then there is an output like the following:
```
FileDataset
{
"source": [
"('datastorename', 'container/folder/')"
],
"definition": [
"GetDatastoreFiles"
],
"registration": {
"id": "66882",
"name": "dataset_name",
"version": 1,
"workspace": "Workspace.create(name='', subscription_id='', resource_group='')"
}
}
```

Is there a documented & supported way to get access to that source information (the data store name and the folder on that location)? I want to reference the FileDataset and build a `DataReferenceConfiguration` object out of it (where I need the `datastore_name` and the `path_on_datastore`)

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.