Skip to content

Commit

Permalink
update test project (#4875)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathaniel May authored Mar 16, 2022
1 parent 15077d0 commit 27511d8
Show file tree
Hide file tree
Showing 2,001 changed files with 2,004 additions and 2,029 deletions.
33 changes: 4 additions & 29 deletions performance/projects/01_2000_simple_models/dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,38 +1,13 @@

# Name your package! Package names should contain only lowercase characters
# and underscores. A good package name should reflect your organization's
# name or the intended use of these models
name: 'my_new_package'
version: 1.0.0
config-version: 2

# This setting configures which "profile" dbt uses for this project. Profiles contain
# database connection information, and should be configured in the ~/.dbt/profiles.yml file
profile: 'default'

# These configurations specify where dbt should look for different types of files.
# The `model-paths` config, for example, states that source models can be found
# in the "models/" directory. You probably won't need to change these!
model-paths: ["models"]
analysis-paths: ["analyses"]
test-paths: ["tests"]
seed-paths: ["seeds"]
macro-paths: ["macros"]

target-path: "target" # directory which will store compiled SQL files
clean-targets: # directories to be removed by `dbt clean`
target-path: "target"
clean-targets:
- "target"
- "dbt_packages"

# You can define configurations for models in the `model-paths` directory here.
# Using these configurations, you can enable or disable models, change how they
# are materialized, and more!
- "dbt_modules"

# In this example config, we tell dbt to build all models in the example/ directory
# as views (the default). These settings can be overridden in the individual model files
# using the `{{ config(...) }}` macro.
models:
my_new_package:
# Applies to all files under models/example/
example:
materialized: view
materialized: view
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ models:
- not_null
- relationships:
field: id
to: node_0
to: ref('node_0')
name: node_0
version: 2
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ models:
- not_null
- relationships:
field: id
to: node_0
to: ref('node_0')
name: node_1
version: 2
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ models:
- not_null
- relationships:
field: id
to: node_0
to: ref('node_0')
name: node_2
version: 2
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ models:
- not_null
- relationships:
field: id
to: node_0
to: ref('node_0')
name: node_3
version: 2
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ models:
- not_null
- relationships:
field: id
to: node_0
to: ref('node_0')
name: node_4
version: 2
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ models:
- not_null
- relationships:
field: id
to: node_0
to: ref('node_0')
name: node_5
version: 2
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ models:
- not_null
- relationships:
field: id
to: node_0
to: ref('node_0')
name: node_6
version: 2
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ models:
- not_null
- relationships:
field: id
to: node_0
to: ref('node_0')
name: node_7
version: 2
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ models:
- not_null
- relationships:
field: id
to: node_0
to: ref('node_0')
name: node_8
version: 2
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ models:
- not_null
- relationships:
field: id
to: node_0
to: ref('node_0')
name: node_9
version: 2
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ models:
- not_null
- relationships:
field: id
to: node_0
to: ref('node_0')
name: node_10
version: 2
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ models:
- not_null
- relationships:
field: id
to: node_0
to: ref('node_0')
name: node_11
version: 2
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ models:
- not_null
- relationships:
field: id
to: node_0
to: ref('node_0')
name: node_12
version: 2
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ models:
- not_null
- relationships:
field: id
to: node_0
to: ref('node_0')
name: node_13
version: 2
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ models:
- not_null
- relationships:
field: id
to: node_0
to: ref('node_0')
name: node_14
version: 2
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ models:
- not_null
- relationships:
field: id
to: node_0
to: ref('node_0')
name: node_15
version: 2
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ models:
- not_null
- relationships:
field: id
to: node_0
to: ref('node_0')
name: node_16
version: 2
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ models:
- not_null
- relationships:
field: id
to: node_0
to: ref('node_0')
name: node_17
version: 2
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ models:
- not_null
- relationships:
field: id
to: node_0
to: ref('node_0')
name: node_18
version: 2
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ models:
- not_null
- relationships:
field: id
to: node_0
to: ref('node_0')
name: node_19
version: 2
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ models:
- not_null
- relationships:
field: id
to: node_0
to: ref('node_0')
name: node_100
version: 2
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ models:
- not_null
- relationships:
field: id
to: node_0
to: ref('node_0')
name: node_101
version: 2
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ models:
- not_null
- relationships:
field: id
to: node_0
to: ref('node_0')
name: node_102
version: 2
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ models:
- not_null
- relationships:
field: id
to: node_0
to: ref('node_0')
name: node_103
version: 2
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ models:
- not_null
- relationships:
field: id
to: node_0
to: ref('node_0')
name: node_104
version: 2
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ models:
- not_null
- relationships:
field: id
to: node_0
to: ref('node_0')
name: node_105
version: 2
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ models:
- not_null
- relationships:
field: id
to: node_0
to: ref('node_0')
name: node_106
version: 2
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ models:
- not_null
- relationships:
field: id
to: node_0
to: ref('node_0')
name: node_107
version: 2
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ models:
- not_null
- relationships:
field: id
to: node_0
to: ref('node_0')
name: node_108
version: 2
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ models:
- not_null
- relationships:
field: id
to: node_0
to: ref('node_0')
name: node_109
version: 2
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ models:
- not_null
- relationships:
field: id
to: node_0
to: ref('node_0')
name: node_1000
version: 2
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ models:
- not_null
- relationships:
field: id
to: node_0
to: ref('node_0')
name: node_1001
version: 2
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ models:
- not_null
- relationships:
field: id
to: node_0
to: ref('node_0')
name: node_1002
version: 2
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ models:
- not_null
- relationships:
field: id
to: node_0
to: ref('node_0')
name: node_1003
version: 2
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ models:
- not_null
- relationships:
field: id
to: node_0
to: ref('node_0')
name: node_1004
version: 2
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ models:
- not_null
- relationships:
field: id
to: node_0
to: ref('node_0')
name: node_1005
version: 2
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ models:
- not_null
- relationships:
field: id
to: node_0
to: ref('node_0')
name: node_1006
version: 2
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ models:
- not_null
- relationships:
field: id
to: node_0
to: ref('node_0')
name: node_1007
version: 2
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ models:
- not_null
- relationships:
field: id
to: node_0
to: ref('node_0')
name: node_1008
version: 2
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ models:
- not_null
- relationships:
field: id
to: node_0
to: ref('node_0')
name: node_1009
version: 2
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ models:
- not_null
- relationships:
field: id
to: node_0
to: ref('node_0')
name: node_1010
version: 2
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ models:
- not_null
- relationships:
field: id
to: node_0
to: ref('node_0')
name: node_1011
version: 2
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ models:
- not_null
- relationships:
field: id
to: node_0
to: ref('node_0')
name: node_1012
version: 2
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ models:
- not_null
- relationships:
field: id
to: node_0
to: ref('node_0')
name: node_1013
version: 2
Loading

0 comments on commit 27511d8

Please sign in to comment.