We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f489c18 + c378a14 commit 9b1d07cCopy full SHA for 9b1d07c
src/plugin/manager/job_manager.py
@@ -114,7 +114,7 @@ def get_tasks_directory_type(
114
start_month: str = self._get_start_month(options, start, last_synchronized_at)
115
116
database = options.get("database", _DEFAULT_DATABASE)
117
- accounts = options.get("accounts", [])
+ accounts = secret_data.get("accounts", [])
118
119
path = f"SPACE_ONE/billing/database={database}/"
120
0 commit comments