Skip to content

Conversation

@sagargg-zz
Copy link
Contributor

  • Missing name field fixed when we use custom data dictionary.

type: dataDictionaryType2TableSchemaType[dataDictionary.type] || 'any'
}
if (dataDictionary.info) {
field.name = dataDictionary.info.title || dataDictionary.id
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sagargg this looks wrong to me. name is the identifier in tableschema so it should be equal to dataDictionary.id, while title is the different thing.

Copy link
Member

@anuveyatsu anuveyatsu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See comment above.

@anuveyatsu anuveyatsu added the invalid This doesn't seem right label Mar 10, 2020
@anuveyatsu
Copy link
Member

Closing this as INVALID.

@anuveyatsu anuveyatsu closed this Mar 10, 2020
@anuveyatsu anuveyatsu deleted the fix/missing-data-schema-title branch March 10, 2020 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

invalid This doesn't seem right

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants