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
I've jumped over several issue deploying this so far, but finally I've reached the end of my understanding. Getting the error ValidationException: line 4:38: Column 'measure_value::varchar' does not exist after deploying the demo (yarn deploy-demo).
Had a look at the DB and the only table I could find (timestream-demo-table) and can see only the two following tables
measure_name (varchar)
time (timestamp)
I would go ahead and create the column but I won't guess what might else I might be missing.
The text was updated successfully, but these errors were encountered:
I've jumped over several issue deploying this so far, but finally I've reached the end of my understanding. Getting the error
ValidationException: line 4:38: Column 'measure_value::varchar' does not exist
after deploying the demo (yarn deploy-demo
).Had a look at the DB and the only table I could find (timestream-demo-table) and can see only the two following tables
I would go ahead and create the column but I won't guess what might else I might be missing.
The text was updated successfully, but these errors were encountered: