labels_pull_requests
9 rows where pull_requests_id = 1210479701
This data as json, CSV (advanced)
| Link | labels_id | pull_requests_id |
|---|---|---|
| 114009210,1210479701 | topic-backends 114009210 | Lint with ruff 1210479701 |
| 135761084,1210479701 | topic-indexing 135761084 | Lint with ruff 1210479701 |
| 156998660,1210479701 | topic-CF conventions 156998660 | Lint with ruff 1210479701 |
| 482927450,1210479701 | topic-testing 482927450 | Lint with ruff 1210479701 |
| 1448559775,1210479701 | topic-arrays 1448559775 | Lint with ruff 1210479701 |
| 1593475602,1210479701 | CI 1593475602 | Lint with ruff 1210479701 |
| 3518936065,1210479701 | Automation 3518936065 | Lint with ruff 1210479701 |
| 3701959344,1210479701 | topic-typing 3701959344 | Lint with ruff 1210479701 |
| 4429774983,1210479701 | io 4429774983 | Lint with ruff 1210479701 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [labels_pull_requests] (
[labels_id] INTEGER REFERENCES [labels]([id]),
[pull_requests_id] INTEGER REFERENCES [pull_requests]([id]),
PRIMARY KEY ([labels_id], [pull_requests_id])
);
CREATE INDEX [idx_labels_pull_requests_pull_requests_id]
ON [labels_pull_requests] ([pull_requests_id]);
CREATE INDEX [idx_labels_pull_requests_labels_id]
ON [labels_pull_requests] ([labels_id]);