DataContract catalog #82
-
Hi All, What tools do you suggest to expose data contracts in a human readable form in a catalog e.g.: for users of a Databricks environment? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can either create a HTML read-only catalog using the If you need a more sopisticated solution, have a look at the Data Contract Manager. You can even publish your data contracts to the Data Contract Manager via the Hope this helps. |
Beta Was this translation helpful? Give feedback.
You can either create a HTML read-only catalog using the
catalog
command of the Data Contract CLI. An example of such a generated catalog is available at https://datacontract.com/examples/If you need a more sopisticated solution, have a look at the Data Contract Manager. You can even publish your data contracts to the Data Contract Manager via the
publish
command of the Data Contract CLI.Hope this helps.