-
Notifications
You must be signed in to change notification settings - Fork 0
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
raise level of entityNameLength to "error" #27
Comments
I wasn't aware of this check. What is the limit?
…On Fri, Nov 15, 2019 at 1:49 PM mobb ***@***.***> wrote:
de facto, this has been true all along - that if the entityName is longer
than a certain length, the package cannot be uploaded into pasta. But the
check is classified as a warn, implying that the package can go in. This
has happened a few times.
Our original premise was that the only ECC-violations that caused "error"
(and denial of upload to pasta) were those that meant the data table itself
was unusable. And technically, an entityName that is do long does not fit
that. But the pattern we have seen in data packages is the same string in
entityName and entityDescription -- which is bad practice.
Comment here on whether you think it's OK to elevate the status of this
check to "error"
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#27?email_source=notifications&email_token=AKAZD5Q6O5JPYX7QSISJ5XLQT34NTA5CNFSM4JN7OX62YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZWLSIQ>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKAZD5V7COSPV2E3AWEQDUDQT34NTANCNFSM4JN7OX6Q>
.
|
Good to catch that error with the ECC before it hits pasta and causes pasta grief. I approve. The limit of 256 characters is obviously way bigger than best practice. But our logic of being able to set this an Does the checker explanation to the user mention that |
alert issue is #23 |
please confirm, @gastil, what you think we should do for entityName, now: If you want a new check, make a new issue |
I vote (a) now, imediately and (b) in 6 months after the procedural notification of the IMC. |
Elevating this to |
For future reference, checks adhere to the BP here: For how to use entityName, objectName and entityDescription, look about half way down the page. This link is a little clunky right now, it will be edited when I get the section headers sorted out (probably next week) |
this is an aside but interesting would be to do (1) an analysis of how ent names currently residing in pasta are treated, and (2) whether data users find that they provide any value beyond the entity description. |
de facto, this has been true all along - that if the entityName is longer than a certain length, the package cannot be uploaded into pasta. But the check is classified as a warn, implying that the package can go in. This has happened a few times.
Our original premise was that the only ECC-violations that caused "error" (and denial of upload to pasta) were those that meant the data table itself was unusable. And technically, an entityName that is too long does not fit that. But the pattern we have seen in data packages is the same string in entityName and entityDescription -- which is bad practice.
Comment here on whether you think it's OK to elevate the status of this check to "error"
The text was updated successfully, but these errors were encountered: