Uh oh!
There was an error while loading. Please reload this page.
Update list_jobs function in DatabricksHook to token-based pagination - #33472
Conversation
Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contribution Guide (https://github.com/apache/airflow/blob/main/CONTRIBUTING.rst)
|
Uh oh!
There was an error while loading. Please reload this page.
eladkal
commented
Aug 17, 2023
What is |
oleksiidav
commented
Aug 17, 2023
Tracking ticket from Databricks side, nevermind |
f60fa07 to
16d9232Compare
alexott
left a comment
There was a problem hiding this comment.
code looks good - can we add a unit test for token usage?
oleksiidav
commented
Aug 21, 2023
Added test @alexott, PTAL! |
91d173e to
7ff7fc8Compareoleksiidav
commented
Aug 23, 2023
Hi @eladkal, could you please take another look? |
potiuk
commented
Aug 24, 2023
LGTM @eladkal ? |
Uh oh!
There was an error while loading. Please reload this page.
2c6add3 to
c8c1c0fCompareUh oh!
There was an error while loading. Please reload this page.
276cdec to
fb5fd82Compareoleksiidav
commented
Sep 8, 2023
Heyy @eladkal , I have updated the tests/formatting, can we pls merge? |
list_jobs function in DatabricksHook to token-based pagination eladkal
commented
Sep 11, 2023
@oleksiidav static checks are failing you are missing import of |
potiuk
commented
Sep 11, 2023
Static check to fix. |
oleksiidav
commented
Sep 11, 2023
Until offset deprecation
0dded80 to
85df103CompareAwesome work, congrats on your first merged pull request! You are invited to check our Issue Tracker for additional contributions. |
Update Airflow to switch from default offset-based pagination (deprecated) to using a page token