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

bug: TimeStream Characters Limits #10847

Open
1 task done
avitalbg opened this issue May 20, 2024 · 1 comment
Open
1 task done

bug: TimeStream Characters Limits #10847

avitalbg opened this issue May 20, 2024 · 1 comment
Labels
aws:timestream Amazon Timestream status: backlog Triaged but not yet being worked on type: bug Bug report

Comments

@avitalbg
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

we tried to use TimeStream with pro account, and find out teh following limitations preventing us from using it with our current conventions:

  • Table name can't contain '-'
    In this case we are not getting an error message but it look like the table is always empty (after we just added)
  • measure name can't contain only digits, it is expected to contains at least one letter
    In this case we are getting an error message

Expected Behavior

  • Table name should be able to contain special characters that supported by the aws timestream db, like -
  • Measure should contain only digits, as supported in aws timestream db

How are you starting LocalStack?

With a docker run command

Steps To Reproduce

How are you starting localstack (e.g., bin/localstack command, arguments, or docker-compose.yml)

docker run localstack/localstack

Client commands (e.g., AWS SDK code snippet, or sequence of "awslocal" commands)

awslocal s3 mb s3://mybucket

Environment

LocalStack CLI version: 3.3.0
  LocalStack Docker image sha: sha256:922158f066eb20d861f5d2492c54c47eeb6eee43927443e8ca5075d77ea3e853

Anything else?

No response

@avitalbg avitalbg added status: triage needed Requires evaluation by maintainers type: bug Bug report labels May 20, 2024
@localstack-bot
Copy link
Collaborator

Welcome to LocalStack! Thanks for reporting your first issue and our team will be working towards fixing the issue for you or reach out for more background information. We recommend joining our Slack Community for real-time help and drop a message to LocalStack Pro Support if you are a Pro user! If you are willing to contribute towards fixing this issue, please have a look at our contributing guidelines and our contributing guide.

@Anze1508 Anze1508 added aws:timestream Amazon Timestream status: backlog Triaged but not yet being worked on and removed status: triage needed Requires evaluation by maintainers labels May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aws:timestream Amazon Timestream status: backlog Triaged but not yet being worked on type: bug Bug report
Projects
None yet
Development

No branches or pull requests

3 participants