Skip to content
This repository was archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
Pass JOBS_API_VERSION to databricks sdk calls
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajkoti committed Mar 19, 2024
1 parent 11f143b commit ed147a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/astro_databricks/operators/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
from logging import Logger
from typing import TYPE_CHECKING

from constants import JOBS_API_VERSION

if TYPE_CHECKING:
pass
import json
Expand All @@ -28,6 +26,7 @@
from databricks_cli.sdk.api_client import ApiClient
from mergedeep import merge

from astro_databricks.constants import JOBS_API_VERSION
from astro_databricks.plugins.plugin import (
DatabricksJobRepairAllFailedLink,
DatabricksJobRunLink,
Expand Down

0 comments on commit ed147a6

Please sign in to comment.