Skip to content

Get access to the source information of a FileDataset #1005

Open
@SamVanhoutte

Description

@SamVanhoutte

Hello all,

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

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<redacted>",
    "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)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions