renameCatalogName

Syntax

renameCatalogName(catalog, schema, oldName, newName)

Arguments

catalog is a string specifying the catalog name.

schema is a string specifying the schema name, which is one of "orca_graph", "orca_table", or "orca_engine".

oldName is a string specifying the name before modification.

newName is a string indicating the name after modification.

Details

Modifies the name in the fully qualified name <catalog>.<schema>.<name>.

Examples

renameCatalogName(catalog="demo1", schema="orca_graph", oldName="factor1", newName="factor2")

renameCatalogName(catalog="demo2", schema="orca_engine", oldName="engine1", newName="engine2")

renameCatalogName(catalog="demo3", schema="orca_table", oldName="trades1", newName="trades2")