Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
"Out of range for integer"
  • Loading branch information
o-mura committed Mar 8, 2024
1 parent db36df8 commit 6dc10ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ schedule:
TD_API_KEY: ${secret:td.apikey}
+check_max_job_id:
td>:
query: select max(cast(job_id as INTEGER)) as max_id from ${td.tables.jobs}
query: select max(job_id) as max_id from ${td.tables.jobs}
store_last_results: true
database: ${td.database}

Expand Down

0 comments on commit 6dc10ef

Please sign in to comment.