Power BI Push Datasets Mgmt
Project description
powerbi_push_datasets - Power BI Push Datasets Mgmt
The main class PushDatasetsMgmt encapsulates the Power BI REST operations on Push Datasets (which allows programmatic access for pushing data into PowerBI) into a few simple methods:
deploy_dataset : Create a pushable dataset (or update the metadata and schema for existing tables) in Power BI Service by a Tabular Model (.bim file);
push_tables : Push all ResultSets of a Stored Procedure - data for multiple tables into a Power BI Push Dataset;
truncate_tables : Removes all rows from specified (or all) tables in a Power BI Push Dataset;
This module also provides two conversion tools for development-time:
convert_bim_to_push_dataset : Convert a Tabular Model (.bim file) into a Push Dataset Model supported by Power BI Service;
derive_bim_from_resultsets : Generate a Tabular Model (.bim file) based on ResultSets of a Stored Procedure (ResultSets) - data for multiple tables;
For detailed usage, see the practice sample code: https://github.com/DataBooster/PyWebApi/blob/master/Sample/UserApps/PowerBIPusher/db_to_pbi.py
and its product documentation: https://github.com/DataBooster/PyWebApi#powerbi-data-pusher
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 Distributions
Built Distribution
File details
Details for the file powerbi_push_datasets-0.1a5-py2.py3-none-any.whl
.
File metadata
- Download URL: powerbi_push_datasets-0.1a5-py2.py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5e3e5d194f8fa6f0a5b09fc2ea7395d7c1bafe882a78d3f82f71f9269bd2baf8 |
|
MD5 | db8d05fe97952c9615409627434b59b9 |
|
BLAKE2b-256 | 1afad4f3627acf94a2a85c01c00b1d5786487cdf7862b6e01a5c4302310094a4 |