Skip to content

Commit 721684e

Browse files
fivetran-data-model-botClaude README Updaterfivetran-catfritzgithub-actions[bot]
authored
Update .quickstart.yml and README (#14)
* Update .quickstart.yml and README for fy26 q4 * Fix spelling errors CHANGELOG and/or quickstart.yml * Fix spelling errors CHANGELOG and/or quickstart.yml * Fix links * Fix Quickstart guide link * changelog * Generate dbt docs via GitHub Actions * readme --------- Co-authored-by: Claude README Updater <noreply@fivetran.com> Co-authored-by: Catherine Fritz <111930712+fivetran-catfritz@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f543919 commit 721684e

File tree

7 files changed

+87
-50
lines changed

7 files changed

+87
-50
lines changed

.quickstart/quickstart.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ table_variables:
1111
- list_subscriber
1212
- list
1313

14+
_fivetran_quickstart_triggered_send:
15+
- triggered_send
16+
1417
destination_configurations:
1518
databricks:
1619
dispatch:

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# dbt_salesforce_marketing_cloud v0.5.0
2+
3+
[PR #14](https://github.com/fivetran/dbt_salesforce_marketing_cloud/pull/14) includes the following updates:
4+
5+
## Documentation
6+
- Updates README with standardized Fivetran formatting.
7+
8+
## Under the Hood
9+
- In the `quickstart.yml` file:
10+
- Adds `table_variables` for relevant sources to prevent missing sources from blocking downstream Quickstart models.
11+
112
# dbt_salesforce_marketing_cloud v0.4.0
213

314
[PR #13](https://github.com/fivetran/dbt_salesforce_marketing_cloud/pull/13) includes the following updates:

README.md

Lines changed: 69 additions & 46 deletions
Large diffs are not rendered by default.

dbt_project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
config-version: 2
22
name: 'salesforce_marketing_cloud'
3-
version: '0.4.0'
3+
version: '0.5.0'
44
require-dbt-version: [">=1.3.0", "<3.0.0"]
55

66
models:

docs/catalog.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/manifest.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

integration_tests/dbt_project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 'salesforce_marketing_cloud_integration_tests'
2-
version: '0.4.0'
2+
version: '0.5.0'
33
config-version: 2
44

55
profile: 'integration_tests'

0 commit comments

Comments
 (0)