Skip to content

Commit 545e1dd

Browse files
committed
update read me with new file names
1 parent 02cad29 commit 545e1dd

2 files changed

Lines changed: 4 additions & 11 deletions

File tree

knowledge_base/pydabs_job_file_arrival/README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -53,22 +53,15 @@ with this project. It's also possible to interact with it directly using the CLI
5353
5454
This deploys everything that's defined for this project.
5555
For example, this project will deploy a job called
56-
`[dev yourname] pydabs_job_file_arrival` to your workspace.
56+
`[dev yourname] file_arrival_example` to your workspace.
5757
You can find that resource by opening your workspace and clicking on **Jobs & Pipelines**.
5858
59-
3. To configure the volume location:
60-
- Edit `resources/file_arrival.py` and update the `url` parameter to point to your Unity Catalog Volume:
61-
62-
```python
63-
url="/Volumes/your_catalog/your_schema/your_volume/"
64-
```
65-
66-
4. Development vs. Production behavior
59+
3. Development vs. Production behavior
6760
- Dev target (mode: development): Schedules and automatic triggers are disabled by design, so the job will not auto-fire on file arrival. Use manual runs to test the logic.
6861
You can also manually run it with:
6962
7063
```
71-
$ databricks bundle run pydabs_job_file_arrival
64+
$ databricks bundle run file_arrival_example
7265
```
7366
- Prod target (mode: production): Automatic triggers are active. Uploading a file to the configured Unity Catalog Volume path will trigger the job run when the trigger evaluates.
7467

knowledge_base/pydabs_job_with_task_values/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ with this project. It's also possible to interact with it directly using the CLI
4545
4646
This deploys everything that's defined for this project.
4747
For example, the default template would deploy a job called
48-
`[dev yourname] pydabs_airflow_job` to your workspace.
48+
`[dev yourname] xcom_to_task_values_example` to your workspace.
4949
You can find that resource by opening your workpace and clicking on **Jobs & Pipelines**.
5050
5151
3. Similarly, to deploy a production copy, type:

0 commit comments

Comments
 (0)