dataprep icon indicating copy to clipboard operation
dataprep copied to clipboard

data_connector: schema.json, adding description attribute for field definition?

Open peiwangdb opened this issue 5 years ago • 1 comments

Adding a description for the parameters will help the users understand how to specify values for each parameter. For example, the format of the longitude in Yelp.businesses table; the maximum limit of the results that a user can expect (if we incorporate limit parameter in the future).

peiwangdb avatar Mar 06 '20 23:03 peiwangdb

@peiwangdb you can change the dataprep.connector.schema.defs.FieldDef for this purpose.

dovahcrow avatar Oct 22 '20 02:10 dovahcrow