dbt-selly-express/dbt_project.yml

56 lines
1.1 KiB
YAML
Raw Normal View History

2022-05-12 03:27:31 +00:00
name: airbyte_utils
2022-03-21 14:00:47 +00:00
version: '1.0'
config-version: 2
2022-05-12 03:27:31 +00:00
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
2022-03-21 14:00:47 +00:00
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:
2022-05-12 03:27:31 +00:00
- macro_namespace: dbt_utils
search_order:
- airbyte_utils
- dbt_utils
vars:
json_column: _airbyte_data
models_to_source:
2022-05-30 03:25:32 +00:00
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