Alex KeySmith
Alex KeySmith

Reputation: 17101

Published property in data factory dataset json

I have noticed that upon saving dataset definition in data factory via the azure portal that

"published": false

Appears in the definition, I have seen dataset's work fine with published false. But also seen some seemingly only start working with published: true, however that might of been a coincidence.

I've been unable to find any documentation for this property.

{
    "name": "DataLakeDummyXmlInput",
    "properties": {
        "published": false,
        "type": "AzureDataLakeStore",

Upvotes: 2

Views: 269

Answers (1)

wBob
wBob

Reputation: 14389

This property is currently classified as "legacy" as described by a Microsoft employee here:

...this is a legacy element in our object model.

The link also mentions the possibility of "lighting it up as a future feature" which translates as it may come in to use in the future. For now, don't worry about it.

Upvotes: 3

Related Questions