Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion contrib/templates/file-push/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,14 @@ Install it using
databricks bundle init --template-dir contrib/templates/file-push https://github.com/databricks/bundle-examples
```

and follow the generated README.md to get started.
During initialization, you'll be prompted to configure:
- **Catalog and schema** where tables will be created
- **Table definitions** including:
- Table names and file formats (csv, json, avro, parquet)
- Format-specific options (CSV delimiters, JSON parsing options, etc.)
- Schema evolution settings
- Optional schema hints

The template supports configuring up to 4 tables during initialization. Additional tables can be added later by editing `./src/configs/tables.json`.

After initialization, follow the generated README.md to deploy and start ingesting data.
Loading