Skip to main content

AssetExportBasic: export assets to CSV

Use AssetExportBasic in the Atlan Python SDK to programmatically export enriched assets to CSV.

The asset export (basic) package identifies all assets that might have been enriched in some way through Atlan's UI and extracts them. The resulting CSV file can be modified or enriched, and then loaded back using the asset import package.

All assets

In this example, you're building and running the asset-export workflow to export all assets.

However, you can also use one of the following methods to customize the scope of your asset export workflow:

  • enriched_only(): sets up the package to export only assets enriched by users.
  • glossaries_only(): sets up the package to export only glossaries.
  • products_only(): sets up the package to export only data products.
  • all_assets(): sets up the package to export all assets, whether enriched by users or not, will be exported.
Coming soon

Re-run existing workflow

To re-run an existing asset export basic workflow:

Coming soon
Was this page helpful?