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
The current approach requires describing table schemas through a bespoke representation. I'd wager most clients with explicit schemas have them defined in CREATE statement form.
CREATETABLEmytable
(
a TEXT,
b TEXT,
...
PRIMARY KEY ((c,d), a, b)
);
┆Issue is synchronized with this Jira Task by Unito
┆Issue Number: TERRA-114
┆Priority: Major
The text was updated successfully, but these errors were encountered:
sync-by-unitobot
changed the title
Support table definitions from CREATE statements
TERRA-114 ⁃ Support table definitions from CREATE statements
May 11, 2023
The current approach requires describing table schemas through a bespoke representation. I'd wager most clients with explicit schemas have them defined in
CREATE
statement form.Current Approach
Proposed Approach
environments/prod/main.tf:
db/mytable.cql:
┆Issue is synchronized with this Jira Task by Unito
┆Issue Number: TERRA-114
┆Priority: Major
The text was updated successfully, but these errors were encountered: