You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
generate_source lowercases all returned column and dataset names, it would be nice if we had an option to preserve case. When you are using bigquery case matters, MyDataset is different from mydataset.
Describe alternatives you've considered
This is already an interface implemented partially in generate_base_model in the form of case_sensitive_cols so extending a similar functionality here seems to make the most sense. I considered writing a custom script to modify the results to replace names with the known correct cases but ended up doing it manually since it was only for a handful of databases
Additional context
It applies to at least bigquery, not sure about others
Who will this benefit?
It will mean this tool works out of the box for creating sources from existing tables, instead of needing to run it then modify the results
Are you interested in contributing this feature?
yes, and I would definitely need a hand at least getting told where to start
The text was updated successfully, but these errors were encountered:
Describe the feature
generate_source
lowercases all returned column and dataset names, it would be nice if we had an option to preserve case. When you are using bigquery case matters,MyDataset
is different frommydataset
.Describe alternatives you've considered
This is already an interface implemented partially in
generate_base_model
in the form ofcase_sensitive_cols
so extending a similar functionality here seems to make the most sense. I considered writing a custom script to modify the results to replace names with the known correct cases but ended up doing it manually since it was only for a handful of databasesAdditional context
It applies to at least bigquery, not sure about others
Who will this benefit?
It will mean this tool works out of the box for creating sources from existing tables, instead of needing to run it then modify the results
Are you interested in contributing this feature?
yes, and I would definitely need a hand at least getting told where to start
The text was updated successfully, but these errors were encountered: