Skip to content

Commit

Permalink
readOperations fix
Browse files Browse the repository at this point in the history
  • Loading branch information
qrort committed Aug 22, 2024
1 parent 33de8d0 commit 2255f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/connectors/db/yql/queries/read.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var (
AllOperationFields = []string{
"id", "type", "container_id", "database", "endpoint", "backup_id",
"initiated", "created_at", "completed_at", "status", "message",
"paths", "operation_id",
"paths", "operation_id", "paths_to_exclude",
}
)

Expand Down

0 comments on commit 2255f7b

Please sign in to comment.