How can I change name of data model (Data Table)

i use bigquery.

if table id is <dataset_name>.<table_name> in bigquery,
then name of data model (Data Table) is decided as “<dataset_name>_<table_name>”.
but i want to change it.

how can i change it?

Hi @Hyun,

The data model name is the unique identifier of the model so that’s currently not changeable.
But could you share why do you need to change it and how urgently do you need the option to change the model name?

But could you share why do you need to change it

In the left panel of “Data Modeling” tab,
I can see list of data models,
And they all have same prefix (“qanda_data_mart_”, which is name of dataset in BigQuery),
And it’s annoying.

To clarify,
What I need right now, is,
not “changing data model’s name”,
“customize data model’s name at creation”.

When I create “Data Transform” model,
I can customize name as I want,
But when I create “Data Table” model,
I can’t customize it.

how urgently do you need the option to change the model name?

Not urgent.