You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -222,6 +222,12 @@ This demo uses Terraform and bash scripting to create and teardown infrastructur
222
222
- Creates an API key pair that will be used in connectors' configuration files for authentication purposes.
223
223
- Updates the `.env` file to replace the remaining variables with the newly generated values.
224
224
225
+
1. Source `.env` file.
226
+
227
+
```bash
228
+
source .env
229
+
```
230
+
225
231
### Prepare the Database for Change Data Capture
226
232
227
233
1. Run the following Python script to create and populate `DEMOGRAPHICS` and `CUSTOMERS` tables, as well as enable Change Data Capture (CDC) on those tables.
0 commit comments