PipelineLoadRestrictionΒΆ
The PipelineLoadRestriction
table is a relationship table that relates a LoadRestriction
rule set and a LoadRestrictionMode
.
Column | Description | Format | Required |
---|---|---|---|
Id | Id of the load restriction rule configured in the platform. This id is the same pipeline id of the pipeline used to load the data. | int | Yes |
IdLoadRestrictionMode | Id of the LoadRestrictionMode | tinyint | Yes |
The information contained in the above three tables will be populated at new data source configuration time. These tables will then be consulted during the execution of the metadata extraction pipelines. See the documentation on data ingestion for more information on the usage of these tables.