Skip to content

Commit

Permalink
Next line error
Browse files Browse the repository at this point in the history
  • Loading branch information
shruthi-raghuraman committed Nov 16, 2020
1 parent a165b1c commit ff2eb54
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Documentation/Using Bulk Data Trigger.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ oc -n openshift-metering exec -it $(oc -n openshift-metering get pods -l app=hiv
oc create -f openshift-meteCring-templates/reports-templates/namespace-cpu-request-daily.yaml
```
- Run load script to access database and load bulk insert statements within the table
```./load.sh```
```
./load.sh
```

#### Creating .sql INSERT INTO statements for bulk data
This can be done in many different ways. The following is a quick method to convert data points into INSERT statements that minimizes manual effort.
Expand Down

0 comments on commit ff2eb54

Please sign in to comment.