This command renames a projection.
Usage
projection rename --database-name DATABASE --schema-name SCHEMA --table-name TABLE --name PROJECTION --new-name NEW_PROJECTION_NAME
Required Parameters
| Specifies the name of the database containing the table. |
| Specifies the name of the schema containing the table. |
| Specifies the name of the table. |
| Specifies the name of the projection to be renamed. |
| Specifies the new name of the renamed projection |
Example
vcli: admin> projection rename --database-name tabular --schema-name vastagoda --table-name agoda --name myProj --new-name newProj Projection has been renamed