dbt-selly/dbt_project.yml

56 lines
1.3 KiB
YAML
Raw Permalink Normal View History

2022-05-19 07:21:25 +00:00
name: airbyte_utils
version: '1.0'
2022-03-22 04:03:52 +00:00
config-version: 2
2022-05-19 07:21:25 +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-22 04:03:52 +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-19 07:21:25 +00:00
- macro_namespace: dbt_utils
search_order:
- airbyte_utils
- dbt_utils
vars:
json_column: _airbyte_data
models_to_source:
tracking_product_shares_ab1: unibag._airbyte_raw_tracking_product_shares
tracking_product_shares_ab2: unibag._airbyte_raw_tracking_product_shares
tracking_product_shares_ab3: unibag._airbyte_raw_tracking_product_shares
tracking_product_shares: unibag._airbyte_raw_tracking_product_shares