Maintain case of SQL table name when creating SQL datasets
Currently, when a SQL dataset is created, the name of the associated SQL table is set to PROJECTKEY_tablename regardless of the case of the SQL dataset name.
It would be great if either the case of the dataset name was maintained in the SQL table name (so dataset ABC would result in a SQL table name of PROJECTKEY_ABC rather than PROJECTKEY_abc) or there was a project or instance option to force SQL table names to be all of one case (upper or lower case).
In some databases, this mixed case table name means that references to tables must be surrounded by double quotes. For example, one must write SELECT * FROM "PROJECTKEY_datasetname". We'd much prefer to be able to write SELECT * FROM PROJECTKEY_DATASETNAME. This becomes an issue when referencing SQL tables in SQL recipes and outside of DSS.
Additionally, the same case names just look better.
Currently most of the users in our company go into dataset settings after a dataset is created to change the table name to all upper case. We'd love to not have to do this.
Comments
-
Hope The solution would work for Snowflake as well..
-
importthepandas Dataiku DSS Core Designer, Dataiku DSS & SQL, Dataiku DSS Core Concepts, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 115 Neuron
bumping this as it is particularly annoying in snowflake, and seems DSS auto caps Snowflake instead of maintaining case
-
Bumping this idea. This is a real pain point and applies to column names as well. When our report writers pull their data into a viz tool, they have to rename everything so it isn’t screaming at end users.
-
We just hit a bug when creating a partitioned SQL dataset on Databricks.
While the SQL recipe contains lowercase characters, Dataiku transforms the column names to uppercase. Dataiku seems to be unable to resolve the dimension name (because it changed from MyPartitionKey to MYPARTITIONKEY). Very strange behavior, why does Dataiku changes the case instead of preserving it?
-
Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 2,088 Neuron
"Unity Catalog stores all object names as lowercase":
https://docs.databricks.com/en/sql/language-manual/sql-ref-names.html