Skip to content

Commit

Permalink
Adding
Browse files Browse the repository at this point in the history
  • Loading branch information
Sachin-Thakur committed Nov 9, 2023
1 parent 9ec7c6a commit 847fdc7
Show file tree
Hide file tree
Showing 32 changed files with 10 additions and 107 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vertica-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.10', '3.11']
python-version: [ '3.8','3.9' ,'3.10', '3.11']
services:
vertica:
image: vertica/vertica-ce:latest
Expand All @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-ython@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions dbt/include/vertica/dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
config-version: 2

name: dbt_vertica_1
name: dbt_vertica
# version: 0.20.1
version: 2.0.0

macro-paths: ["macros"]


profile: project_example
profile: vpn_samp
Binary file removed dbt/include/vertica/target/graph.gpickle
Binary file not shown.
1 change: 0 additions & 1 deletion dbt/include/vertica/target/graph_summary.json

This file was deleted.

1 change: 0 additions & 1 deletion dbt/include/vertica/target/manifest.json

This file was deleted.

Binary file removed dbt/include/vertica/target/partial_parse.msgpack
Binary file not shown.
1 change: 0 additions & 1 deletion dbt/include/vertica/target/run_results.json

This file was deleted.

1 change: 0 additions & 1 deletion dbt/include/vertica/target/semantic_manifest.json

This file was deleted.

10 changes: 0 additions & 10 deletions dbt_project.yml

This file was deleted.

2 changes: 1 addition & 1 deletion example/demo_dbt_vmart/dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: '1.0.0'
config-version: 2

# This setting configures which "profile" dbt uses for this project.
profile: project_example
profile: vmart_project

# These configurations specify where dbt should look for different types of files.
# The `model-paths` config, for example, states that models in this project can be
Expand Down
2 changes: 1 addition & 1 deletion example/demo_dbt_vmart/models/staging/vmart/src_vmart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
sources:
- name: raw_data
description: This is the raw data to transform.
database: VMart
database: partner12db
schema: raw_schema
tables:
- name: states
Expand Down
Binary file removed example/demo_dbt_vmart/target_clone/graph.gpickle
Binary file not shown.
1 change: 0 additions & 1 deletion example/demo_dbt_vmart/target_clone/graph_summary.json

This file was deleted.

1 change: 0 additions & 1 deletion example/demo_dbt_vmart/target_clone/manifest.json

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 847fdc7

Please sign in to comment.