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)

0.0.16

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 ctx.WorkflowClient.Run() method in Atlan. 🎉

workflow_run_example.py
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
workflowJSON := `{
    "metadata": {"name": "test-name", "namespace": "test-namespace"},
    "spec": {},
    "payload": [{"parameter": "test-param", "type": "test-type", "body": {}}]
}`

response, atlanErr := ctx.WorkflowClient.Run(workflowJSON, nil)
if atlanErr != nil {
    logger.Log.Errorf("Error : %v", atlanErr)
}

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. Oracle assets
  13. Postgres assets
  14. PowerBI assets
  15. Redshift assets
  16. Snowflake assets
  17. Snowflake miner
  18. Sigma assets
  19. SQL Server assets
  20. Tableau assets
  21. 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