home / github

Menu
  • GraphQL API

issues_labels

Table actions
  • GraphQL API for issues_labels

17 rows where labels_id = 1996280391

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id issues_id
602533300,1996280391 enhancement 1996280391 Import photo metadata from Apple Photos into SQLite 602533300
602575575,1996280391 enhancement 1996280391 Add progress bar to upload command 602575575
602585497,1996280391 enhancement 1996280391 Integrate image content hashing 602585497
605938063,1996280391 enhancement 1996280391 upload command should be resumable, should only upload photos not already uploaded 605938063
606028272,1996280391 enhancement 1996280391 Speed up hashing step using threads 606028272
606032950,1996280391 enhancement 1996280391 Try running S3 uploads in a thread pool 606032950
606033104,1996280391 enhancement 1996280391 If less than 500MB, show size in MB not GB 606033104
607888367,1996280391 enhancement 1996280391 Also upload movie files 607888367
608512747,1996280391 enhancement 1996280391 Annotate photos using the Google Cloud Vision API 608512747
612151767,1996280391 enhancement 1996280391 Expose scores from ZCOMPUTEDASSETATTRIBUTES 612151767
612287234,1996280391 enhancement 1996280391 Import machine-learning detected labels (dog, llama etc) from Apple Photos 612287234
613002220,1996280391 enhancement 1996280391 apple-photos command should work even if upload has not run 613002220
613006393,1996280391 enhancement 1996280391 Ability to serve thumbnailed Apple Photo from its place on disk 613006393
621280529,1996280391 enhancement 1996280391 create-subset command for creating a publishable subset of a photos database 621280529
621323348,1996280391 enhancement 1996280391 Configurable URL for images 621323348
621444763,1996280391 enhancement 1996280391 Rename project to dogsheep-photos 621444763
621486115,1996280391 enhancement 1996280391 photos_with_apple_metadata view should include labels 621486115

Advanced export

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

CSV options:

CREATE TABLE [issues_labels] (
   [labels_id] INTEGER REFERENCES [labels]([id]),
   [issues_id] INTEGER REFERENCES [issues]([id]),
   PRIMARY KEY ([issues_id], [labels_id])
);
CREATE INDEX [idx_issues_labels_issues_id]
                ON [issues_labels] ([issues_id]);
CREATE INDEX [idx_issues_labels_labels_id]
                ON [issues_labels] ([labels_id]);
Powered by Datasette · Queries took 9.303ms · About: simonw/datasette-graphql