def create_job(db, tenant_id, device_id, source_path, filename, profile): return { "tenant_id": tenant_id, "device_id": device_id, "source_path": source_path, "filename": filename, "profile": profile, "status": "queued" }