Skip to content
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

Add S3/GCS region to docs #1581

Merged
merged 3 commits into from
Jan 10, 2023
Merged
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
4 changes: 4 additions & 0 deletions docs/docs/references/project-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ In your Rill project directory, create a `source.yaml` file in the `sources` dir
— the _local path_ of the connector you are using for the source relative to your project's root directory. _(required for type: file)_
- _`/path/to/file.csv`_ — the path to your file

**`region`**
— Optionally sets the cloud region of the bucket you want to connect to. Only available for S3.
- _`us-east-1`_ — the cloud region identifer

See our Using Rill guide for an [example](../using-rill/import-data#using-code).

## Model transformation
Expand Down