Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename long tables to fit in DuckDB #3811

Open
1 task
Tracked by #3739
jdangerx opened this issue Aug 26, 2024 · 0 comments
Open
1 task
Tracked by #3739

Rename long tables to fit in DuckDB #3811

jdangerx opened this issue Aug 26, 2024 · 0 comments

Comments

@jdangerx
Copy link
Member

Overview

Duckdb table names have a character limit of 63. We have four tables that exceed 63 characters:

core_eiaaeo__yearly_projected_fuel_cost_in_electric_sector_by_type: 66
core_eiaaeo__yearly_projected_generation_in_electric_sector_by_technology: 73
core_eiaaeo__yearly_projected_generation_in_end_use_sectors_by_fuel_type: 72
out_eia923__yearly_generation_fuel_by_generator_energy_source_owner: 67

We should rename these resources, enforce the resource name length constraint earlier in the code and update our documentation.

Success criteria

  • These four tables make it into DuckDB
  • The names are updated in our documentation - which means also running a patch release so that the default stable docs show the new names

Next steps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant