Open mahendraHegde opened 1 year ago
support to add multiple column to a table
we need to add columns 1 by 1
we will be able send columns as an array(batch) or object(backward compatibility) to the POST /columns endpoint closes #182
POST /columns
@soedirgo PR is ready, plz review
What kind of change does this PR introduce?
support to add multiple column to a table
What is the current behavior?
we need to add columns 1 by 1
What is the new behavior?
we will be able send columns as an array(batch) or object(backward compatibility) to the
POST /columns
endpoint closes #182swagger updated