Source Controlling Data Products
You may want to maintain your data product definitions in source control and then push versions of those definitions to the Immuta Marketplace.
For example, consider the following data product definition which would be stored in a JSON file type in source control. It is also possible to store an array of data products in a single JSON file and pass that as your payload as well.
Notice the id
key: it is possible to provide your own id
on create as long as it meets standard UUID format. This id
is how Immuta knows which data product you are editing if you send a new version of the data product definition to Immuta. The other objects referenced through UUIDs, such as the approvalPolicyId
, can also be source controlled in the same manner, if desired.
The Immuta Marketplace is private preview and cannot guarantee backwards compatibility of the API until GA. In fact, it is highly likely the approvalPolicy
name and definition will change soon.
It's important to understand that there are different API endpoints for create vs update of data products, but the payload is the same.
It is also possible to create a Terraform provider from the Immuta OpenAPI specification.
Last updated
Was this helpful?