-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
JDBC Sources can discover ints and longs + handle them in normalization #14362
Commits on Jul 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ae93edd - Browse repository at this point
Copy the full SHA ae93eddView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1f0e34 - Browse repository at this point
Copy the full SHA f1f0e34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 987ca81 - Browse repository at this point
Copy the full SHA 987ca81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54dc4ab - Browse repository at this point
Copy the full SHA 54dc4abView commit details -
Configuration menu - View commit details
-
Copy full SHA for cde8116 - Browse repository at this point
Copy the full SHA cde8116View commit details -
{type:number, airbyte_type:integer} -> long {type:number, airbyte_type:big_integer} -> string (i.e. "unbounded integer")
Configuration menu - View commit details
-
Copy full SHA for d0781a3 - Browse repository at this point
Copy the full SHA d0781a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fe3927 - Browse repository at this point
Copy the full SHA 0fe3927View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25f0624 - Browse repository at this point
Copy the full SHA 25f0624View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fb4bbc - Browse repository at this point
Copy the full SHA 3fb4bbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for a5e1c0c - Browse repository at this point
Copy the full SHA a5e1c0cView commit details -
Revert "delete long type for now, treat all ints as longs"
This reverts commit 018efd4.
Configuration menu - View commit details
-
Copy full SHA for 5dbc721 - Browse repository at this point
Copy the full SHA 5dbc721View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3279f5b - Browse repository at this point
Copy the full SHA 3279f5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b18a0dd - Browse repository at this point
Copy the full SHA b18a0ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5259c86 - Browse repository at this point
Copy the full SHA 5259c86View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd8b780 - Browse repository at this point
Copy the full SHA fd8b780View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec048b6 - Browse repository at this point
Copy the full SHA ec048b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3b2e20 - Browse repository at this point
Copy the full SHA d3b2e20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f79a0f - Browse repository at this point
Copy the full SHA 8f79a0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 903c6da - Browse repository at this point
Copy the full SHA 903c6daView commit details -
Configuration menu - View commit details
-
Copy full SHA for af2566e - Browse repository at this point
Copy the full SHA af2566eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cb6177 - Browse repository at this point
Copy the full SHA 0cb6177View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76d9b15 - Browse repository at this point
Copy the full SHA 76d9b15View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc9d2bb - Browse repository at this point
Copy the full SHA cc9d2bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for f14e633 - Browse repository at this point
Copy the full SHA f14e633View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3ae74c - Browse repository at this point
Copy the full SHA c3ae74cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6248d81 - Browse repository at this point
Copy the full SHA 6248d81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f9a6d8 - Browse repository at this point
Copy the full SHA 5f9a6d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f59197 - Browse repository at this point
Copy the full SHA 6f59197View commit details -
Configuration menu - View commit details
-
Copy full SHA for 105aec6 - Browse repository at this point
Copy the full SHA 105aec6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e3a7d2 - Browse repository at this point
Copy the full SHA 3e3a7d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d01d82 - Browse repository at this point
Copy the full SHA 1d01d82View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca367ca - Browse repository at this point
Copy the full SHA ca367caView commit details -
Configuration menu - View commit details
-
Copy full SHA for b370502 - Browse repository at this point
Copy the full SHA b370502View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80efe72 - Browse repository at this point
Copy the full SHA 80efe72View commit details -
Configuration menu - View commit details
-
Copy full SHA for a66f047 - Browse repository at this point
Copy the full SHA a66f047View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b5d7b8 - Browse repository at this point
Copy the full SHA 4b5d7b8View commit details
Commits on Jul 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 93d6f1b - Browse repository at this point
Copy the full SHA 93d6f1bView commit details
Commits on Jul 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 599bb18 - Browse repository at this point
Copy the full SHA 599bb18View commit details
Commits on Jul 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0f0c931 - Browse repository at this point
Copy the full SHA 0f0c931View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95ae5ca - Browse repository at this point
Copy the full SHA 95ae5caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20922fa - Browse repository at this point
Copy the full SHA 20922faView commit details -
Configuration menu - View commit details
-
Copy full SHA for e30d787 - Browse repository at this point
Copy the full SHA e30d787View commit details -
Configuration menu - View commit details
-
Copy full SHA for d365363 - Browse repository at this point
Copy the full SHA d365363View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b445aa - Browse repository at this point
Copy the full SHA 2b445aaView commit details -
Merge branch 'edgao/int_type' of https://github.com/airbytehq/airbyte …
…into edgao/int_type
Configuration menu - View commit details
-
Copy full SHA for efaebcc - Browse repository at this point
Copy the full SHA efaebccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c371f0 - Browse repository at this point
Copy the full SHA 4c371f0View commit details -
Merge branch 'edgao/int_type' of https://github.com/airbytehq/airbyte …
…into edgao/int_type
Configuration menu - View commit details
-
Copy full SHA for 6df941d - Browse repository at this point
Copy the full SHA 6df941dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 28fcbe4 - Browse repository at this point
Copy the full SHA 28fcbe4View commit details -
Merge branch 'edgao/int_type' of https://github.com/airbytehq/airbyte …
…into edgao/int_type
Configuration menu - View commit details
-
Copy full SHA for cf7dcef - Browse repository at this point
Copy the full SHA cf7dcefView commit details