We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
core_eiaaeo__yearly_projected_fuel_cost_in_electric_sector_by_type
core_eiaaeo__yearly_projected_generation_in_electric_sector_by_technology
core_eiaaeo__yearly_projected_generation_in_end_use_sectors_by_fuel_type
out_eia923__yearly_generation_fuel_by_generator_energy_source_owner
We should rename these resources, enforce the resource name length constraint earlier in the code and update our documentation.
stable
The content you are editing has changed. Please copy your edits and refresh the page.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
: 66core_eiaaeo__yearly_projected_generation_in_electric_sector_by_technology
: 73core_eiaaeo__yearly_projected_generation_in_end_use_sectors_by_fuel_type
: 72out_eia923__yearly_generation_fuel_by_generator_energy_source_owner
: 67We should rename these resources, enforce the resource name length constraint earlier in the code and update our documentation.
Success criteria
stable
docs show the new namesNext steps
The text was updated successfully, but these errors were encountered: