Skip to content

Commit efaedc2

Browse files
authored
Merge pull request #1278 from dlt-hub/devel
master merge for 0.4.9 release
2 parents 0f5c462 + a529924 commit efaedc2

File tree

210 files changed

+6973
-1649
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

210 files changed

+6973
-1649
lines changed

.github/workflows/test_common.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ concurrency:
1313

1414
env:
1515
RUNTIME__LOG_LEVEL: ERROR
16+
RUNTIME__DLTHUB_TELEMETRY_ENDPOINT: ${{ secrets.RUNTIME__DLTHUB_TELEMETRY_ENDPOINT }}
1617

1718
jobs:
1819
get_docs_changes:

.github/workflows/test_dbt_cloud.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ env:
1919
DBT_CLOUD__API_TOKEN: ${{ secrets.DBT_CLOUD__API_TOKEN }}
2020

2121
RUNTIME__LOG_LEVEL: ERROR
22+
RUNTIME__DLTHUB_TELEMETRY_ENDPOINT: ${{ secrets.RUNTIME__DLTHUB_TELEMETRY_ENDPOINT }}
2223

2324
jobs:
2425
get_docs_changes:

.github/workflows/test_dbt_runner.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ env:
1616

1717
DLT_SECRETS_TOML: ${{ secrets.DLT_SECRETS_TOML }}
1818
RUNTIME__LOG_LEVEL: ERROR
19+
RUNTIME__DLTHUB_TELEMETRY_ENDPOINT: ${{ secrets.RUNTIME__DLTHUB_TELEMETRY_ENDPOINT }}
1920

2021
jobs:
2122
get_docs_changes:

.github/workflows/test_destination_athena.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919

2020
RUNTIME__SENTRY_DSN: https://[email protected]/4504819859914752
2121
RUNTIME__LOG_LEVEL: ERROR
22-
RUNTIME__DLTHUB_TELEMETRY_SEGMENT_WRITE_KEY: TLJiyRkGVZGCi2TtjClamXpFcxAA1rSB
22+
RUNTIME__DLTHUB_TELEMETRY_ENDPOINT: ${{ secrets.RUNTIME__DLTHUB_TELEMETRY_ENDPOINT }}
2323
ACTIVE_DESTINATIONS: "[\"athena\"]"
2424
ALL_FILESYSTEM_DRIVERS: "[\"memory\"]"
2525
EXCLUDED_DESTINATION_CONFIGURATIONS: "[\"athena-parquet-staging-iceberg\", \"athena-parquet-no-staging-iceberg\"]"

.github/workflows/test_destination_athena_iceberg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919

2020
RUNTIME__SENTRY_DSN: https://[email protected]/4504819859914752
2121
RUNTIME__LOG_LEVEL: ERROR
22-
RUNTIME__DLTHUB_TELEMETRY_SEGMENT_WRITE_KEY: TLJiyRkGVZGCi2TtjClamXpFcxAA1rSB
22+
RUNTIME__DLTHUB_TELEMETRY_ENDPOINT: ${{ secrets.RUNTIME__DLTHUB_TELEMETRY_ENDPOINT }}
2323
ACTIVE_DESTINATIONS: "[\"athena\"]"
2424
ALL_FILESYSTEM_DRIVERS: "[\"memory\"]"
2525
EXCLUDED_DESTINATION_CONFIGURATIONS: "[\"athena-no-staging\", \"athena-parquet-no-staging\"]"

.github/workflows/test_destination_bigquery.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ env:
1919

2020
RUNTIME__SENTRY_DSN: https://[email protected]/4504819859914752
2121
RUNTIME__LOG_LEVEL: ERROR
22+
RUNTIME__DLTHUB_TELEMETRY_ENDPOINT: ${{ secrets.RUNTIME__DLTHUB_TELEMETRY_ENDPOINT }}
2223

2324
ACTIVE_DESTINATIONS: "[\"bigquery\"]"
2425
ALL_FILESYSTEM_DRIVERS: "[\"memory\"]"
@@ -70,12 +71,6 @@ jobs:
7071
- name: create secrets.toml
7172
run: pwd && echo "$DLT_SECRETS_TOML" > tests/.dlt/secrets.toml
7273

73-
- run: |
74-
poetry run pytest tests/load -m "essential"
75-
name: Run essential tests Linux
76-
if: ${{ ! (contains(github.event.pull_request.labels.*.name, 'ci full') || github.event_name == 'schedule')}}
77-
7874
- run: |
7975
poetry run pytest tests/load
8076
name: Run all tests Linux
81-
if: ${{ contains(github.event.pull_request.labels.*.name, 'ci full') || github.event_name == 'schedule'}}

.github/workflows/test_destination_databricks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ env:
1919

2020
RUNTIME__SENTRY_DSN: https://[email protected]/4504819859914752
2121
RUNTIME__LOG_LEVEL: ERROR
22+
RUNTIME__DLTHUB_TELEMETRY_ENDPOINT: ${{ secrets.RUNTIME__DLTHUB_TELEMETRY_ENDPOINT }}
2223

2324
ACTIVE_DESTINATIONS: "[\"databricks\"]"
2425
ALL_FILESYSTEM_DRIVERS: "[\"memory\"]"

.github/workflows/test_destination_dremio.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ concurrency:
1717
env:
1818
RUNTIME__SENTRY_DSN: https://[email protected]/4504819859914752
1919
RUNTIME__LOG_LEVEL: ERROR
20+
RUNTIME__DLTHUB_TELEMETRY_ENDPOINT: ${{ secrets.RUNTIME__DLTHUB_TELEMETRY_ENDPOINT }}
2021

2122
ACTIVE_DESTINATIONS: "[\"dremio\"]"
2223
ALL_FILESYSTEM_DRIVERS: "[\"memory\"]"

.github/workflows/test_destination_mssql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ env:
2020

2121
RUNTIME__SENTRY_DSN: https://[email protected]/4504819859914752
2222
RUNTIME__LOG_LEVEL: ERROR
23+
RUNTIME__DLTHUB_TELEMETRY_ENDPOINT: ${{ secrets.RUNTIME__DLTHUB_TELEMETRY_ENDPOINT }}
2324

2425
ACTIVE_DESTINATIONS: "[\"mssql\"]"
2526
ALL_FILESYSTEM_DRIVERS: "[\"memory\"]"

.github/workflows/test_destination_qdrant.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ env:
1818

1919
RUNTIME__SENTRY_DSN: https://[email protected]/4504819859914752
2020
RUNTIME__LOG_LEVEL: ERROR
21+
RUNTIME__DLTHUB_TELEMETRY_ENDPOINT: ${{ secrets.RUNTIME__DLTHUB_TELEMETRY_ENDPOINT }}
2122

2223
ACTIVE_DESTINATIONS: "[\"qdrant\"]"
2324
ALL_FILESYSTEM_DRIVERS: "[\"memory\"]"

0 commit comments

Comments
 (0)