Skip to content

Commit ae1f1e8

Browse files
committed
Delete old scheduler.
1 parent b801999 commit ae1f1e8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

kedro_vertexai/client.py

-4
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010

1111
from google.cloud import aiplatform as aip
1212
from google.cloud.aiplatform import PipelineJob
13-
from google.cloud.scheduler_v1.services.cloud_scheduler import (
14-
CloudSchedulerClient,
15-
)
1613
from kfp import compiler
1714
from tabulate import tabulate
1815

@@ -30,7 +27,6 @@ class VertexAIPipelinesClient:
3027
def __init__(self, config: PluginConfig, project_name, context):
3128

3229
aip.init(project=config.project_id, location=config.region)
33-
self.cloud_scheduler_client = CloudSchedulerClient()
3430
self.location = f"projects/{config.project_id}/locations/{config.region}"
3531
self.run_config = config.run_config
3632
self.run_name = self._generate_run_name(config)

0 commit comments

Comments
 (0)