Bruin CLI Step 3 of 5
Bruin Core Concepts
What is an asset?
An asset is a single file that represents a single data action - usually creating or updating a table or view in your database. Every asset has two parts:
- Definition (configuration) - the name, type, connection, materialization strategy, metadata, quality checks, and dependencies
- Content (code) - the actual SQL query, Python script, or YAML configuration