Skip to content

Commit

Permalink
Merge branch 'main' of github.com:databricks/databricks-sdk-py into g…
Browse files Browse the repository at this point in the history
…kiko10/JOBS-19305
  • Loading branch information
gkiko10 committed Oct 31, 2024
2 parents a0c8c2b + f5697f0 commit 3647f19
Show file tree
Hide file tree
Showing 121 changed files with 7,326 additions and 3,125 deletions.
17 changes: 2 additions & 15 deletions .codegen.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,6 @@
{
"formatter": "yapf -pri $FILENAMES && autoflake -i $FILENAMES && isort $FILENAMES",
"mode": "py_v0",
"changelog_config": ".codegen/changelog_config.yml",
"template_libraries": [
".codegen/lib.tmpl"
],
"packages": {
".codegen/service.py.tmpl": "databricks/sdk/service/{{.Name}}.py"
},
"batch": {
".codegen/__init__.py.tmpl": "databricks/sdk/__init__.py",
".codegen/error_mapping.py.tmpl": "databricks/sdk/errors/platform.py",
".codegen/error_overrides.py.tmpl": "databricks/sdk/errors/overrides.py"
},
"samples": {
".codegen/example.py.tmpl": "examples/{{if .IsAccount}}account{{else}}workspace{{end}}/{{.Service.SnakeName}}/{{.Method.SnakeName}}_{{.SnakeName}}.py"
},
"version": {
"databricks/sdk/version.py": "__version__ = '$VERSION'"
},
Expand All @@ -28,6 +14,7 @@
"pip install '.[dev]'"
],
"post_generate": [
"make fmt",
"pytest -m 'not integration' --cov=databricks --cov-report html tests",
"pip install .",
"python docs/gen-client-docs.py"
Expand Down
193 changes: 0 additions & 193 deletions .codegen/__init__.py.tmpl

This file was deleted.

2 changes: 1 addition & 1 deletion .codegen/_openapi_sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f98c07f9c71f579de65d2587bb0292f83d10e55d
cf9c61453990df0f9453670f2fe68e1b128647a2
20 changes: 0 additions & 20 deletions .codegen/error_mapping.py.tmpl

This file was deleted.

20 changes: 0 additions & 20 deletions .codegen/error_overrides.py.tmpl

This file was deleted.

112 changes: 0 additions & 112 deletions .codegen/example.py.tmpl

This file was deleted.

12 changes: 0 additions & 12 deletions .codegen/lib.tmpl

This file was deleted.

Loading

0 comments on commit 3647f19

Please sign in to comment.