From 6206dde9dc6a44ab1611ac83a6cb9021c8901cc0 Mon Sep 17 00:00:00 2001 From: Madhav Sainanee Date: Thu, 27 Feb 2025 14:59:43 +0530 Subject: [PATCH 1/5] commit 1 Signed-off-by: Madhav Sainanee --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0cb258769..cdf4b31ec 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -165,3 +165,6 @@ Modify the dependency specification (syntax can be found [here](https://python-p - `rm poetry.lock && poetry install` Sometimes `poetry update` can freeze or run forever. Deleting the `poetry.lock` file and calling `poetry install` is guaranteed to update everything but is usually _slower_ than `poetry update` **if `poetry update` works at all**. + + +Sample change: Add commit signoffs. From afdc214ae92a9a4360f2445e47f92c82ca7028a6 Mon Sep 17 00:00:00 2001 From: Madhav Sainanee Date: Thu, 27 Feb 2025 15:01:17 +0530 Subject: [PATCH 2/5] commit 1 Signed-off-by: Madhav Sainanee --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cdf4b31ec..98e7b16aa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -167,4 +167,4 @@ Modify the dependency specification (syntax can be found [here](https://python-p Sometimes `poetry update` can freeze or run forever. Deleting the `poetry.lock` file and calling `poetry install` is guaranteed to update everything but is usually _slower_ than `poetry update` **if `poetry update` works at all**. -Sample change: Add commit signoffs. +Sample change: Add commit signoffs. Then the check will pass From 5a48651d3415ea4407e45e66052efce909767861 Mon Sep 17 00:00:00 2001 From: Madhav Sainanee Date: Thu, 27 Feb 2025 15:15:32 +0530 Subject: [PATCH 3/5] updates runner for dco check Signed-off-by: Madhav Sainanee --- .github/workflows/dco-check.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dco-check.yml b/.github/workflows/dco-check.yml index 7dc03eb03..050665ec9 100644 --- a/.github/workflows/dco-check.yml +++ b/.github/workflows/dco-check.yml @@ -4,7 +4,9 @@ on: [pull_request] jobs: check: - runs-on: ubuntu-latest + runs-on: + group: databricks-protected-runner-group + labels: linux-ubuntu-latest steps: - name: Check for DCO id: dco-check From bc943f29403452b95db2224e32702248d1380eb5 Mon Sep 17 00:00:00 2001 From: Madhav Sainanee Date: Thu, 27 Feb 2025 15:19:15 +0530 Subject: [PATCH 4/5] removes contributing file changes Signed-off-by: Madhav Sainanee --- CONTRIBUTING.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 98e7b16aa..0cb258769 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -165,6 +165,3 @@ Modify the dependency specification (syntax can be found [here](https://python-p - `rm poetry.lock && poetry install` Sometimes `poetry update` can freeze or run forever. Deleting the `poetry.lock` file and calling `poetry install` is guaranteed to update everything but is usually _slower_ than `poetry update` **if `poetry update` works at all**. - - -Sample change: Add commit signoffs. Then the check will pass From e0fb007caf610bc28c3be21839e1069cdfa64b34 Mon Sep 17 00:00:00 2001 From: Madhav Sainanee Date: Tue, 8 Apr 2025 12:28:12 +0530 Subject: [PATCH 5/5] adds packaging python package in setup --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index ea5bd938d..440ff6b5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,6 +20,7 @@ requests = "^2.18.1" oauthlib = "^3.1.0" openpyxl = "^3.0.10" urllib3 = ">=1.26" +packaging = ">=20.0" pyarrow = [ { version = ">=14.0.1", python = ">=3.8,<3.13", optional=true }, { version = ">=18.0.0", python = ">=3.13", optional=true }