Bulk update per-object parameters

Submit a bulk update of per-object parameters via CSV or JSON.
The request is processed asynchronously. Use the returned job_id
to poll the job status endpoint.

Field applicability by object type:

FieldSchemaTableAttribute
excludedYesYesNo
sensitiveYesYesYes
skip_profilingYesYesNo
skip_view_profilingYesNoNo
num_rows_to_profileYesYesNo
num_sample_rowsYesYesNo
num_profile_valuesNoNoYes
custom_profiling_queryNoYesYes

Cascade behavior:

  • excluded: schema cascades to tables + attributes; table cascades to attributes.

  • sensitive: schema cascades to tables + attributes; table cascades to attributes.

  • skip_profiling: schema cascades to tables.

Key format:

  • Schema: <ds_id>.<schema_name>

  • Table: <ds_id>.<schema_name>.<table_name>

  • Attribute: <ds_id>.<schema_name>.<table_name>.<attribute_name>

  • Multi-schema datasources automatically add a catalog component.

Upload limits (configurable via alation_conf):

  • Max file size: 10 MB (default). Config: alation.api.bulk_per_object_parameters.max_file_size_bytes

  • Max rows: 10,000 (default). Config: alation.api.bulk_per_object_parameters.max_row_count

Body Params
updates
array of objects
required

List of per-object parameter updates.

updates*
Headers
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Choose an example:
application/json