Python wrapper for OBIEE
Project description
Installation
pip install pyobiee
Dependencies: requests, zeep - SOAP client, pandas (only to facilitate integration with Power BI)
General Information
pyobiee is a wrapper for OBIEE (Oracle Business Intelligence Enterprise Edition) SOAP. Tested on OBIEE 12C and python 3.8.5
How to use
import pyobiee
dataframe = pyobiee.get_data(query_type, path_or_sql, wsdl, username, password, ignore_ssl=False)
Arguments:
- query_type: string, possible values are 'sql' or 'report'
- path_or_sql: string, depending on query_type either:
- a report path inside OBIEE catalog, example '\somefolder\somesubfolder\ReportName'
- a sql query, example 'SELECT * FROM dbo.SubjectArea.DataColumn'
- wsdl:string, wsdl url of the web service, example: 'http://host:port/analytics-ws/saw.dll/wsdl/v7'
- username: string, example 'IvanIvanovich'
- password: string, example '28QSAfsqs'
- ignore_ssl: bool, False by default
Documentation
https://github.com/kazei92/pyobiee/wiki/
Links: OBIEE Docs - https://docs.oracle.com/middleware/1221/biee/BIEIT/soa_overview.htm#BIEIT3171
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyobiee-0.2.0.tar.gz.
File metadata
- Download URL: pyobiee-0.2.0.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.6rc1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0897cf8f04dc0b68ca9614d5229bf1d8d4fb22e5ebf9ddbe1dd3225b6a534121
|
|
| MD5 |
9446df1c1731f50e5fe539e31bb1bac6
|
|
| BLAKE2b-256 |
07953adde425f4bc78b0a909a60e34821c43692b0c4f0e97fdea9923da55362b
|
File details
Details for the file pyobiee-0.2.0-py3-none-any.whl.
File metadata
- Download URL: pyobiee-0.2.0-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.6rc1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b1d605ba0f61631bf629db08a488bd177ba49d868088c65f66df0bb97b132fc
|
|
| MD5 |
47cc4166b7ea86ea2042c234ca6b6c18
|
|
| BLAKE2b-256 |
eaa9b4b6cded730ee435e6e3426e9c8be300a88843d4d57d8cefc1a427c4062a
|