name: airbyte_utils version: '1.0' config-version: 2 profile: normalize model-paths: - models docs-paths: - docs analysis-paths: - analysis test-paths: - tests seed-paths: - data macro-paths: - macros target-path: ../build log-path: ../logs packages-install-path: ../dbt clean-targets: - build - dbt_modules quoting: database: true schema: false identifier: true models: airbyte_utils: +materialized: table generated: airbyte_ctes: +tags: airbyte_internal_cte +materialized: ephemeral airbyte_incremental: +tags: incremental_tables +materialized: incremental +on_schema_change: sync_all_columns airbyte_tables: +tags: normalized_tables +materialized: table airbyte_views: +tags: airbyte_internal_views +materialized: view dispatch: - macro_namespace: dbt_utils search_order: - airbyte_utils - dbt_utils vars: json_column: _airbyte_data models_to_source: se_orders_ab1: unibag._airbyte_raw_se_orders se_orders_ab2: unibag._airbyte_raw_se_orders se_orders_ab3: unibag._airbyte_raw_se_orders se_orders: unibag._airbyte_raw_se_orders