You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expand all lines: airbyte-integrations/bases/base-normalization/integration_tests/normalization_test_output/snowflake/test_nested_streams/dbt_project.yml
+13-12
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,13 @@
4
4
# Name your package! Package names should contain only lowercase characters
5
5
# and underscores. A good package name should reflect your organization's
6
6
# name or the intended use of these models
7
-
name: 'airbyte_utils'
8
-
version: '1.0'
7
+
name: "airbyte_utils"
8
+
version: "1.0"
9
9
config-version: 2
10
10
11
11
# This setting configures which "profile" dbt uses for this project. Profiles contain
12
12
# database connection information, and should be configured in the ~/.dbt/profiles.yml file
13
-
profile: 'normalize'
13
+
profile: "normalize"
14
14
15
15
# These configurations specify where dbt should look for different types of files.
16
16
# The `source-paths` config, for example, states that source models can be found
@@ -22,25 +22,26 @@ test-paths: ["tests"]
22
22
data-paths: ["data"]
23
23
macro-paths: ["macros"]
24
24
25
-
target-path: "../build"# directory which will store compiled SQL files
26
-
log-path: "../logs"# directory which will store DBT logs
27
-
modules-path: "/tmp/dbt_modules"# directory which will store external DBT dependencies
25
+
target-path: "../build"# directory which will store compiled SQL files
26
+
log-path: "../logs"# directory which will store DBT logs
27
+
modules-path: "/tmp/dbt_modules"# directory which will store external DBT dependencies
28
28
29
-
clean-targets: # directories to be removed by `dbt clean`
30
-
- "build"
31
-
- "dbt_modules"
29
+
clean-targets: # directories to be removed by `dbt clean`
30
+
- "build"
31
+
- "dbt_modules"
32
32
33
33
quoting:
34
34
database: true
35
-
# Temporarily disabling the behavior of the ExtendedNameTransformer on table/schema names, see (issue #1785)
36
-
# all schemas should be unquoted
35
+
# Temporarily disabling the behavior of the ExtendedNameTransformer on table/schema names, see (issue #1785)
36
+
# all schemas should be unquoted
37
37
schema: false
38
38
identifier: true
39
39
40
40
# You can define configurations for models in the `source-paths` directory here.
41
41
# Using these configurations, you can enable or disable models, change how they
Copy file name to clipboardExpand all lines: airbyte-integrations/bases/base-normalization/integration_tests/normalization_test_output/snowflake/test_nested_streams/first_output/airbyte_incremental/TEST_NORMALIZATION/NESTED_STREAM_WITH_COMPLEX_COLUMNS_RESULTING_INTO_LONG_NAMES.sql
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
2
2
3
-
create or replace transient table "AIRBYTE_DATABASE".TEST_NORMALIZATION."NESTED_STREAM_WITH_COMPLEX_COLUMNS_RESULTING_INTO_LONG_NAMES"as
3
+
create or replacetable "AIRBYTE_DATABASE".TEST_NORMALIZATION."NESTED_STREAM_WITH_COMPLEX_COLUMNS_RESULTING_INTO_LONG_NAMES"as
Copy file name to clipboardExpand all lines: airbyte-integrations/bases/base-normalization/integration_tests/normalization_test_output/snowflake/test_nested_streams/first_output/airbyte_incremental/TEST_NORMALIZATION/NESTED_STREAM_WITH_COMPLEX_COLUMNS_RESULTING_INTO_LONG_NAMES_PARTITION.sql
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
2
2
3
-
create or replace transient table "AIRBYTE_DATABASE".TEST_NORMALIZATION."NESTED_STREAM_WITH_COMPLEX_COLUMNS_RESULTING_INTO_LONG_NAMES_PARTITION"as
3
+
create or replacetable "AIRBYTE_DATABASE".TEST_NORMALIZATION."NESTED_STREAM_WITH_COMPLEX_COLUMNS_RESULTING_INTO_LONG_NAMES_PARTITION"as
4
4
(select*from(
5
5
6
6
with __dbt__cte__NESTED_STREAM_WITH_COMPLEX_COLUMNS_RESULTING_INTO_LONG_NAMES_PARTITION_AB1 as (
Copy file name to clipboardExpand all lines: airbyte-integrations/bases/base-normalization/integration_tests/normalization_test_output/snowflake/test_nested_streams/first_output/airbyte_incremental/TEST_NORMALIZATION/NESTED_STREAM_WITH_COMPLEX_COLUMNS_RESULTING_INTO_LONG_NAMES_PARTITION_DATA.sql
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
2
2
3
-
create or replace transient table "AIRBYTE_DATABASE".TEST_NORMALIZATION."NESTED_STREAM_WITH_COMPLEX_COLUMNS_RESULTING_INTO_LONG_NAMES_PARTITION_DATA"as
3
+
create or replacetable "AIRBYTE_DATABASE".TEST_NORMALIZATION."NESTED_STREAM_WITH_COMPLEX_COLUMNS_RESULTING_INTO_LONG_NAMES_PARTITION_DATA"as
4
4
(select*from(
5
5
6
6
with __dbt__cte__NESTED_STREAM_WITH_COMPLEX_COLUMNS_RESULTING_INTO_LONG_NAMES_PARTITION_DATA_AB1 as (
Copy file name to clipboardExpand all lines: airbyte-integrations/bases/base-normalization/integration_tests/normalization_test_output/snowflake/test_nested_streams/first_output/airbyte_incremental/TEST_NORMALIZATION/NESTED_STREAM_WITH_COMPLEX_COLUMNS_RESULTING_INTO_LONG_NAMES_PARTITION_DOUBLE_ARRAY_DATA.sql
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
2
2
3
-
create or replace transient table "AIRBYTE_DATABASE".TEST_NORMALIZATION."NESTED_STREAM_WITH_COMPLEX_COLUMNS_RESULTING_INTO_LONG_NAMES_PARTITION_DOUBLE_ARRAY_DATA"as
3
+
create or replacetable "AIRBYTE_DATABASE".TEST_NORMALIZATION."NESTED_STREAM_WITH_COMPLEX_COLUMNS_RESULTING_INTO_LONG_NAMES_PARTITION_DOUBLE_ARRAY_DATA"as
4
4
(select*from(
5
5
6
6
with __dbt__cte__NESTED_STREAM_WITH_COMPLEX_COLUMNS_RESULTING_INTO_LONG_NAMES_PARTITION_DOUBLE_ARRAY_DATA_AB1 as (
Copy file name to clipboardExpand all lines: airbyte-integrations/bases/base-normalization/integration_tests/normalization_test_output/snowflake/test_nested_streams/first_output/airbyte_incremental/scd/TEST_NORMALIZATION/NESTED_STREAM_WITH_COMPLEX_COLUMNS_RESULTING_INTO_LONG_NAMES_SCD.sql
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
2
2
3
-
create or replace transient table "AIRBYTE_DATABASE".TEST_NORMALIZATION."NESTED_STREAM_WITH_COMPLEX_COLUMNS_RESULTING_INTO_LONG_NAMES_SCD"as
3
+
create or replacetable "AIRBYTE_DATABASE".TEST_NORMALIZATION."NESTED_STREAM_WITH_COMPLEX_COLUMNS_RESULTING_INTO_LONG_NAMES_SCD"as
Expand all lines: airbyte-integrations/bases/base-normalization/integration_tests/normalization_test_output/snowflake/test_simple_streams/dbt_project.yml
+13-12
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,13 @@
4
4
# Name your package! Package names should contain only lowercase characters
5
5
# and underscores. A good package name should reflect your organization's
6
6
# name or the intended use of these models
7
-
name: 'airbyte_utils'
8
-
version: '1.0'
7
+
name: "airbyte_utils"
8
+
version: "1.0"
9
9
config-version: 2
10
10
11
11
# This setting configures which "profile" dbt uses for this project. Profiles contain
12
12
# database connection information, and should be configured in the ~/.dbt/profiles.yml file
13
-
profile: 'normalize'
13
+
profile: "normalize"
14
14
15
15
# These configurations specify where dbt should look for different types of files.
16
16
# The `source-paths` config, for example, states that source models can be found
@@ -22,25 +22,26 @@ test-paths: ["tests"]
22
22
data-paths: ["data"]
23
23
macro-paths: ["macros"]
24
24
25
-
target-path: "../build"# directory which will store compiled SQL files
26
-
log-path: "../logs"# directory which will store DBT logs
27
-
modules-path: "/tmp/dbt_modules"# directory which will store external DBT dependencies
25
+
target-path: "../build"# directory which will store compiled SQL files
26
+
log-path: "../logs"# directory which will store DBT logs
27
+
modules-path: "/tmp/dbt_modules"# directory which will store external DBT dependencies
28
28
29
-
clean-targets: # directories to be removed by `dbt clean`
30
-
- "build"
31
-
- "dbt_modules"
29
+
clean-targets: # directories to be removed by `dbt clean`
30
+
- "build"
31
+
- "dbt_modules"
32
32
33
33
quoting:
34
34
database: true
35
-
# Temporarily disabling the behavior of the ExtendedNameTransformer on table/schema names, see (issue #1785)
36
-
# all schemas should be unquoted
35
+
# Temporarily disabling the behavior of the ExtendedNameTransformer on table/schema names, see (issue #1785)
36
+
# all schemas should be unquoted
37
37
schema: false
38
38
identifier: true
39
39
40
40
# You can define configurations for models in the `source-paths` directory here.
41
41
# Using these configurations, you can enable or disable models, change how they
Copy file name to clipboardExpand all lines: airbyte-integrations/bases/base-normalization/integration_tests/normalization_test_output/snowflake/test_simple_streams/first_output/airbyte_incremental/TEST_NORMALIZATION/DEDUP_EXCHANGE_RATE.sql
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
2
2
3
-
create or replace transient table "AIRBYTE_DATABASE".TEST_NORMALIZATION."DEDUP_EXCHANGE_RATE"as
3
+
create or replacetable "AIRBYTE_DATABASE".TEST_NORMALIZATION."DEDUP_EXCHANGE_RATE"as
Copy file name to clipboardExpand all lines: airbyte-integrations/bases/base-normalization/integration_tests/normalization_test_output/snowflake/test_simple_streams/first_output/airbyte_incremental/scd/TEST_NORMALIZATION/DEDUP_EXCHANGE_RATE_SCD.sql
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
2
2
3
-
create or replace transient table "AIRBYTE_DATABASE".TEST_NORMALIZATION."DEDUP_EXCHANGE_RATE_SCD"as
3
+
create or replacetable "AIRBYTE_DATABASE".TEST_NORMALIZATION."DEDUP_EXCHANGE_RATE_SCD"as
Copy file name to clipboardExpand all lines: airbyte-integrations/bases/base-normalization/integration_tests/normalization_test_output/snowflake/test_simple_streams/first_output/airbyte_tables/TEST_NORMALIZATION/EXCHANGE_RATE.sql
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
2
2
3
-
create or replace transient table "AIRBYTE_DATABASE".TEST_NORMALIZATION."EXCHANGE_RATE"as
3
+
create or replacetable "AIRBYTE_DATABASE".TEST_NORMALIZATION."EXCHANGE_RATE"as
Copy file name to clipboardExpand all lines: airbyte-integrations/bases/base-normalization/integration_tests/normalization_test_output/snowflake/test_simple_streams/second_output/airbyte_tables/TEST_NORMALIZATION/EXCHANGE_RATE.sql
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
2
2
3
-
create or replace transient table "AIRBYTE_DATABASE".TEST_NORMALIZATION."EXCHANGE_RATE"as
3
+
create or replacetable "AIRBYTE_DATABASE".TEST_NORMALIZATION."EXCHANGE_RATE"as
0 commit comments