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.
1 parent ca20cd7 commit cfeb23bCopy full SHA for cfeb23b
test/test_schedule.py
@@ -1,6 +1,4 @@
1
-import os
2
from pathlib import Path
3
-import unittest
4
from datetime import time
5
6
import pytest
@@ -28,6 +26,7 @@
28
26
ADD_DATASOURCE_TO_SCHEDULE = TEST_ASSET_DIR / "schedule_add_datasource.xml"
29
27
ADD_FLOW_TO_SCHEDULE = TEST_ASSET_DIR / "schedule_add_flow.xml"
30
GET_EXTRACT_TASKS_XML = TEST_ASSET_DIR / "schedule_get_extract_refresh_tasks.xml"
+BATCH_UPDATE_STATE = TEST_ASSET_DIR / "schedules_batch_update_state.xml"
31
32
WORKBOOK_GET_BY_ID_XML = TEST_ASSET_DIR / "workbook_get_by_id.xml"
33
DATASOURCE_GET_BY_ID_XML = TEST_ASSET_DIR / "datasource_get_by_id.xml"
0 commit comments