Skip to content

Commit 12a7010

Browse files
Cleanup
1 parent 32941a3 commit 12a7010

File tree

7 files changed

+2
-60
lines changed

7 files changed

+2
-60
lines changed

knowledge_base/udtf-operator/.vscode/__builtins__.pyi

Lines changed: 0 additions & 3 deletions
This file was deleted.

knowledge_base/udtf-operator/.vscode/extensions.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

knowledge_base/udtf-operator/.vscode/settings.json

Lines changed: 0 additions & 39 deletions
This file was deleted.

knowledge_base/udtf-operator/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The UDTF integrates seamlessly with:
4949
- Databricks SQL dashboards
5050
- Any tool that connects to your Databricks workspace via SQL
5151

52-
See [`src/sample_notebook.ipynb`](src/sample_notebook.ipynb) for complete examples.
52+
See [`explorations/sample_notebook.ipynb`](explorations/sample_notebook.ipynb) for complete examples.
5353

5454
## Getting Started With This Project
5555

@@ -91,7 +91,7 @@ The UDTF will be registered at `main.your_username.k_means` (dev) or `main.prod.
9191

9292
**CI/CD Integration:**
9393
- Set up CI/CD for Databricks Asset Bundles following the [CI/CD documentation](https://docs.databricks.com/dev-tools/bundles/ci-cd.html)
94-
- To automatically register the UDTF on deployment, add `databricks bundle run -t prod register_udtf_job` to your deployment script after `databricks bundle deploy -t prod` (alternatively, the job in `resources/udtf_job.yml` can use a schedule for registration)
94+
- To automatically register the UDTF on deployment, add `databricks bundle run -t prod register_udtf_job` to your deployment script after `databricks bundle deploy -t prod` (alternatively, the job in `resources/register_udtf_job.yml` can use a schedule for registration)
9595

9696
**Serverless compute vs. clusters:** The job uses serverless compute by default. Customize catalog/schema in `databricks.yml` or via job parameters.
9797

knowledge_base/udtf-operator/src/sample_notebook.ipynb renamed to knowledge_base/udtf-operator/explorations/sample_notebook.ipynb

File renamed without changes.

knowledge_base/udtf-operator/fixtures/.gitkeep

Lines changed: 0 additions & 9 deletions
This file was deleted.

knowledge_base/udtf-operator/resources/udtf_job.yml renamed to knowledge_base/udtf-operator/resources/register_udtf_job.yml

File renamed without changes.

0 commit comments

Comments
 (0)