question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Upper case letters are not allowed in dataset name

See original GitHub issue

Describe the bug Dataset’s name is invalid, because of upper letters. I assume it was not intended.

To Reproduce

record = rg.TextClassificationRecord(text="Some text")
rg.log(record, "DS_NAME")
argilla.client.api.InputValueError: Provided dataset name ALtempdataset does not match
the pattern ^(?!-|_)[a-z0-9-_]+$. Please, use a valid name for your dataset

Issue Analytics

  • State:closed
  • Created 10 months ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
davidberenstein1957commented, Nov 17, 2022

Hey, this is a Elastic configuration thingy. They don’t allow for this and it is a heavily debated topic

Read more comments on GitHub >

github_iconTop Results From Across the Web

Dataset Name UpperCase - SAS Support Communities
I am trying to figure out how to create a data set that has each letter in the file name capitalized. It seems...
Read more >
Rules for SAS Data Set Names - JMP
Names can contain mixed-case letters. SAS internally converts the member name to uppercase. You cannot, therefore, use the same member name with a...
Read more >
How are data sets named? - IBM
For example, the following name is a valid data set name (upper case, does not exceed 44 bytes, no special characters) but it...
Read more >
Why PostgreSQL does not like UPPERCASE table names?
In PostgreSQL, names of identifiers are always folded to lowercase unless you surround the identifier name with double quotes. This can lead to ......
Read more >
Basic Rules - SAS Support - Research Guides
You will make up your own names for your SAS datasets and variables. ... You can use capital or lowercase letters in your...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found