oleksiidav commented on code in PR #33472:
URL: https://github.com/apache/airflow/pull/33472#discussion_r1297310700
##########
airflow/providers/databricks/hooks/databricks.py:
##########
@@ -156,13 +156,13 @@ def submit_run(self, json: dict) -> int:
return response["run_id"]
def list_jobs(
- self, limit: int = 25, offset: int = 0, expand_tasks: bool = False,
job_name: str | None = None
+ self, limit: int = 25, page_token: str | None = None, expand_tasks:
bool = False, job_name: str | None = None
Review Comment:
It has been deprecated in [Databricks API
docs](https://docs.databricks.com/api/workspace/jobs/list) for a few months now
if that helps
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]