UD_FEED_SELECTOR
Description
This table stores feed selector configurations for pipelines.
Columns
| Column Name | Data Type | Description |
|---|---|---|
| ID | BIGINT | The unique identifier for the feed selector. |
| TYPE | int | The type of feed selector. |
| VALUE | VARCHAR(255) | The value of the feed selector. |
| FEED_ID_NON_FK | BIGINT | The feed ID (non-foreign key reference). |
| PIPELINE_ID | BIGINT | The pipeline ID associated with the feed selector. |
| CREATED_DATE | DATETIME | The date and time when the record was created. |
| CREATED_BY | BIGINT | The user ID who created the record. |
| UPDATED_DATE | DATETIME | The date and time when the record was last updated. |
| UPDATED_BY | BIGINT | The user ID who last updated the record. |