Skip to content

Supported packages

In this section, you'll find a comprehensive list of individual packages currently supported through our SDKs. Each package section includes examples demonstrating how to build a workflow from scratch and execute it on Atlan.

Can't find the package you're looking for? 🤔

4.1.0

Don't worry! If the workflow package isn't listed here, you can still run it by passing your workflow JSON configuration string directly to the WorkflowClient.run() method in Atlan. 🎉

workflow_run_example.py
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
    from pyatlan.client.atlan import AtlanClient

    client = AtlanClient()

    workflow_json = r"""
    {
        "metadata": {"name": "test-name", "namespace": "test-namespace"},
        "spec": {},
        "payload": [{"parameter": "test-param", "type": "test-type", "body": {}}]
    }
    """
    response = client.workflow.run(workflow_json)

Connectors

  1. Athena assets
  2. BigQuery assets
  3. Connection delete
  4. Confluent Kafka assets
  5. dbt assets
  6. DynamoDB assets
  7. Databricks assets
  8. Databricks miner
  9. Fivetran enrichment
  10. Glue assets
  11. Looker assets
  12. Postgres assets
  13. PowerBI assets
  14. Redshift assets
  15. Snowflake assets
  16. Snowflake miner
  17. Sigma assets
  18. SQL Server assets
  19. Tableau assets
  20. MongoDB assets

Utilities

  1. Asset import
  2. Asset export (basic)
  3. API token connection admin
  4. Lineage builder
  5. Lineage generator (no transformation)
  6. Relational assets builder