Skip to content

Commit

Permalink
Merge pull request #23 from gikang82/master
Browse files Browse the repository at this point in the history
fix: pem key validation
  • Loading branch information
gikang82 authored Jun 17, 2024
2 parents 428b1ab + b4e19ae commit a1437eb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/plugin/manager/job_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@ def get_tasks(
{
"task_options": {
"start": start_month,
"compartment_id": row.id
"project_id": row.id,
"billing_export_project_id": self.billing_export_project_id,
"billing_dataset_id": self.billing_dataset,
"billing_account_id": billing_account_id
}
}
)
Expand Down

0 comments on commit a1437eb

Please sign in to comment.