Bruin CLI Step 3 of 5

Bruin Core Concepts

  1. 3Assets6 min

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:

  1. Definition (configuration) - the name, type, connection, materialization strategy, metadata, quality checks, and dependencies
  2. Content (code) - the actual SQL query, Python script, or YAML configuration