Skip to main content

Python API wrapper for the Secoda data platform

Project description

PySecoda

This is a basic implementation of a python wrapper for the Secoda API.

Currently, API version 1.0.0 is supported by this wrapper.

Find the full implementation on Github

Installation

Use the package manager pip to install pysecoda.

pip install pysecoda

Usage

from pysecoda.pysecoda import PySecoda

API_KEY = 'YOUR_API_KEY'

# Instantiate the PySecoda wrapper
pysecoda = PySecoda(API_KEY)

# Get tags in your Secoda project
tags = pysecoda.tags.get_tags()

...

Modules and Methods

Available Modules

Module Description
charts Manage charts in Secoda
collections Handle collections of resources
columns Retrieve column-level metadata
custom_properties Manage custom metadata fields
dashboards Work with dashboards
databases Fetch and manage database records
documents Handle Secoda documents
events Retrieve event logs
glossary Manage glossary terms and definitions
groups Manage user groups and permissions
integrations Handle third-party integrations
lineage Fetch data lineage information
monitors Manage monitoring rules and alerts
queries Run and retrieve queries
questions Handle user-submitted questions
resources General resource management
schemas Fetch schema information
tables Retrieve and manage tables
tags Manage tags for resources
teams Handle team-related functionalities
users Manage user accounts and authentication

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

Supported by

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