Skip to content

docs: sql query component #7762

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
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
6 changes: 6 additions & 0 deletions docs/docs/Components/components-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,12 @@ For more on creating a service account JSON, see [Service Account JSON](https://

This component executes SQL queries on a specified database.

To use this component in a flow, enter your SQL database parameters and a query for your data.

1. In the **Database URL** field, enter your SQL database's connection string. For example, a SQLite database is formatted as `sqlite:////DATABASE_PATH/DATABASE_NAME.db`.
2. In the **Query** field, enter an SQL query.
For example, to select all rows of the `customers` column, enter `SELECT * FROM customers;`.

### Inputs

| Name | Display Name | Info |
Expand Down
Loading