What is the best way to define custom metadata for tabular resources? #605
Unanswered
augusto-herrmann
asked this question in
Q&A
Replies: 1 comment
-
Thatks @augusto-herrmann, It's a good question to start a discussion. I'm cc @rufuspollock |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I need to define custom metadata for a resource, I could use Profiles and define a custom JSON Schema profile for the
Resource
. However, since it's no longer a Tabular Data Resource, tools like Good Tables will no longer validate field types in columns and other restrictions on data that are so useful to automate.Is there a way to define custom metadata for tabular resources, while still maintaining tool compatibility with tools that handle Table Schemas?
Beta Was this translation helpful? Give feedback.
All reactions