Skip to content

Commit

Permalink
add sc_macros documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tanguyvda committed Jun 14, 2021
1 parent 5070dde commit fcc3716
Show file tree
Hide file tree
Showing 2 changed files with 521 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/docs/google/bigquery/bigquery.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@ local sc_bq = require("centreon-stream-connecotrs-lib.google.bigquery.bigquery")
local logfile = "/var/log/test_logger.log"
local severity = 1

-- create a new instance of the sc_common and sc_logger module
-- create a new instance of the sc_logger module
local test_logger = sc_logger.new(logfile, severity)

-- some stream connector params
local params = {
my_param = "my_value"
}

-- create a new instance of the google oauth param module
-- create a new instance of the google bigquery module
local test_bq = sc_bq.new(params, test_logger)
```

Expand Down
Loading

0 comments on commit fcc3716

Please sign in to comment.