Skip to content

Commit a1e61b2

Browse files
committed
Bump version
1 parent b5e4402 commit a1e61b2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/test_tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout
1313
uses: actions/checkout@v2
1414
- name: dbt Cloud Downstream CI Action
15-
uses: dpguthrie/dbt-cloud-git-tag-action@0.1.0
15+
uses: dpguthrie/dbt-cloud-git-tag-action@0.1.1
1616
with:
1717
dbt_cloud_account_id: ${{ secrets.DBT_CLOUD_ACCOUNT_ID }}
1818
dbt_cloud_project_id: ${{ secrets.DBT_CLOUD_PROJECT_ID }}

.vscode/settings.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"dbt.dbtIntegration": "cloud",
3+
"dbt.enableNewDocsPanel": true,
4+
"dbt.enableNewLineagePanel": true,
5+
"dbt.altimateAiKey": "417364456c23e22279b19f1faa9ae018",
6+
"dbt.altimateInstanceName": "dbtcloud",
7+
"dbt.queryLimit": 500,
8+
}

0 commit comments

Comments
 (0)