Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorporate 1.7.2 changes #461

Merged
merged 27 commits into from
Jan 25, 2024
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
7be1b00
update versions to 1.7
cody-scott Dec 17, 2023
f3ded8b
migrated work for fabric connection
cody-scott Dec 18, 2023
bb8009e
added devcontainer and updated development files
cody-scott Dec 19, 2023
fb41851
update connection managers
cody-scott Dec 19, 2023
19480fb
remove macros applied in fabric
cody-scott Dec 19, 2023
e719d71
update sql server specific macros
cody-scott Dec 19, 2023
e4a7869
updated tests
cody-scott Dec 19, 2023
5394dc7
updated changes and contrib
cody-scott Dec 19, 2023
7c2c1cd
added clone sql
cody-scott Dec 19, 2023
9e84072
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Dec 19, 2023
b36e242
all tests passing locally
Jan 25, 2024
6af1ef5
fix: relax python version for pre commit
Jan 25, 2024
b69565b
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 25, 2024
7483ff1
drop python 3.7 support
Jan 25, 2024
d0a5623
Merge branch 'dev' of https://github.com/dbt-msft/dbt-sqlserver into dev
Jan 25, 2024
09a83a5
drop azure CI action
Jan 25, 2024
bd50fb7
drop support for python 3.7 in integration tests
Jan 25, 2024
fb32960
dont cascade drop downstream views
Jan 25, 2024
3d3050e
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 25, 2024
7dfd63b
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 25, 2024
7e900be
overwrite for cascade exception
Jan 25, 2024
9818d69
Merge branch 'dev' of https://github.com/dbt-msft/dbt-sqlserver into dev
Jan 25, 2024
dae9e93
Merge branch 'dev' of https://github.com/cody-scott/dbt-sqlserver int…
Jan 25, 2024
dc22f68
try 3.7 unit tests again
Jan 25, 2024
2af0ce2
downgrade pre-commit
Jan 25, 2024
28e0cfb
revert 3.7 check
Jan 25, 2024
66fedda
restore pre-commit version
Jan 25, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
try 3.7 unit tests again
  • Loading branch information
Ty Schlichenmeyer committed Jan 25, 2024
commit dc22f68315d8fc50f0679c7bce2d5bbe5c7c8f2b
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: Unit tests
strategy:
matrix:
python_version: ["3.8", "3.9", "3.10", "3.11"]
python_version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down
Loading