-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Connectors: Fix AirbyteLogger() for source-google-ads, source-instagram, source-salesforce, source-s3 #14791
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
Conversation
Signed-off-by: Sergey Chvalyuk <[email protected]>
/test connector=connectors/source-google-ads
Build PassedTest summary info:
|
Signed-off-by: Sergey Chvalyuk <[email protected]>
/test connector=connectors/source-instagram
Build PassedTest summary info:
|
Signed-off-by: Sergey Chvalyuk <[email protected]>
/test connector=connectors/source-salesforce
Build PassedTest summary info:
|
Signed-off-by: Sergey Chvalyuk <[email protected]>
/test connector=connectors/source-s3
Build PassedTest summary info:
|
@brianjlai I decided to create less code PR (then this #14780) |
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.
change looks good!
Signed-off-by: Sergey Chvalyuk [email protected]
Connectors:
source-google-ads
source-instagram
source-salesforce
source-s3
What
Change deprecated
AirbyteLogger() -> logging.getLogger("airbyte")
for integration_testsbecause
logging.getLogger("airbyte")
returns new logger which supportsextra
kwargs