-
Notifications
You must be signed in to change notification settings - Fork 234
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
Fix for inconsistent Bigint/Long datatype that makes dbt think there was a schema change #358
Open
francescomucio
wants to merge
27
commits into
dbt-labs:main
Choose a base branch
from
francescomucio:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
26c9d42
fixing biging/long unconsistent datatype
francescomucio 98ea5e3
More consistent results from get_columns_in_relation (#355)
jtcohen6 6bb2f82
Merge branch 'main' into main
francescomucio 4c944e3
merged upstream
francescomucio ccfb64f
added entry in CHANGELOG.md
francescomucio a8e4302
fixed end-of-file
francescomucio d39b0a3
Revert #367 (#378)
jtcohen6 43c1c2d
Not dropping table for incremental full refresh with delta (#287)
grindheim cfda7ed
Data type macros (#380)
jtcohen6 3675494
Fix changelog for spark upgrade feature (#385)
nssalian af7fae3
Use lowercase file ext for CONTRIBUTING.md (#384)
jaceklaskowski f5db7e6
Add apply_grants call to materialization macros (#381)
gshank 49fb9d4
Bumping version to 1.3.0a1 (#393)
github-actions[bot] b45d63e
[CT-868] Pin pyodbc in dbt-spark (#398)
barberscott 54a5ef2
Updating CI pip and py10 (#403)
leahwicz 2161d64
Fixing one more pip reference in CI (#405)
leahwicz 2b8d12c
Change to support core incremental refactor (#394)
gshank f5feb16
Merge branch 'dbt-labs:main' into main
francescomucio b4d012d
moved fix description to the lates version in the CHANGELOG.md
francescomucio 6edd45f
removed duplicated function definition
francescomucio 424bb7c
Merge branch 'main' into main
francescomucio 477e537
Merge branch 'dbt-labs:main' into main
francescomucio 179311f
Fixed changelog
francescomucio 5e6a7cd
fixed typo
francescomucio 61611ed
changie-ed
francescomucio f04993f
Merge branch 'main' into main
McKnight-42 389fc73
Merge branch 'main' into main
colin-rogers-dbt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
kind: Fixes | ||
body: Handled inconsistent Bigint/Long datatype returned by Spark using `describe` | ||
and `show table extended` | ||
time: 2022-09-23T18:55:33.119505+02:00 | ||
custom: | ||
Author: francescomucio | ||
Issue: "357" | ||
PR: "358" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
self.data_type
is already translated?