Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
570 views
in Technique[技术] by (71.8m points)

Azure Data Factory ODATA mapping doesn't return enums?

Enum columns in my azure data mapping when using odata as the source in the copy activity are not visible?.

Is this a limitation of odata source in ADF?

e.g: I have the following query .

$select=FirstName,LastName,Country. 

The Country is of type Enum, but the ADF odata source doesn't return the value of the enum?

question from:https://stackoverflow.com/questions/65881774/azure-data-factory-odata-mapping-doesnt-return-enums

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...