home / train

bug_project

8 rows where bug_id = 289

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: name

id ▼ bug_id name
1621 [GrowthExperiments] Sessions are disabled for this entry point 289 1.34.0-wmf.7; 2019-05-28
1622 [GrowthExperiments] Sessions are disabled for this entry point 289 Current Sprint
1623 [GrowthExperiments] Sessions are disabled for this entry point 289 GrowthExperiments-Help panel
1624 [GrowthExperiments] Sessions are disabled for this entry point 289 Wikimedia-production-error
1672 [GrowthExperiments] Sessions are disabled for this entry point 289 1.34.0-wmf.7; 2019-05-28
1673 [GrowthExperiments] Sessions are disabled for this entry point 289 Current Sprint
1674 [GrowthExperiments] Sessions are disabled for this entry point 289 GrowthExperiments-Help panel
1675 [GrowthExperiments] Sessions are disabled for this entry point 289 Wikimedia-production-error

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE bug_project (
            id INTEGER PRIMARY KEY,
            bug_id INTEGER NOT NULL,
            name TEXT NOT NULL,
            FOREIGN KEY(bug_id) REFERENCES bug(id)
        );
Powered by Datasette · Queries took 39.453ms