Ingest a data asset from a schema
cURL
curl --request POST \ --url 'https://api-(organization).gable.ai/v0/data-asset/ingest' \ --header 'Content-Type: application/json' \ --data '{ "sourceType": "postgres", "sourceNames": [ "<string>" ], "databaseSchema": "<string>", "schema": [ "<string>" ], "dryRun": false, "prLink": "https://github.com/fakeorg/fakerepo/pull/123" }'
{ "message": "<string>", "registered": [ "<string>" ], "success": true }
Data Asset Schema
The body is of type object.
object
Data Asset ID
The response is of type object.