Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2025 10:28 PM
Hey @hpant Yes, we can create external databricks volumes as well using databricks asset bundles
bundle:
name: external_volume
resources:
volumes:
external_volume_creation:
catalog_name: retail_data
name: test_volume
schema_name: bronze
storage_location: s3://external_location_path
volume_type: EXTERNALRegards