Sync a workspaceAsk AIpost https://{tenant}.siffletdata.com/api/v1/assets/syncQuery ParamsdryRunbooleanDefaults to falsetruefalseBody Paramsassetsarray of objectsUse this parameter to declare assets and their associated links. It is recommended to use the lineages object of the assets array of objects rather than the lineages array of objects for cases where you want to declare assets and their corresponding lineage links.assetsADD objectlineagesarray of objectsUse this parameter to declare lineage links between assets. It is recommended to use the lineages arrays of objects object rather than the lineages object of the assets array of objects for cases where you want to declare lineage links between existing assets.lineagesADD objectsourcesarray of objectsDeclaring sources is optional. Declaring a source is useful if you want to attach it specific metadata (e.g. a name, a description, etc.). If no source is declared, Sifflet automatically adds declared assets to sources using declared assets URIs.sourcesADD objectworkspacestringrequiredName of the workspace containing declared assets and sources. [Read more about workspaces]HeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsonapplication/problem+jsonAllowed:application/jsonapplication/problem+jsonResponses 200Successfully applied workspace 400Bad request 401Unauthorized 403Forbidden 500Internal server errorUpdated 5 months ago