-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.yml
More file actions
32 lines (32 loc) · 925 Bytes
/
data.yml
File metadata and controls
32 lines (32 loc) · 925 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
services:
- setup_dbt_project
- setup_dbt_profile
- setup_ci_cd
- setup_precommit
- setup_airflow_dags
- setup_dbtcoves
dbt_project_dir: "."
dbt_project_name: "mock_project"
is_new_project: true
dbt_profiles_path: "automate/dbt"
yml_dags_path: "orchestrate/dag_yml_definitions"
dags_path: "orchestrate/dags"
use_sqlfluff: true
use_yamllint: true
use_dbt_checkpoint: true
ci_provider: "github"
datacoves_env:
DATACOVES__AIRFLOW_DBT_PROFILE_PATH: "automate/dbt"
DATACOVES__DBT_HOME: "."
DATACOVES__AIRFLOW_DAGS_PATH: "orchestrate/dags"
DATACOVES__AIRFLOW_DAGS_YML_PATH: "orchestrate/dags_yml_definitions"
airflow_artifacts_path: "orchestrate"
setup_dbtcoves_config: true
setup_dbtcoves_templates: true
dbt_checkpoint_version: v2.0.6
yamllint_version: "v1.36.2"
sqlfluff_version: "3.1.1"
dbt_adapter: "snowflake"
add_dbtcoves_config_and_templates: true
dbt_core_version: "1.8.9"
dbt_adapter_version: "1.8.4"