sources: name: <%= application_name %> meta: generated_by: activerecord-dbt description: |- Write a description of the '<%= application_name %>' source. You can write multiple lines. table_overrides: : meta: {} identifier: loaded_at_field: tests: - tags: [] freshness: warn_after: count: period: minute | hour | day error_after: count: period: minute | hour | day filter: quoting: database: true | false schema: true | false identifier: true | false external: {} columns: : meta: {} quote: true | false tests: - tags: [] defaults: table_descriptions: logical_name: Write a logical_name of the '{{ table_name }}' table. columns: description: Write a description of the '{{ table_name }}.{{ column_name }}' column. table_descriptions: ar_internal_metadata: logical_name: Internal Metadata description: |- By default Rails will store information about your Rails environment and schema in an internal table named `ar_internal_metadata`. columns: key: Key value: Value created_at: Created At updated_at: Updated At schema_migrations: logical_name: Schema Migrations description: |- Rails keeps track of which migrations have been committed to the database and stores them in a neighboring table in that same database called `schema_migrations`. columns: version: The version number of the migration. : logical_name: Write a table logical name. description: |- Write a description of the table. You can write multiple lines. columns: : Write a description of the column.