Skip to content
Open
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
16 changes: 0 additions & 16 deletions docs/streaming.md
Original file line number Diff line number Diff line change
Expand Up @@ -440,24 +440,8 @@ sql: `
- You're exploring data and queries change frequently
- The transformation is simple (single `WHERE` clause)

## Examples from the Template

The template includes `amp.config.extended-example.ts` with working examples:

```bash
# View the extended example
cat amp.config.extended-example.ts
```

This shows:
- Filtering dependency tables
- Joining blocks with transactions
- Using built-in functions
- Proper SQL structure for streaming

## Need Help?

- **Syntax errors:** Check [DuckDB SQL docs](https://duckdb.org/docs/sql/introduction) (Amp uses DuckDB SQL)
- **Streaming errors:** Review the [Unsupported Operations](#unsupported-operations-in-table-definitions) section
- **Performance issues:** See [Performance Tips](#performance-tips)
- **Questions:** Open an issue on GitHub