Scroll ignore | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||
About Collectors
Collectors are extractors that are developed and managed by you (A customer of K).
...
Code Block | ||
---|---|---|
| ||
class Extractor(username: str = None, password: str = None, server: str = None, \
driver: str = None, ssrs_database: str=None, mapping: dict = {}, \
output_path: str = './output', mask: bool = False, compress: bool = False) -> None |
username: username to sign into sqlserver
password: password to sign into sqlserver
ssrs_database: Name of the SSRS database of the sqlserver host
server: sqlserver host
driver: sqlserver driver name
mapping: Dict of DNS to database and hostnames
output_path: full or relative path to where the outputs should go
mask: To mask the META/DATABASE_LOG files or not
compress: To gzip output files or not
...