Skip to content

Commit

Permalink
#OBS-I307 - revert the code as this is fixed from the front end (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
SanthoshVasabhaktula authored Nov 5, 2024
1 parent 57bf54b commit 680fdcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command-service/src/command/connector_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def _perform_spark_install(self, dataset_id, connector_instance):
result = None
release_name = connector_instance.id
connector_source = connector_instance.connector_source
schedule = connector_instance.operations_config["operations_config_schedule"]
schedule = connector_instance.operations_config["schedule"]

schedule_configs = {
"Hourly": "0 * * * *", # Runs at the start of every hour
Expand Down

0 comments on commit 680fdcb

Please sign in to comment.