Skip to main content

A Python SDK for interacting with Sisense API

Project description

📊 Sisense SDK (pysisense)

pysisense is a Python SDK designed for seamless and structured interaction with the Sisense API.
It simplifies complex API operations and allows you to automate and manage users, groups, dashboards, data models, and more.

✅ Built for automation, debugging, and extensibility.


📦 Installation

You can install pysisense from PyPI:

pip install pysisense

For local development, install in editable mode:

pip install -e .

🚀 Quick Start

1️⃣ Configure the YAML

Before running any scripts, update the required YAML files in the examples/ folder:

  • config.yaml – for single-environment operations
  • source.yaml and target.yaml – for migration scenarios

These contain fields like:

domain: "your-domain.sisense.com"
is_ssl: true
token: "<your_api_token>"

⚠️ Do not commit your tokens. The provided YAMLs contain placeholder structure only.

⚠️ Important: Use a Dedicated Admin Token

Some methods in this SDK require full administrative privileges to interact with Sisense resources (such as ownership changes, user migrations, or folder/dashboard access).

To avoid permission-related issues or incomplete operations:

It is recommended to use a new dedicated Sisense admin user's token when authenticating via your config.yaml.

Using restricted or scoped users may result in failures or inconsistent behavior, especially for:

  • Folder and dashboard ownership changes
  • Granting permissions across environments
  • System-wide migrations

2️⃣ Use Example Scripts

A complete set of usage examples is available under examples/. Each file demonstrates common operations and usage patterns:

  • access_management_example.py
    Identity & Governance – Manage users, groups, folder access, and governance operations such as identifying unused assets.

  • datamodel_example.py
    Data Modeling – Work with datasets, tables, columns, and schema structures within Sisense data models.

  • dashboard_example.py
    Dashboard Lifecycle – Retrieve, update, reassign ownership, and manage shares of Sisense dashboards.

  • migration_example.py
    Environment Migration – Migrate users, dashboards, and data models across Sisense environments (e.g., from dev to prod).

These example files are not meant to be executed end-to-end, but rather serve as reference implementations to guide usage within your own environment or automation pipelines.


3️⃣ Logs

All logs are saved automatically to a local folder:

logs/pysisense.log

You don’t need to create this folder manually — it will be created at runtime in the same directory where you run your scripts.


✅ Features

  • 👥 User & Group Management – Create, update, delete, and fetch users or groups
  • 📊 Dashboard Management – Export, share, and migrate dashboards
  • 📦 Data Models – Explore, describe, and update schemas and security
  • 🔐 Permissions – Resolve and apply share rules (users & groups)
  • 🔄 Cross-Environment Migrations – Move dashboards, models, and users
  • 🧠 Smart Logging & Data Helpers – Auto log capture, CSV export, and DataFrame conversion
  • And many more – Refer to the documentation for full details

🔧 Design Philosophy

  • Pythonic SDK with class-based structure (Dashboard, DataModel, AccessManagement, Migration)
  • Modular YAML-based authentication
  • Built-in logging and exception handling
  • Designed for end-to-end automation and real-world use

📚 Documentation

Comprehensive module-level documentation is available in the docs/ folder:

  • Index -- Overview of the SDK structure and modules

  • Api Client -- Base API wrapper for all HTTP operations

  • Access Management -- Manage users, groups, roles, and permissions

  • Data Model -- Handle datasets, tables, schemas, security, and deployment

  • Dashboard -- Retrieve, modify, and share Sisense dashboards

  • Migration -- Migrate users, dashboards, and models between environments

  • Utils -- Helper functions for export, formatting, and data operations

You can also explore:

  • Inline method docstrings using help() in Python or directly within your IDE.

🛠️ Contributing

We welcome your contributions!

  1. Fork this repo
  2. Create a feature branch: git checkout -b feature/my-feature
  3. Commit your changes
  4. Open a pull request for review

📄 License

This project is licensed under the MIT License.


📧 Contact

Maintainer: Himanshu Negi
📩 Email: himanshu.negi.08@gmail.com
🔗 GitHub Repository

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pysisense-0.1.0.tar.gz (53.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pysisense-0.1.0-py3-none-any.whl (53.4 kB view details)

Uploaded Python 3

File details

Details for the file pysisense-0.1.0.tar.gz.

File metadata

  • Download URL: pysisense-0.1.0.tar.gz
  • Upload date:
  • Size: 53.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.12

File hashes

Hashes for pysisense-0.1.0.tar.gz
Algorithm Hash digest
SHA256 81c84f09997a1495e1d73ffcee572c92b1a02a04c1adf80809379d69cae35c71
MD5 3a4af7b2e391694228671a48b98cc4db
BLAKE2b-256 82a346827d5567ba25a389d076b5d978eef7d7079f0ad44897a43fc3b4afaf79

See more details on using hashes here.

File details

Details for the file pysisense-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: pysisense-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 53.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.12

File hashes

Hashes for pysisense-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 01294124e78a04ed9d505c1fb8dcbb11e66e9e12d6366f947c72c257a231bbfb
MD5 6fed3c32447dc9350117454b3cb2010f
BLAKE2b-256 3a07f4e72c12cbf5253c2cb89a87f30fef7f9a506196d72faff65637a43ebadc

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page