Skip to content

Commit 726ab0e

Browse files
stayseesongcmastr
andauthored
Apply suggestions from code review
Co-authored-by: Casie Oxford <[email protected]>
1 parent f81941c commit 726ab0e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/connections/reverse-etl/reverse-etl-source-setup-guides/azure-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Make sure the user you use to connect to Segment has permissions to use that war
2222
CREATE USER SegmentReverseETLUser FOR LOGIN SegmentReverseETLLogin;
2323
```
2424
25-
* To grant access to the user to read data from all schemas in the database, run:
25+
* To grant access to the user to read data from all schemas in the database, run:
2626
2727
```
2828
EXEC sp_addrolemember 'db_datareader', 'SegmentReverseETLUser';
@@ -70,5 +70,5 @@ To set up Azure as your Reverse ETL source:
7070
9. Click **Test Connection** to see if the connection works. If the connection fails, make sure you have the right permissions and credentials, then try again.
7171
10. Click **Add source** if the test connection is successful.
7272
73-
Once you've successfully added your Azure source, [add a model](/docs/connections/reverse-etl/#step-2-add-a-model) and follow the rest of the steps in the Reverse ETL setup guide.
73+
After you've successfully added your Azure source, [add a model](/docs/connections/reverse-etl/#step-2-add-a-model) and follow the rest of the steps in the Reverse ETL setup guide.
7474

src/connections/reverse-etl/reverse-etl-source-setup-guides/bigquery-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To set up the Segment BigQuery connector:
2828
20. Click **Test Connection** to test to see if the connection works. If the connection fails, make sure you have the right permissions and credentials and try again.
2929
6. Click **Add source** if the test connection is successful.
3030

31-
Once you've added BigQuery as a source, you can [add a model](/docs/connections/reverse-etl#step-2-add-a-model).
31+
After you've added BigQuery as a source, you can [add a model](/docs/connections/reverse-etl#step-2-add-a-model).
3232

3333
## Constructing your own role or policy
3434
When you construct your own role or policy, Segment needs the following permissions:

0 commit comments

Comments
 (0)