Skip to content

replace database table naming logic#268

Open
PaulKalho wants to merge 2 commits intomainfrom
issue-265/table-name-logic
Open

replace database table naming logic#268
PaulKalho wants to merge 2 commits intomainfrom
issue-265/table-name-logic

Conversation

@PaulKalho
Copy link
Copy Markdown
Member

@PaulKalho PaulKalho commented Apr 7, 2026

Table names are now in this schema:

{project_name}_{input_or_output_name}_{block_custom_name}

project_name has a maximum of 30 chars, block_custom_name 15 chars and input_or_output_name will be, if necessary, shortened so that the string is below 63 chars in total.

Sorry for all the fixer changes.

Closes #265

BTW: There was no need for changes inside the SDK

@PaulKalho PaulKalho force-pushed the issue-265/table-name-logic branch from 1886a11 to a887315 Compare April 8, 2026 11:55
@PaulKalho PaulKalho force-pushed the issue-265/table-name-logic branch from a887315 to f08ca5d Compare April 8, 2026 11:57
@PaulKalho PaulKalho requested a review from felixevers April 8, 2026 11:58
@PaulKalho PaulKalho marked this pull request as ready for review April 8, 2026 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Predictable Table Names for Compute Blocks

1 participant